extra: waybar: adjust battery icon colors to light theme

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-05-09 13:51:36 +02:00
parent 402d3a5a3a
commit ef42155d4b
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -70,9 +70,9 @@ tooltip label {
}
#battery.warning {
color: rgba(255, 210, 4, 1);
color: rgba(193, 132, 1, 1); /* onehalf yellow */
}
#battery.critical {
color: rgba(238, 46, 36, 1);
color: rgba(228, 86, 73, 1); /* onehalf red */
}