Skip to content

Commit

Permalink
Minor updates to ozette_light_theme().
Browse files Browse the repository at this point in the history
  • Loading branch information
djhammill committed May 10, 2024
1 parent 0dce5c8 commit ab679d5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions R/themes.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
7 changes: 7 additions & 0 deletions man/ozette_light_theme.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab679d5

Please sign in to comment.