https://github.com/florale/rscentheme
A collection of Perfume-inspired Themes for R Studio
https://github.com/florale/rscentheme
rstudio rstudio-theme
Last synced: 4 months ago
JSON representation
A collection of Perfume-inspired Themes for R Studio
- Host: GitHub
- URL: https://github.com/florale/rscentheme
- Owner: florale
- License: other
- Created: 2022-12-10T15:52:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T12:36:17.000Z (about 2 years ago)
- Last Synced: 2024-12-07T05:12:27.916Z (5 months ago)
- Topics: rstudio, rstudio-theme
- Language: CSS
- Homepage:
- Size: 15.4 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# rscentheme
[](https://github.com/florale/rscentheme/releases/latest)
[](https://cran.r-project.org/package=rscentheme)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
**R** **S**tudio S**cent**ed T**heme**s
is an R package with themes for R Studio inspired by perfumes.
Below you will find instructions on how to install and apply the themes to your R Studio.
## Installation
To install `rscentheme`, use```r
remotes::install_github("florale/rscentheme")
```## Usage
`rscentheme` currently offers **5** themes in Dark mode:- `rose` inspired by Rose of No Man's Land Byredo.
- `mountainwater` inspired by Silver Mountain Water Creed.
- `woodsea` inspired by Wood Sage and Sea Salt Jo Malone.
- `br540` inspired by Baccarat Rouge 540 Maison Francis Kurkdjian.
- `iris` inspired by Iris Malikhân Maison Crivelli.And **5** themes in Light mode:
- `blanche` inspired by Blanche Byredo.
- `pluriel` inspired by Feminin and Masculin Pluriel Maison Francis Kurkdjian.
- `delina` inspired by Delina Parfums de Marly.
- `soleil` inspired by Soleil Blanc Tom Ford.
- `h24` inspired by H24 Hermès.You can install all themes using the following code
```r
rscentheme()
```To install, apply or switch a theme, run
```r
scented_theme("theme_name")
```Lastly, you can uninstall any `rscentheme` theme by running
```r
unscented_theme()
```## Recommended RStudio settings
The following settings are recommended:
- Tools → Global Options… → Code → Display → **☑ Highlight selected word**
- Tools → Global Options… → Code → Display → **☑ Highlight selected line**
- Tools → Global Options… → Code → Display → **☑ Highlight R function calls**
- Tools → Global Options… → Code → Display → **☑ Rainbow parentheses**## Supported OS
`rscentheme` has only been tested on MAC OS. Feedback from other systems is welcome.