A light, publication-oriented ggplot2 theme matching the surveyframe
report brand: dark ink typography, a teal accent, and quiet horizontal
grid lines. Apply it to any ggplot object, including the plots returned
by run_analysis_plan() when plots = TRUE.
Examples
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
geom_point(colour = "#16B3B1") +
theme_surveyframe()