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
- Host: GitHub
- URL: https://github.com/wvictor14/rstudio_themes
- Owner: wvictor14
- Created: 2019-05-23T20:27:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-25T04:45:52.000Z (about 7 years ago)
- Last Synced: 2023-05-25T01:25:12.901Z (about 3 years ago)
- Topics: coffee, dark-theme, r, rstudio-theme
- Size: 429 KB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
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: