diff options
Diffstat (limited to 'framework/qml/Colors.qml')
-rw-r--r-- | framework/qml/Colors.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Colors.qml b/framework/qml/Colors.qml index e3c53a1f..523d5b23 100644 --- a/framework/qml/Colors.qml +++ b/framework/qml/Colors.qml | |||
@@ -31,5 +31,6 @@ Item { | |||
31 | property string positiveColor: "#27ae60" | 31 | property string positiveColor: "#27ae60" |
32 | property string warningColor: "#f67400" | 32 | property string warningColor: "#f67400" |
33 | property string negativeColor: "#ed1515" | 33 | property string negativeColor: "#ed1515" |
34 | property string statusbarColor: "#232629" | ||
34 | } | 35 | } |
35 | 36 | ||