Skip to content

Ayu color themes for Rstudio 🎨

Notifications You must be signed in to change notification settings

davidgibsonp/ayu-rstudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ayu Rstudio

An Rstudio version of @dempfi simple ayu sublime theme.

  • Have yet to implement any ui components

Install

Run in Rstudio

  1. Install rstudioapi
install.packages("rstudioapi")
  1. Install desired themes. mirage is my personal favorite :)
library(rstudioapi)

# mirage
addTheme("https://raw.githubusercontent.com/davidgibsonp/ayu-rstudio/master/rstheme/ayu-mirage.rstheme",
         apply = TRUE, force = TRUE)

# light
addTheme("https://raw.githubusercontent.com/davidgibsonp/ayu-rstudio/master/rstheme/ayu-light.rstheme",
         apply = TRUE, force = TRUE)

# dark
addTheme("https://raw.githubusercontent.com/davidgibsonp/ayu-rstudio/master/rstheme/ayu-dark.rstheme",
         apply = TRUE, force = TRUE)

Screenshots

Mirage

Mirage

Light

Light

Dark

Dark