bootstack.set_theme#

bootstack.set_theme(name)#

Set the active application theme.

Parameters:

name (str) – Theme name to activate (e.g., “bootstrap-light”, “nord-dark”).

Examples

>>> set_theme("nord-dark")