Update the colour/fill geom default, and update other defaults for text and reference line geoms.
ggplot2::update_geom_defaults()
can be used to further fine-tune geom defaults.
weave_geom_defaults(
colour = "#357BA2FF",
fill = colour,
text_colour = "#121B24FF",
text_size = 11/2.835052,
text_family = "",
reference_line_colour = "#121B24FF",
reference_line_linewidth = 0.33
)
A default hex colour for the colour of geoms (other than text or reference line geoms).
A default hex colour for the fill of geoms (other than text or reference line geoms).
A default hex colour for the colour (and fill) of the "text" and "label" geoms.
A default size for the "text" and "label" geoms.
A default family for the "text" and "label" geoms.
A default hex colour for the colour of the "hline", "vline", "abline" and "curve" geoms.
A default linewidth for the the "hline", "vline", "abline" and "curve" geoms.