summaryrefslogtreecommitdiffstats
path: root/qt-mobile/theme/Theme.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/theme/Theme.qml')
-rw-r--r--qt-mobile/theme/Theme.qml7
1 files changed, 7 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