One ggplot theme
theme_ilo()
The function to use + in the ggplot workflow.
+
datasets::mtcars %>% ggplot2::ggplot(ggplot2::aes(mpg, disp)) + ggplot2::geom_point() + theme_ilo()