Skip to content

Latest commit

 

History

History
64 lines (54 loc) · 2.57 KB

README.md

File metadata and controls

64 lines (54 loc) · 2.57 KB

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