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:
parent
516b8b6d5b
commit
cae1a69026
1 changed files with 6 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue