Update all the geom defaults.
ggplot2::update_geom_defaults()
can be used to further fine-tune individual geom defaults.
weave_geom_defaults(..., colour = "#357BA2FF")
Provided to require argument naming, support trailing commas etc.
For most geoms, a default hex code for the colour of geoms (i.e. geoms other than "text", "label", "hline", "vline" and "abline"). Note "fill" inherits from this argument.