align module colors to their group accent

This commit is contained in:
Damocles 2026-04-12 17:00:13 +02:00
parent 5b1c355917
commit 160937e674
10 changed files with 15 additions and 15 deletions

View file

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