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
@@ -1,6 +1,7 @@
import QtQuick
import QtQuick.Shapes
import Quickshell
import "../../theme" as Theme
Item {
property bool expanded: false;
@@ -37,7 +38,7 @@ Item {
strokeWidth: 2
capStyle: ShapePath.RoundCap
joinStyle: ShapePath.MiterJoin
fillColor: "transparent"
fillColor: Theme.Colors.menuChildrenRevealerShapePath
startX: xStart
startY: yStart