summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-03-29 09:52:47 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-03-29 09:52:47 +0200
commitb862ce68406b828fb2d59567d2e2e6a2e3654afb (patch)
tree14c7e6aac0f3a4013a4726fd1ff65c8610ca7080 /components
parent4c2d0a1a80aae76843ed047b59afb7f3899fe55a (diff)
downloadkube-b862ce68406b828fb2d59567d2e2e6a2e3654afb.tar.gz
kube-b862ce68406b828fb2d59567d2e2e6a2e3654afb.zip
add highlightedtextcolor to kube theme
Diffstat (limited to 'components')
-rw-r--r--components/theme/contents/ui/Colors.qml7
1 files changed, 4 insertions, 3 deletions
diff --git a/components/theme/contents/ui/Colors.qml b/components/theme/contents/ui/Colors.qml
index b5c1abeb..c78f81a9 100644
--- a/components/theme/contents/ui/Colors.qml
+++ b/components/theme/contents/ui/Colors.qml
@@ -26,9 +26,10 @@ Item {
26 property string backgroundColor: "#eff0f1" 26 property string backgroundColor: "#eff0f1"
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 30
30 property string positveColor: "#27ae60" 31 property string positveColor: "#27ae60"
31 property string warningColor: "#f67400" 32 property string warningColor: "#f67400"
32 property string negativeColor: "#ed1515" 33 property string negativeColor: "#ed1515"
33} 34}
34 35