aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2015-11-29 23:39:14 +0100
committerGravatar Sebastian Kügler <sebas@kde.org>2015-11-30 00:03:02 +0100
commitb96f202f14ab4703057116ac1c1bba601da75a99 (patch)
treea1d0e0e4b0aaa437502e67b404cf01145a573753 /qt-mobile
parent78d5325dda8eadee8004183314195f2d61ffeb53 (diff)
downloadsubsurface-b96f202f14ab4703057116ac1c1bba601da75a99.tar.gz
sync with mobilecomponents 67e73fa85e
Colors have slightly changed in breeze. Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qml/mobilecomponents/Theme.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-mobile/qml/mobilecomponents/Theme.qml b/qt-mobile/qml/mobilecomponents/Theme.qml
index fd8c49ba2..402caedb6 100644
--- a/qt-mobile/qml/mobilecomponents/Theme.qml
+++ b/qt-mobile/qml/mobilecomponents/Theme.qml
@@ -41,12 +41,12 @@ QtObject {
property color visitedLinkColor: "#2196F3"
property color buttonTextColor: Qt.rgba(0,0,0, 0.54)
- property color buttonBackgroundColor: "#f3f3f3"
+ property color buttonBackgroundColor: "#eff0f1"
property color buttonHoverColor: "#2196F3"
property color buttonFocusColor: "#2196F3"
property color viewTextColor: Qt.rgba(0,0,0, 0.54)
- property color viewBackgroundColor: "#f3f3f3"
+ property color viewBackgroundColor: "#fcfcfc"
property color viewHoverColor: "#2196F3"
property color viewFocusColor: "#2196F3"