diff --git a/theme/Theme.qml b/theme/Theme.qml index 7570b24..f3f7e23 100644 --- a/theme/Theme.qml +++ b/theme/Theme.qml @@ -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 }