propagate accent color to workspaces, tray, window title; round workspace pills

This commit is contained in:
Damocles 2026-04-12 22:20:34 +02:00
parent 834bf808d0
commit 32a1bb8fa8
3 changed files with 5 additions and 5 deletions

View file

@ -76,13 +76,13 @@ M.BarSection {
layer.enabled: true
layer.effect: MultiEffect {
colorization: 1.0
colorizationColor: M.Theme.base0D
colorizationColor: root.accentColor
}
}
M.BarLabel {
label: root._title
color: M.Theme.base0D
color: root.accentColor
elide: Text.ElideRight
anchors.verticalCenter: parent.verticalCenter
}