blob: 021b2f2aaff6830996c2080437acc779443f44e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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"
}
|