- Notifications
You must be signed in to change notification settings - Fork2
❄️A light, bare-bones custom theme for Rstudio❄️
License
mkearney/driven-snow
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
❄️A light, bare-bones custom theme for Rstudio❄️
driven-snow is a light theme that maximizes space by stripping away some ofthe point/click toolbars that come standard with the Rstudio interface. It isnot recommended for users who often rely on Rstudio toolbars (instead of, say,keyboard shortcuts). It's also a work-in-progress–stripping away non-ID'delements of the UI via CSS is an inexact/hacky solution, so no promises😜!
To add the theme to your Rstudio desktop, you can either download thetheme file and add to the Rstudio theme folder ortry the following code (note: this code can also be adapted to add a localversion of the theme).
### add theme and apply immediatelyrstudioapi::addTheme(tfse::github_raw("theme/driven-snow.rstheme",repo="mkearney/driven-snow"),apply=TRUE)
driven-snow changes the default UI theme from Lucida Grande to eitherHelvetica or the system's default sans-serif font. The recommended monospacefont isL-Consolas (Consolas with ligatures), which can be found in thefonts folder.