add theme switching support

This commit is contained in:
erinn 2020-05-19 15:04:51 -07:00
parent 2788144bf6
commit 913796b288
1 changed files with 3 additions and 1 deletions

View File

@ -56,6 +56,8 @@ Item {
readonly property int sidePaneMinSize: 700
readonly property int doublePaneMinSize: 1000
property ThemeType theme: CwtchLight { }
property ThemeType dark: CwtchDark{}
property ThemeType light: CwtchLight{}
property ThemeType theme: dark
}