Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.09 KB

rstudio-ariake-dark

Full RStudio IDE port of Ryosuke Goto's Ariake Dark theme

Ariake Dark

Installation

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/rstudio-ariake-dark/main/ariake-dark.rstheme", apply = TRUE)

Acknowledgements