R Studio Scented Themes 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.
To install rscentheme, use
remotes::install_github("florale/rscentheme")rscentheme currently offers 5 themes in Dark mode:
roseinspired by Rose of No Man's Land Byredo.mountainwaterinspired by Silver Mountain Water Creed.woodseainspired by Wood Sage and Sea Salt Jo Malone.br540inspired by Baccarat Rouge 540 Maison Francis Kurkdjian.irisinspired by Iris Malikhân Maison Crivelli.
And 5 themes in Light mode:
blancheinspired by Blanche Byredo.plurielinspired by Feminin and Masculin Pluriel Maison Francis Kurkdjian.delinainspired by Delina Parfums de Marly.soleilinspired by Soleil Blanc Tom Ford.h24inspired by H24 Hermès.
You can install all themes using the following code
rscentheme()To install, apply or switch a theme, run
scented_theme("theme_name")Lastly, you can uninstall any rscentheme theme by running
unscented_theme()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
rscentheme has only been tested on MAC OS. Feedback from other systems is welcome.
