if (FALSE) {
library(ggplot2)
# Light theme
ggplot(mtcars, aes(mpg, wt)) +
geom_point() +
theme_brand("block", variant = "light")
# Dark theme
ggplot(mtcars, aes(mpg, wt)) +
geom_point() +
theme_brand("block", variant = "dark")
}
Run the code above in your browser using DataLab