darkmode_theme_set: Set the dark and light ggplot themes for darkmode

View source: R/setup.R

darkmode_theme_setR Documentation

Set the dark and light ggplot themes for darkmode

Description

Set the dark and light ggplot themes for darkmode

Usage

darkmode_theme_set(
  dark = ggthemes::theme_solarized(light = FALSE),
  light = ggthemes::theme_solarized(light = TRUE)
)

Arguments

dark

the dark theme

light

the light theme


debruine/quartoExtra documentation built on Aug. 3, 2022, 11:36 a.m.