Vocabularyui.
theme.
switchingInputsOutputsNone
Word descriptionSwitch to a new theme.
ExamplesTo 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