README.md

Build Status

ThemeSwitcher

ThemeSwitcher enables R Studio users to quickly switch between a light and a dark theme of their preference through the R Studio addins functionality.

Demo:

Once the ThemeSwitcher package is installed, functionality is added automatically to the R Studio addins dropdown. No need to include library(ThemeSwitcher) in your R scripts.

Installation

# install.packages("devtools")
devtools::install_github("bkam235/ThemeSwitcher")

Setting theme preferences

ThemeSwitcher provides 2 function to set custom theme preferences:

Both functions expect valid theme name as theme parameter. Valid theme names and their appearance can be found in R Studio under Tools/Global Options/Appearance/Editor Themes.

Valid theme names

As of R Studio 1.1.383, valid theme names are:

Requirements

R Studio >= 0.99.878 (addins support)



bkam235/ThemeSwitcher documentation built on Nov. 21, 2019, 7:06 a.m.