Skip to content

get_theme_provider

Get the theme provider instance for the active theme.

Returns:

Type Description
ThemeProvider

ThemeProvider instance.

Examples:

>>> provider = get_theme_provider()
>>> colors = provider.get_colors()