matugen/templates/Colors.qml

8 lines
136 B
QML
Raw Normal View History

2026-01-20 12:33:06 +01:00
import QtQuick
QtObject {
<* for name, value in colors *>
readonly property color {{name}}: "{{value.default.hex}}"
<* endfor *>
2026-01-20 12:33:06 +01:00
}