quickshell: brighter, bolder session icons (base07, weight 600); expose base06/07

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-06-12 14:28:50 +01:00
parent 516b8b6d5b
commit cae1a69026

View file

@ -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 {