Update defaults to OMNI's client theme
Usage
set_client_defaults(
base_family = "Inter Tight",
primary_color = "#405065",
base_color = NULL
)
Arguments
- base_family
The base font family for the theme.
- primary_color
The chart's primary data colour: a brand colour name or
a hex string. Defaults to the client blue, `"#405065"`.
- base_color
Deprecated. Use `primary_color`.