subsurface/qt-mobile/theme/Theme.qml

10 lines
282 B
QML
Raw Normal View History

import QtQuick 2.3
QtObject {
property color accentColor: "#2d5b9a"
property color accentTextColor: "#ececec"
property color textColor: "#333333"
property color backgroundColor: "#ececec"
property color highlightColor: "#91c4e1"
property color highlightTextColor: "#333333"
}