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