From cae1a6902677e30ec091a7eef4fdebf05167c944 Mon Sep 17 00:00:00 2001 From: rope Date: Fri, 12 Jun 2026 14:28:50 +0100 Subject: [PATCH] quickshell: brighter, bolder session icons (base07, weight 600); expose base06/07 Co-Authored-By: Claude Fable 5 --- settings/quickshell.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/settings/quickshell.nix b/settings/quickshell.nix index d5b2528..a625bc4 100644 --- a/settings/quickshell.nix +++ b/settings/quickshell.nix @@ -151,6 +151,8 @@ in readonly property color base03: "#${c.base03}" readonly property color base04: "#${c.base04}" readonly property color base05: "#${c.base05}" + readonly property color base06: "#${c.base06}" + readonly property color base07: "#${c.base07}" readonly property color base08: "#${c.base08}" readonly property color base0A: "#${c.base0A}" readonly property color base0B: "#${c.base0B}" @@ -634,10 +636,13 @@ in anchors.centerIn: parent text: sessBtn.modelData.icon color: sessBtn.modelData.danger && sessionMenu.selIdx === sessBtn.index - ? Theme.base08 : Theme.base05 + ? Theme.base08 : Theme.base07 Behavior on color { ColorAnimation { duration: 120 } } font.family: Theme.iconFont font.pixelSize: 20 + // Thicken the variable font's strokes — outlined + // Material Symbols read dim at default weight + font.weight: 600 } MouseArea {