A dark-background ggplot2 theme designed for risk comparison plots.
White text on #1a1a1a background with subtle grid lines.
See also
Other visualization:
plot_risks(),
plot_risks_interactive(),
prepare_risks_plot()
Examples
library(ggplot2)
ggplot(mtcars, aes(mpg, wt)) + geom_point(color = "white") + theme_micromort_dark()
