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

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

Awesome Lists containing this project

README

        

# rscentheme

[![release](https://img.shields.io/github/v/release/florale/rscentheme)](https://github.com/florale/rscentheme/releases/latest)
[![CRAN](https://www.r-pkg.org/badges/version/rscentheme)](https://cran.r-project.org/package=rscentheme)
[![lifecycle](https://lifecycle.r-lib.org/articles/figures/lifecycle-experimental.svg)](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.

![](https://github.com/florale/rscentheme/blob/main/inst/media/rscentheme.gif)

## 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:
- ToolsGlobal Options…CodeDisplay → **☑ Highlight selected word**
- ToolsGlobal Options…CodeDisplay → **☑ Highlight selected line**
- ToolsGlobal Options…CodeDisplay → **☑ Highlight R function calls**
- ToolsGlobal Options…CodeDisplay → **☑ Rainbow parentheses**

## Supported OS
`rscentheme` has only been tested on MAC OS. Feedback from other systems is welcome.