more colors

This commit is contained in:
Damocles 2026-04-12 14:46:42 +02:00
parent 67e8a27b3d
commit c4e4b6ebb2
2 changed files with 9 additions and 2 deletions

View file

@ -8,6 +8,10 @@ M.BarIcon {
property string profile: ""
color: root.profile === "performance" ? M.Theme.base09
: root.profile === "power-saver" ? M.Theme.base0B
: M.Theme.base05
icon: {
if (root.profile === "performance")
return "\uF0E7";