Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 978 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 978 Bytes

Rstudio themes

49th Parallel ☕

A dark Rstudio theme created as thanks to a particular Vancouver coffee shop that fueled many productive mornings.

Requires Rstudio version > 1.2


To install,

Step 1. Make a coffee ☕

Step 2. Open R and run the following:

# create temporary download directory
theme_49th_parallel <- fs::path_temp("49th_parallel-RStudio", 
                                     ext = "rstheme")

# download theme from github
download.file("https://raw.githubusercontent.com/wvictor14/rstudio_themes/master/49th%20Parallel.rstheme", 
              theme_49th_parallel)

# apply the theme
rstudioapi::addTheme(theme_49th_parallel, 
                     apply = TRUE)

Step 3. Start coding while enjoying your coffee 😋 💻