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

@ -34,12 +34,12 @@ M.BarSection {
M.BarIcon {
icon: "\uEFC5"
color: M.Theme.base0B
color: M.Theme.base08
anchors.verticalCenter: parent.verticalCenter
}
M.BarLabel {
label: root.percent + "%"
color: M.Theme.base0B
color: M.Theme.base08
anchors.verticalCenter: parent.verticalCenter
}
}