theme_flexoki_light: Light Theme

View source: R/theme.R

theme_flexoki_lightR Documentation

Light Theme

Description

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


flexoki documentation built on April 11, 2025, 5:57 p.m.