All Projects → max-alletsee → rstudio-themes

max-alletsee / rstudio-themes

Licence: Unknown, MIT licenses found Licenses found Unknown LICENSE MIT LICENSE.md
A collection of themes for RStudio

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to rstudio-themes

driven-snow
❄️A light, bare-bones custom theme for Rstudio❄️
Stars: ✭ 21 (-80.73%)
Mutual labels:  rstudio, rstudio-theme, rstheme
night-owlish
🌙🦉 An RStudio, tmThemes, and Ace editor adaptation of @sdras' Night Owl VS Code theme…
Stars: ✭ 122 (+11.93%)
Mutual labels:  rstudio-theme, rstheme
Shinystudio
A fully Dockerized, self-hosted development environment for teams. Develop where you serve.
Stars: ✭ 204 (+87.16%)
Mutual labels:  rstudio
ermoji
🤷‍♂️ RStudio Addin to Search and Copy Emoji
Stars: ✭ 26 (-76.15%)
Mutual labels:  rstudio
Bookdownplus
The easiest way to use R package bookdown for writing varied types of books and documents
Stars: ✭ 198 (+81.65%)
Mutual labels:  rstudio
Installations mac ubuntu windows
Installations for Data Science. Anaconda, RStudio, Spark, TensorFlow, AWS (Amazon Web Services).
Stars: ✭ 231 (+111.93%)
Mutual labels:  rstudio
rscloud
Managing RStudio Cloud spaces with R
Stars: ✭ 19 (-82.57%)
Mutual labels:  rstudio
xaringan-basics-and-beyond
Sharing Your Work with xaringan: Workshop created for the NHS-R Community 2020 Virtual Conference.
Stars: ✭ 43 (-60.55%)
Mutual labels:  rstudio
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+6222.02%)
Mutual labels:  rstudio
rdocsyntax
Syntax highlighting for R HTML documentation
Stars: ✭ 20 (-81.65%)
Mutual labels:  rstudio
rstudio-global-2021-calendar
Materials to create a calendar file from the rstudio::global(2021) schedule online
Stars: ✭ 14 (-87.16%)
Mutual labels:  rstudio
Hex Stickers
RStudio hex stickers
Stars: ✭ 249 (+128.44%)
Mutual labels:  rstudio
hugo-documentation-theme
📖 Project Docs / Knowledge Base template for Hugo Website Builder. 创建项目文档
Stars: ✭ 101 (-7.34%)
Mutual labels:  rstudio
Postcards
💌 Create simple, beautiful personal websites and landing pages using only R Markdown.
Stars: ✭ 208 (+90.83%)
Mutual labels:  rstudio
big-data-upf
RECSM-UPF Summer School: Social Media and Big Data Research
Stars: ✭ 21 (-80.73%)
Mutual labels:  rstudio
Mojave Dark Rstudio Theme
A Total-IDE Dark RStudio Theme inspired by Apple's dark aestheticcc.
Stars: ✭ 198 (+81.65%)
Mutual labels:  rstudio
reportmd
Create multi-page HTML reports in R
Stars: ✭ 23 (-78.9%)
Mutual labels:  rstudio
compareWith
RStudio Addins for Enhanced Diff and Merge
Stars: ✭ 52 (-52.29%)
Mutual labels:  rstudio
viewtweets
🙈🐵 View tweets (timelines, favorites, searches) in Rstudio 🐵🙈
Stars: ✭ 21 (-80.73%)
Mutual labels:  rstudio
raspberrypi-rstudio
RStudio for Raspberry Pi - Docker Build and Runtime Environment
Stars: ✭ 57 (-47.71%)
Mutual labels:  rstudio

RStudio Theme Collection

This is a collection of custom RStudio themes that offer alternatives to the default built-in themes. Below, you will find a list with 229 RStudio themes that have been created by users (194 dark themes, 35 light themes).

You can find here a CSV file, also including links to screenshots if available.

If you would like to learn more about how to create custom themes for RStudio, please see the RStudio theme creation website.

To add your own theme to the list, please open a pull request, add your theme to the file data-raw/rstudio_themes.csv and re-knit the file README.rmd.

How to install/use custom themes

RStudio supports custom themes in version 1.20 or higher. Themes can be installed via “Tools” - “Global Options” - “Appearance” - “Add Theme”. Once a theme is installed, the theme name will appear in the theme list and it can be activated by simply clicking on it.

Add Theme option in RStudio Global Preferences Menu

The “rstudioapi” package includes an “addTheme” function that allows to install custom themes.

Moreover, this Github repository comes with a little pseudo-package that allows to install specific themes from the list below, also coming with the possibility for a bulk install. Below is a quick overview how to use this function.

    # install the pseudo-package from this Github repository
    devtools::install_github("max-alletsee/rstudio-themes")

    library(rstudiothemes) # ... then load the library

    # example 1: bulk-install all light themes
    install_rstudio_themes(theme = "all_light")

    # example 2: install two specific light themes
    install_rstudio_themes(theme = c("Ayu Light", "Github {rsthemes}"))

Dark Themes from R Users

Light Themes from R Users

Built-in RStudio Themes

The list below shows the full list of the currently built-in RStudio themes that are installed by default.

Dark

Light

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