ui.theme.switching: adding back light-mode and dark-mode.

locals-and-roots
John Benediktsson 2016-05-11 18:32:33 -07:00
parent 8a09779e3e
commit fb9a71627f
1 changed files with 4 additions and 0 deletions

View File

@ -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 ;