Put all the QML colors into a single standalone configurable file

This commit is contained in:
Tomas Rivera
2026-03-11 10:48:44 +01:00
parent 3bc27a2a4f
commit d374a70c9c
29 changed files with 112 additions and 883 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import QtQuick
import QtQuick.Shapes
import "../theme" as Theme
Item {
id: root
@@ -30,9 +30,9 @@ Item {
ShapePath {
id: path
capStyle: ShapePath.RoundCap
strokeColor: "#DAC99B"
strokeColor: Theme.Colors.ropeColor1
strokeWidth: 10
fillColor: "transparent"
fillColor: Theme.Colors.ropeColor2
}
}