switch-theme ( theme -- )


Vocabulary
ui.theme.switching

Inputs
themetheme


Outputs
None

Word description
Switch to a new theme.

Examples
To switch to a light-theme:
USING: ui.theme ui.theme.switching ; light-theme switch-theme

To switch to a dark-theme:
USING: ui.theme ui.theme.switching ; dark-theme switch-theme


Definition