ui.theme.switching: adding back light-mode and dark-mode.
parent
8a09779e3e
commit
fb9a71627f
|
@ -55,3 +55,7 @@ PRIVATE>
|
|||
|
||||
: switch-theme ( theme -- )
|
||||
theme set-global update-stylesheet ;
|
||||
|
||||
: light-mode ( -- ) light-theme switch-theme ;
|
||||
|
||||
: dark-mode ( -- ) dark-theme switch-theme ;
|
||||
|
|
Loading…
Reference in New Issue