Skip to contents

Light Theme

Usage

theme_flexoki_light(base_size = 12, base_family = "mono", ...)

Arguments

base_size

base font size, given in pts.

base_family

base font family

...

additional parameters

Value

ggplot2 theme

Examples

ggplot2::mpg |>
  ggplot2::ggplot() +
  ggplot2::geom_point(ggplot2::aes(displ, hwy, colour = class)) +
  scale_color_flexoki_d(palette = 'light') +
  theme_flexoki_light()