An arctic, north-bluish clean and elegant RStudio theme.
This theme is an unofficial port of Arctic Ice Studio's Nord theme for RStudio.
To install, download the folder, unzip, and open RStudio. From RStudio click Preferences, Appearance, Add, and then navigate to the rstheme for the theme that you'd like to install. Click apply.
If you're comfortable installing from the console and have Devtools installed then you can copy and run the following in your console:
rstudioapi::addTheme("https://raw.githubusercontent.com/lusignan/nord-rstudio/master/Nord.rstheme", apply=TRUE, force=TRUE)
- Theme by Sven Greb
- RStudio port was largely built using Garrick Aden-Buie's rsthemes package
- Sample code comes from R for Data Science