added additional matugen templating. guides coming soon
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
<* for name, value in colors *>
|
||||
readonly property color {{name}}: "{{value.default.hex}}"
|
||||
<* endfor *>
|
||||
}
|
||||
Reference in New Issue
Block a user