From 77fa4e37c852d29b12cd46b00497cdfc0ab0f344 Mon Sep 17 00:00:00 2001 From: Sebastian Kügler Date: Fri, 9 Oct 2015 02:45:22 +0200 Subject: QML-UI: add more properties to Units and Theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - colors for accentuation (background and text) - text color to paint on highlights - units.spacing (derived from gridUnit, so it's dpi-corrected) - port main.qml, especially the application header to this theming and sizing Signed-off-by: Sebastian Kügler Signed-off-by: Dirk Hohndel --- qt-mobile/theme/Theme.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qt-mobile/theme/Theme.qml') diff --git a/qt-mobile/theme/Theme.qml b/qt-mobile/theme/Theme.qml index 5eed83fe8..021b2f2aa 100644 --- a/qt-mobile/theme/Theme.qml +++ b/qt-mobile/theme/Theme.qml @@ -1,7 +1,10 @@ import QtQuick 2.3 QtObject { + property color accentColor: "#114d6f" + property color accentTextColor: "#ececec" property color textColor: "#333333" property color backgroundColor: "#ececec" property color highlightColor: "#91c4e1" + property color highlightTextColor: "#333333" } \ No newline at end of file -- cgit v1.2.3-70-g09d2