Skip to contents

Colors are pulled from the MDR consoles in shown in the Severance TV show as well as from the (presumable) hex codes in the Lexington Letters.

Usage

theme_mdr()

Value

A ggplot2 theme object.

Examples

library(ggplot2)
ggplot(mtcars, aes(x = wt, y = mpg)) +
  geom_point() +
  labs(title = "Car Efficiency", subtitle = "MPG vs Weight") +
  theme_mdr()