A ggplot2 theme inspired by the vitalBayes retro-wave aesthetic. Provides a clean, modern look suitable for scientific publications while maintaining visual consistency with the package branding.
Examples
if (FALSE) { # \dontrun{
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
geom_point(color = vital_colors(1)) +
theme_vital()
} # }
