Skip to content

πŸ‘¨β€πŸŽ€ Oceanic Eighties Theme for RStudio

Notifications You must be signed in to change notification settings

gadenbuie/oceanic-eighties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Oceanic Eighties

A cool dark mode theme for RStudio.

Based on the Oceanic - Eighties tmTheme and modified to fit in well with RStudio's blueish Dark Mode UI.

Installation

You'll need RStudio version 1.2. Grab the preview version here.

Run the following code in RStudio to download and apply the theme.

oceanic_theme <- fs::path_temp("Oceanic-Eighties", ext = "rstheme")
download.file("https://git.io/rstudio-theme-oceanic-eighties", oceanic_theme)
rstudioapi::addTheme(oceanic_theme, apply = TRUE)

Manual Installation

If the steps above don't work, you can manually download the oceanic-eighties.rstheme file and place it in .R/rstudio/themes in your R home directory (see path.expand("~")). Then, in the RStudio appearance settings, select the Oceanic - Eighties editor theme.

About

πŸ‘¨β€πŸŽ€ Oceanic Eighties Theme for RStudio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published