Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkearney/driven-snow
❄️A light, bare-bones custom theme for Rstudio❄️
https://github.com/mkearney/driven-snow
r rstats rstheme rstudio rstudio-theme
Last synced: 2 months ago
JSON representation
❄️A light, bare-bones custom theme for Rstudio❄️
- Host: GitHub
- URL: https://github.com/mkearney/driven-snow
- Owner: mkearney
- License: gpl-3.0
- Created: 2018-11-05T16:57:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T15:30:41.000Z (over 5 years ago)
- Last Synced: 2024-08-13T07:15:32.529Z (5 months ago)
- Topics: r, rstats, rstheme, rstudio, rstudio-theme
- Language: R
- Homepage:
- Size: 1.48 MB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - mkearney/driven-snow - ❄️A light, bare-bones custom theme for Rstudio❄️ (R)
README
# driven-snow
❄️A light, bare-bones custom theme for Rstudio❄️## Theme
**driven-snow** is a light theme that maximizes space by stripping away some of
the point/click toolbars that come standard with the Rstudio interface. It is
not 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'd
elements 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 the
[theme file](theme/drive-snow.rstheme) and add to the Rstudio theme folder or
try the following code (note: this code can also be adapted to add a local
version of the theme).``` r
### add theme and apply immediately
rstudioapi::addTheme(
tfse::github_raw("theme/driven-snow.rstheme", repo = "mkearney/driven-snow"),
apply = TRUE
)
```## Fonts
**driven-snow** changes the default UI theme from Lucida Grande to either
Helvetica or the system's default sans-serif font. The recommended monospace
font is **L-Consolas** (Consolas with ligatures), which can be found in the
[fonts](fonts) folder.## Screen shot
![](img/screen-shot.png)