A clean, minimal ggplot2 theme styled with WHO STEPS colours.
theme_steps(base_size = 11)A ggplot2::theme object.
library(ggplot2)
#> Warning: package ‘ggplot2’ was built under R version 4.5.2
ggplot(mtcars, aes(wt, mpg)) + geom_point() + theme_steps()