Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 2.34 KB

README.md

File metadata and controls

64 lines (48 loc) · 2.34 KB

rscentheme

release CRAN lifecycle

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.

Installation

To install rscentheme, use

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

rscentheme()

To install, apply or switch a theme, run

scented_theme("theme_name")

Lastly, you can uninstall any rscentheme theme by running

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.