Install and apply RStudio syntax highlighting in Certe theme colours.

rstudio_install_certe_themes(apply_theme = "Certe Light")

rstudio_set_certe_light()

rstudio_set_certe_dark()

rstudio_set_certe_light_nonbold()

rstudio_set_certe_dark_nonbold()

Arguments

apply_theme

The theme to apply after install

Details

This package comes with four RStudio editor themes that can be installed with rstudio_install_certe_themes(): "Certe Light", "Certe Light Non-Bold", "Certe Dark" and "Certe Dark Non-Bold".

Quickly apply the light theme with rstudio_set_certe_light() and the dark theme with rstudio_set_certe_dark() (they will be installed if needed).