## INSTALLATION
# Instructions assume devtools is installed)
::install_github("gadenbuie/rsthemes")
devtools
# Install custom themes + additional set of base16-based themes
::install_rsthemes(include_base16 = TRUE)
rsthemes
## USAGE
# list installed themes
::list_rsthemes()
rsthemes
# Try all themes
::try_rsthemes()
rsthemes
# Try just the light, dark, or base16 themes, e.g.
::try_rsthemes("light")
rsthemes
# Use a theme
::applyTheme("One Dark {rsthemes}") rstudioapi
rsthemes: Customizing your RStudio IDE
quick tips
Change up your editor theme with {rsthemes}, a collection of themes to freshen up the RStudio IDE aesthetics.
Feel like freshening up your RStudio IDE? Check out the rsthemes
package by Garrick Aden-Buie to explore and apply different themes. For the last year or so, I’ve been enjoying the “base16 Ashes” theme at work and home. I prefer the “One Dark” theme on Atom / Juno for my Julia setup, But I’m starting to feel like I should use “One Dark” across the board. 🤓
This package is not yet on CRAN, so you’ll have to install via devtools::install_github()
. See installation and usage code below, pulled from the rsthemes
GitHub:
Source: