diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-29 09:47:02 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-29 09:47:02 +0200 |
commit | e230e903d7caed5821d439013d51141dedc09afb (patch) | |
tree | f3f5a3a2752ab52c2237ca402c0fe3b853b503b2 /components/theme/contents/ui | |
parent | 64e5ed2471a7a695080bfecd2821d2a5b11e0aac (diff) | |
download | kube-e230e903d7caed5821d439013d51141dedc09afb.tar.gz kube-e230e903d7caed5821d439013d51141dedc09afb.zip |
add traficlight colors to kube theme
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 | ||