RStudio Material Theme Save

Full RStudio IDE port of the Material Theme

Project README

RStudio-Material-Theme

Full RStudio port of Mattia Astorino's Material Theme.

Material:
Material
Material Darker:
Material Darker
Material Palenight:
Material Palenight
Material Ocean:
Material Ocean
Material Lighter:
Material Lighter

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 the following into your console:

Material:

rstudioapi::addTheme("https://raw.githubusercontent.com/lusignan/RStudio-Material-Theme/main/material.rstheme", apply = TRUE)

Darker:

rstudioapi::addTheme("https://raw.githubusercontent.com/lusignan/RStudio-Material-Theme/main/material-darker.rstheme", apply = TRUE)

Palenight:

rstudioapi::addTheme("https://raw.githubusercontent.com/lusignan/RStudio-Material-Theme/main/material-palenight.rstheme", apply = TRUE)

Ocean:

rstudioapi::addTheme("https://raw.githubusercontent.com/lusignan/RStudio-Material-Theme/main/material-ocean.rstheme", apply = TRUE)

Lighter:

rstudioapi::addTheme("https://raw.githubusercontent.com/lusignan/RStudio-Material-Theme/main/material-lighter.rstheme", apply = TRUE)

Acknowledgements

Open Source Agenda is not affiliated with "RStudio Material Theme" Project. README Source: lusignan/RStudio-Material-Theme
Stars
76
Open Issues
4
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating