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
+2 -1
View File
@@ -4,6 +4,7 @@ import QtQuick
import QtQuick.Effects
import QtQuick.Layouts
import Quickshell.Hyprland
import "../theme" as Theme
MouseArea {
id: root
@@ -81,7 +82,7 @@ MouseArea {
anchors.fill: parent
anchors.margins: 2
radius: width / 2
color: wsItem.exists ? "#C0DB4C" : "#59622D"
color: wsItem.exists ? Theme.Colors.workspacesColor1 : Theme.Colors.workspacesColor2
}
Image {
anchors.fill: parent