summaryrefslogtreecommitdiffstats
path: root/framework/qml/Colors.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-06 13:47:19 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-06 13:47:19 +0200
commit339b0a795d3cf1cb6999d685976f511ab2091e8a (patch)
treefb43ae1f7eebb324db5fbc49ead9ad3d18a3c19f /framework/qml/Colors.qml
parentb68a8d2360d10adf9d42c73a5255ac4c03f71155 (diff)
downloadkube-339b0a795d3cf1cb6999d685976f511ab2091e8a.tar.gz
kube-339b0a795d3cf1cb6999d685976f511ab2091e8a.zip
kube.button based on controls templates
Diffstat (limited to 'framework/qml/Colors.qml')
-rw-r--r--framework/qml/Colors.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/qml/Colors.qml b/framework/qml/Colors.qml
index 5e1f1689..e3c53a1f 100644
--- a/framework/qml/Colors.qml
+++ b/framework/qml/Colors.qml
@@ -27,8 +27,7 @@ Item {
27 property string viewBackgroundColor: "#fcfcfc" 27 property string viewBackgroundColor: "#fcfcfc"
28 property string highlightColor: "#3daee9" 28 property string highlightColor: "#3daee9"
29 property string highlightedTextColor: "#fcfcfc" 29 property string highlightedTextColor: "#fcfcfc"
30 30 property string buttonColor: "#bdc3c7"
31
32 property string positiveColor: "#27ae60" 31 property string positiveColor: "#27ae60"
33 property string warningColor: "#f67400" 32 property string warningColor: "#f67400"
34 property string negativeColor: "#ed1515" 33 property string negativeColor: "#ed1515"