Skip to contents

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"
)

Arguments

base_size

base text size

base_family

font family (optional)

bg

panel background

page

overall background

grid_col

major grid color

Examples

if (FALSE) { # \dontrun{
if (requireNamespace("ggplot2", quietly = TRUE)) {
  ggplot2::ggplot(mtcars, ggplot2::aes(wt, mpg)) +
    ggplot2::geom_point() +
    theme_edu_film()
}
} # }