All Projects → mkearney → driven-snow

mkearney / driven-snow

Licence: GPL-3.0 license
❄️A light, bare-bones custom theme for Rstudio❄️

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to driven-snow

rstudio-themes
A collection of themes for RStudio
Stars: ✭ 109 (+419.05%)
Mutual labels:  rstudio, rstudio-theme, rstheme
night-owlish
🌙🦉 An RStudio, tmThemes, and Ace editor adaptation of @sdras' Night Owl VS Code theme…
Stars: ✭ 122 (+480.95%)
Mutual labels:  rstudio-theme, rstheme
Shinyapps links
A collection of Shiny applications (links shared on Twitter)
Stars: ✭ 109 (+419.05%)
Mutual labels:  rstudio
Hex Stickers
RStudio hex stickers
Stars: ✭ 249 (+1085.71%)
Mutual labels:  rstudio
Sendcode
Send code and text to macOS and Linux Terminals, iTerm, ConEmu, Cmder, Tmux, Terminus; R (RStudio), Julia, IPython.
Stars: ✭ 166 (+690.48%)
Mutual labels:  rstudio
Doing Meta Analysis In R
All R codes for the guide "Doing Meta-Analysis in R"
Stars: ✭ 115 (+447.62%)
Mutual labels:  rstudio
Mojave Dark Rstudio Theme
A Total-IDE Dark RStudio Theme inspired by Apple's dark aestheticcc.
Stars: ✭ 198 (+842.86%)
Mutual labels:  rstudio
R Course
Una introduccion al analisis de datos con R y R Studio
Stars: ✭ 93 (+342.86%)
Mutual labels:  rstudio
rstudio-global-2021-calendar
Materials to create a calendar file from the rstudio::global(2021) schedule online
Stars: ✭ 14 (-33.33%)
Mutual labels:  rstudio
Tidyheatmap
Draw heatmap simply using a tidy data frame
Stars: ✭ 151 (+619.05%)
Mutual labels:  rstudio
Installations mac ubuntu windows
Installations for Data Science. Anaconda, RStudio, Spark, TensorFlow, AWS (Amazon Web Services).
Stars: ✭ 231 (+1000%)
Mutual labels:  rstudio
Todor
TODOr - RStudio add-in for finding TODO, FIXME, CHANGED etc. comments in your code.
Stars: ✭ 149 (+609.52%)
Mutual labels:  rstudio
Rstudiothemes
A curated list of RStudio themes found on Github
Stars: ✭ 134 (+538.1%)
Mutual labels:  rstudio
Shinystudio
A fully Dockerized, self-hosted development environment for teams. Develop where you serve.
Stars: ✭ 204 (+871.43%)
Mutual labels:  rstudio
Rbert
Implementation of BERT in R
Stars: ✭ 114 (+442.86%)
Mutual labels:  rstudio
R-advantages-over-python
This repository enumerates all the reasons why R is better than python for DS
Stars: ✭ 59 (+180.95%)
Mutual labels:  rstudio
Blogdown
Create Blogs and Websites with R Markdown
Stars: ✭ 1,327 (+6219.05%)
Mutual labels:  rstudio
Rcade
Games to procrastinate with RStudio
Stars: ✭ 146 (+595.24%)
Mutual labels:  rstudio
Bookdownplus
The easiest way to use R package bookdown for writing varied types of books and documents
Stars: ✭ 198 (+842.86%)
Mutual labels:  rstudio
rdocsyntax
Syntax highlighting for R HTML documentation
Stars: ✭ 20 (-4.76%)
Mutual labels:  rstudio

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 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).

### 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 folder.

Screen shot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].