darkmode_theme_set | R Documentation |
Set the dark and light ggplot themes for darkmode
darkmode_theme_set( dark = ggthemes::theme_solarized(light = FALSE), light = ggthemes::theme_solarized(light = TRUE) )
dark |
the dark theme |
light |
the light theme |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.