mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-29 05:30:41 +00:00
7 lines
154 B
QML
7 lines
154 B
QML
|
import QtQuick 2.3
|
||
|
|
||
|
QtObject {
|
||
|
property color textColor: "#333333"
|
||
|
property color backgroundColor: "#ececec"
|
||
|
property color highlightColor: "#91c4e1"
|
||
|
}
|