From e230e903d7caed5821d439013d51141dedc09afb Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 29 Mar 2017 09:47:02 +0200 Subject: add traficlight colors to kube theme --- components/theme/contents/ui/Colors.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'components/theme/contents/ui') 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 { property string viewBackgroundColor: "#fcfcfc" property string highlightColor: "#3daee9" -// property string positveColor: "" -// property string warningColor: "" -// property string negativeColor: "" + property string positveColor: "#27ae60" + property string warningColor: "#f67400" + property string negativeColor: "#ed1515" } -- cgit v1.2.3