Skip to content

wvictor14/rstudio_themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😋 💻

Releases

No releases published

Packages

No packages published