diff options
Diffstat (limited to 'components/theme')
-rw-r--r-- | components/theme/contents/ui/Colors.qml | 7 |
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 | ||