Skip to content

get_theme

Return the name of the currently active theme.

Returns:

Type Description
str

Name of the active theme.

Examples:

>>> theme = get_theme()
>>> print(theme)  # "darkly"