diff options
Diffstat (limited to 'qt-mobile/theme')
-rw-r--r-- | qt-mobile/theme/Theme.qml | 7 | ||||
-rw-r--r-- | qt-mobile/theme/Units.qml | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/qt-mobile/theme/Theme.qml b/qt-mobile/theme/Theme.qml new file mode 100644 index 000000000..5eed83fe8 --- /dev/null +++ b/qt-mobile/theme/Theme.qml @@ -0,0 +1,7 @@ +import QtQuick 2.3 + +QtObject { + property color textColor: "#333333" + property color backgroundColor: "#ececec" + property color highlightColor: "#91c4e1" +}
\ No newline at end of file diff --git a/qt-mobile/theme/Units.qml b/qt-mobile/theme/Units.qml new file mode 100644 index 000000000..73ee3f8cf --- /dev/null +++ b/qt-mobile/theme/Units.qml @@ -0,0 +1,5 @@ +import QtQuick 2.3 + +QtObject { + property int gridUnit: 24 +}
\ No newline at end of file |