MatthewBJane / ThemePark

Fun ggplot themes for popular culture
http://matthewbjane.com/ThemePark/
MIT License
196 stars 13 forks source link

Facet titles do not currently follow the theme #2

Closed lcpilling closed 1 year ago

lcpilling commented 1 year ago

Currently the facet titles look like:

image

If you add this to the theme:

+ theme(
  strip.background = element_rect(fill = lighter_color_barbie, colour = border_color_barbie),
  strip.text = element_text(colour = text_color_barbie)
)

It will look much better:

image

See (https://github.com/lukepilling/theme_park/commit/a06974df717036c43b3d57185d3863ca9174d001)

MatthewBJane commented 1 year ago

Excellent find! I will add these to each of the scripts. Thank you