Color palette extracted from the active Bootstrap theme. By default colors are
extracted from an external _brand.yml configuration file (or uses this package
built-in branding).
Usage
pal(
x = NULL,
alpha = 0.85,
named = TRUE,
omit = c("white", "black", "gray", "grid"),
...
)Arguments
- x
Color index or name(s), skip to return the entire color palette
- alpha
transparency (default: 0.85)
- named
keep color names (default: TRUE)
- omit
Brand colors to exclude from color ramp
- ...
Arguments passed on to
brandfilepath to
_brand.ymlconfiguration file, normally this file is auto-detected in the working tree, but may be specified here to swap branding dynamically.fontone of
_brand.ymlfont families (currently onlybase,monospace, orheadings).

