This theme is always applied by the plotting functions
(ir_plot_continuous_flow(), ir_plot_dual_inlet(), ir_plot_scans()).
To customize a plot, add a ggplot2::theme() on top of the returned plot,
e.g. ir_plot_continuous_flow(...) + ggplot2::theme(text = element_text(size = 20)).
