AnthonyEbert / rstudio-ace

Ace Theme for Rstudio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rstudio-ace

Ace Theme is a theme for Rstudio based on Monokai. Background is completely black #000000 , and comments are made easier to see (blue), and the default text color is bright green.

To load in Rstudio

rstudioapi::addTheme("https://raw.githubusercontent.com/AnthonyEbert/rstudio-ace/main/Ace.tmTheme", apply = TRUE)

How Ace theme looks

I made a new theme called Ace2, the differences from Ace are

  • highlighting is light orange and,
  • default text color is purple
rstudioapi::addTheme("https://raw.githubusercontent.com/AnthonyEbert/rstudio-ace/main/Ace2.tmTheme", apply = TRUE)

How Ace2 theme looks

I made a new theme called Ace3, it's like Ace2 but the other way around

  • highlighting is purple and,
  • default text color is light orange
rstudioapi::addTheme("https://raw.githubusercontent.com/AnthonyEbert/rstudio-ace/main/Ace3.tmTheme", apply = TRUE)

How Ace3 theme looks

About

Ace Theme for Rstudio