RThemes

September 17, 2022 ยท View on GitHub

Themes for R Studio

To add a Theme to your R.Studio, use:

library(rstudioapi)

addTheme("/url-to-the-rstheme/", apply = TRUE)

Full tutorial here: https://r-coder.com/rstudio-themes/