Skip to content

max-alletsee/rstudio-themes

Repository files navigation

RStudio Theme Collection

This is a collection of custom RStudio themes that offer alternatives to the default built-in themes. Below, you will find a list with 308 RStudio themes that have been created by users (250 dark themes, 58 light themes).

You can find here a CSV file, also including links to screenshots if available.

If you would like to learn more about how to create custom themes for RStudio, please see the RStudio theme creation website. There is also a great tutorial by Xiaoyang Song that explains the structure of theme files, usage of variables and other topics.

To add your own theme to the list, please open a pull request, add your theme to the file data-raw/rstudio_themes.csv and re-knit the file README.rmd.

How to install/use custom themes

RStudio supports custom themes in version 1.20 or higher. Themes can be installed via “Tools” - “Global Options” - “Appearance” - “Add Theme”. Once a theme is installed, the theme name will appear in the theme list and it can be activated by simply clicking on it.

Add Theme option in RStudio Global Preferences Menu

Add Theme option in RStudio Global Preferences Menu

The “rstudioapi” package includes an “addTheme” function that allows to install custom themes.

Moreover, this Github repository comes with a little pseudo-package that allows to install specific themes from the list below, also coming with the possibility for a bulk install. Below is a quick overview how to use this function.

    # install the pseudo-package from this Github repository
    devtools::install_github("max-alletsee/rstudio-themes")

    library(rstudiothemes) # ... then load the library

    # example 1: bulk-install all light themes
    install_rstudio_themes(theme = "all_light")

    # example 2: install two specific light themes
    install_rstudio_themes(theme = c("Ayu Light", "Github {rsthemes}"))

Dark Themes from R Users

Light Themes from R Users

Built-in RStudio Themes

The list below shows the full list of the currently built-in RStudio themes that are installed by default.

Dark

Light

About

A collection of themes for RStudio

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages