mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
Put all the QML colors into a single standalone configurable file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user