Warm page tones with dotted majors and a subtle border.
Usage
theme_edu_film(
base_size = 11,
base_family = NULL,
bg = "#e9e1c9",
page = "#e5dcc5",
grid_col = "#5b533c66"
)
Examples
if (FALSE) { # \dontrun{
if (requireNamespace("ggplot2", quietly = TRUE)) {
ggplot2::ggplot(mtcars, ggplot2::aes(wt, mpg)) +
ggplot2::geom_point() +
theme_edu_film()
}
} # }