RStudio-VScode-theme

March 10, 2021 ยท View on GitHub

A simple and cool theme for RStudio inspired by VS code (Dark+) colors and based on Tomorrow Night theme.

image image

Add theme manually to RStudio

Required: RStudio v1.2+

Download rs-vscode.rstheme file and add it within RStudio.

Install

You can also install it and automatically add it, simply using these commands directly in RStudio:

rstudioapi::addTheme("https://raw.githubusercontent.com/mattia-liuzzo/RStudio-VScode-theme/main/rs-vscode.rstheme", apply = TRUE)

It requires rstudioapi package. You can install it using install.packages("rstudioapi").

Suggestion

I also suggest to use Consolas font like VS code.

image

Enjoy your theme!