An open API service indexing awesome lists of open source software.

https://github.com/wvictor14/rstudio_themes

Collection of rstudio themes
https://github.com/wvictor14/rstudio_themes

coffee dark-theme r rstudio-theme

Last synced: 9 months ago
JSON representation

Collection of rstudio themes

Awesome Lists containing this project

README

          

---
title: "Rstudio themes"
output:
github_document:
toc: true
toc_depth: 2
editor_options:
chunk_output_type: console
---

# 49th Parallel :coffee:

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

*Requires Rstudio version > 1.2*

```{r, echo = F, out.width=770, out.height=550, fig.align = 'center'}
knitr::include_graphics("images/preview_49th_parallel.png")
```

**To install,**

**Step 1.** Make a coffee :coffee:

**Step 2.** Open R and run the following:

```{r, eval = F}
# 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 :yum: :computer: