bootstack.style.get_theme#

bootstack.style.get_theme()#

Return the name of the currently active theme.

Returns:

Name of the active theme.

Return type:

str

Examples

>>> theme = get_theme()
>>> print(theme)  # "bootstrap-dark"