Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/edavidaja/nord-rstudio
- Owner: edavidaja
- License: mit
- Created: 2019-01-16T19:45:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T10:57:13.000Z (over 1 year ago)
- Last Synced: 2024-10-12T22:34:48.334Z (2 months ago)
- Size: 714 KB
- Stars: 27
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
)
```