more more colors

This commit is contained in:
Damocles 2026-04-12 14:51:21 +02:00
parent c4e4b6ebb2
commit ed72d81f3b
14 changed files with 22 additions and 10 deletions

View file

@ -34,11 +34,12 @@ M.BarSection {
M.BarIcon {
icon: "\uEFC5"
color: M.Theme.base0B
anchors.verticalCenter: parent.verticalCenter
}
Text {
text: root.percent + "%"
color: M.Theme.base05
color: M.Theme.base0B
font.pixelSize: M.Theme.fontSize
font.family: M.Theme.fontFamily
verticalAlignment: Text.AlignVCenter