Two themes for RStudio, inspired by the ayu-dark theme and the Mayukai mirage darker theme for VSCode.
# Ayu Dark-ish
rstudioapi::addTheme("https://raw.githubusercontent.com/graiffgarcia/ayu-ish-rstudio/master/rstheme/ayu-dark.rstheme",
apply = TRUE, force = TRUE)
# Mayukai Mirage Darker-ish
rstudioapi::addTheme("https://raw.githubusercontent.com/graiffgarcia/ayu-ish-rstudio/master/rstheme/mayukai-mirage-darker.rstheme",
apply = TRUE, force = TRUE)