Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/edavidaja/nord-rstudio

Nord for RStudio
https://github.com/edavidaja/nord-rstudio

Last synced: about 1 month ago
JSON representation

Nord for RStudio

Awesome Lists containing this project

README

        

# Nord RStudio

An arctic, north-bluish clean and elegant RStudio theme.

![shiny app](shiny.png)

supports [rainbow parentheses for RStudio 1.4](https://blog.rstudio.com/2020/11/04/rstudio-1-4-preview-rainbow-parentheses/).

based on [nord-sublime-text](https://github.com/arcticicestudio/nord-sublime-text/tree/8d01b8860622c81758bba3aa12e0809526c240e1).

## install

```r
rstudioapi::addTheme(
themePath = "https://raw.githubusercontent.com/edavidaja/nord-rstudio/master/Nord.rstheme",
apply = TRUE
)
```