diff options
Diffstat (limited to 'qt-mobile/theme/Theme.qml')
-rw-r--r-- | qt-mobile/theme/Theme.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/theme/Theme.qml b/qt-mobile/theme/Theme.qml index 021b2f2aa..c4cfbf077 100644 --- a/qt-mobile/theme/Theme.qml +++ b/qt-mobile/theme/Theme.qml @@ -1,7 +1,7 @@ import QtQuick 2.3 QtObject { - property color accentColor: "#114d6f" + property color accentColor: "#2d5b9a" property color accentTextColor: "#ececec" property color textColor: "#333333" property color backgroundColor: "#ececec" |