summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/qml/Colors.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Colors.qml b/framework/qml/Colors.qml
index 271d3564..dc942871 100644
--- a/framework/qml/Colors.qml
+++ b/framework/qml/Colors.qml
@@ -41,6 +41,7 @@ Item {
41 property string textColor: charcoalGrey 41 property string textColor: charcoalGrey
42 property string disabledTextColor: coastalFog 42 property string disabledTextColor: coastalFog
43 property string backgroundColor: cardboardGrey 43 property string backgroundColor: cardboardGrey
44 property string darkBackgroundColor: charcoalGrey
44 property string viewBackgroundColor: paperWhite 45 property string viewBackgroundColor: paperWhite
45 property string highlightColor: plasmaBlue 46 property string highlightColor: plasmaBlue
46 property string highlightedTextColor: paperWhite 47 property string highlightedTextColor: paperWhite