diff --git a/R/themes.R b/R/themes.R index 7344ae69..06f80443 100644 --- a/R/themes.R +++ b/R/themes.R @@ -67,6 +67,13 @@ ozette_light_theme <- function(point_shape = "hex", ), axes_text_col = "grey40", key_text_col = "grey40", + gate_line_col = "black", + gate_line_width = 1, + gate_fill_alpha = 0.1, + gate_fill = "grey40", + label_fill_alpha = 0, + label_text_col = "black", + label_text_font = 1, ...) { cyto_plot_theme_reset() diff --git a/man/ozette_light_theme.Rd b/man/ozette_light_theme.Rd index f492f55c..2f4f5798 100644 --- a/man/ozette_light_theme.Rd +++ b/man/ozette_light_theme.Rd @@ -9,6 +9,13 @@ ozette_light_theme( point_col_scale = c("#131D2A", "#1853C9", "#EFF412", "#FF8000", "#FF1200"), axes_text_col = "grey40", key_text_col = "grey40", + gate_line_col = "black", + gate_line_width = 1, + gate_fill_alpha = 0.1, + gate_fill = "grey40", + label_fill_alpha = 0, + label_text_col = "black", + label_text_font = 1, ... ) }