theme helpers
theme_colors_*
functions take background and foreground colors.
theme_brand_*
functions take a brand.yml file.
The usage of the returned object or function depends on the package. See the quarto-examples
repo for usage examples.
theme_colors_altair
theme_colors_altair(bg, fg)
theme_brand_altair
theme_brand_altair(brand_yml)
theme_colors_bokeh
theme_colors_bokeh(bg, fg)
theme_brand_bokeh
theme_brand_bokeh(brand_yml)
theme_colors_great_tables
theme_colors_great_tables(bg, fg)
theme_brand_great_tables
theme_brand_great_tables(brand_yml)
theme_colors_matplotlib
theme_colors_matplotlib(bg, fg, primary)
theme_brand_matplotlib
theme_brand_matplotlib(brand_yml)
theme_colors_plotnine
theme_colors_plotnine(bg, fg)
theme_brand_plotnine
theme_brand_plotnine(brand_yml)
theme_colors_plotly
theme_colors_plotly(bg, fg)
theme_brand_plotly
theme_brand_plotly(brand_yml)
theme_colors_pygal
theme_colors_pygal(_bg, fg, primary, secondary)
theme_brand_pygal
theme_brand_pygal(brand_yml)
theme_colors_seaborn
theme_colors_seaborn(bg, fg)
theme_brand_seaborn
theme_brand_seaborn(brand_yml)