A simple and cool theme for RStudio inspired by VS code (Dark+) colors and based on Tomorrow Night theme.
Required: RStudio v1.2+
Download rs-vscode.rstheme file and add it within RStudio.
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")
.
I also suggest to use Consolas font like VS code.
Enjoy your theme!