diff options
Diffstat (limited to 'components/theme/contents/ui')
-rw-r--r-- | components/theme/contents/ui/Colors.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/theme/contents/ui/Colors.qml b/components/theme/contents/ui/Colors.qml index 8191c9a8..b5c1abeb 100644 --- a/components/theme/contents/ui/Colors.qml +++ b/components/theme/contents/ui/Colors.qml | |||
@@ -27,8 +27,8 @@ Item { | |||
27 | property string viewBackgroundColor: "#fcfcfc" | 27 | property string viewBackgroundColor: "#fcfcfc" |
28 | property string highlightColor: "#3daee9" | 28 | property string highlightColor: "#3daee9" |
29 | 29 | ||
30 | // property string positveColor: "" | 30 | property string positveColor: "#27ae60" |
31 | // property string warningColor: "" | 31 | property string warningColor: "#f67400" |
32 | // property string negativeColor: "" | 32 | property string negativeColor: "#ed1515" |
33 | } | 33 | } |
34 | 34 | ||