Custom theme for ggplot2 that allows to customize several things from a plot. It's specially designed for plots generated by ggvenn::ggvenn() It uses ggplot2::theme()

theme_ggvenn(
  title.hjust = 0.5,
  title.face = "plain",
  subtitle.face = "italic",
  title.family = "sans",
  subtitle.family = "sans",
  caption.face = "plain",
  caption.hjust = 1,
  caption.family = "sans"
)

Author

amitjavilaventura