Skip to content

emhogg/r_studio_themes

Repository files navigation

r_studio_themes

Barbie inspired RStudio themes for all the hyper-femmes out there.

To add these themes to your RStudio, follow the steps outlined below.

Required packages:

  • rstudioapi: install.packages("rstudioapi")
  • library(rstudioapi)

Add Barbie Light to RStudio:

  • barbie_light <- "https://raw.githubusercontent.com/emhogg/barbie_r_studio_themes/main/Barbie_Light.rstheme"
  • rstudioapi::addTheme(barbie_light, apply = TRUE)

Barbie Light theme preview

Barbie Light Theme Preview

Add Barbie Dark to RStudio

  • barbie_dark <- "https://raw.githubusercontent.com/emhogg/barbie_r_studio_themes/main/Barbie_Dark.rstheme"
  • rstudioapi::addTheme(barbie_dark, apply = TRUE)

Barbie Dark theme preview

Barbie Dark

Troubleshooting

Error in value[[3L]](cond) : Unable to add the theme file "/var/folders/zp/5hb1l2cn2sxd5p8mq7xs_kdh0000gn/T//Rtmp8cMMrS/Barbie_Light.rstheme". The specified theme, "Barbie Light", already exists in the target location. Please delete the existing theme and try again.

To solve this error, delete the existing Barbie Light and/or Barbie Light from your RStudio in Preferences > Appearence and try again.

Drop a comment if you have any issues.

P.S. Thanks Jack for your pull request :)