style: battery color
This commit is contained in:
parent
586de7623c
commit
4721486543
2 changed files with 3 additions and 4 deletions
|
@ -59,9 +59,9 @@ else:
|
|||
B_UNKNOWN = B_TEMPLATE.format("\uf128")
|
||||
|
||||
colors = {
|
||||
'low': '#fb4934',
|
||||
'mid': '#fabd2f',
|
||||
'high': '#b8bb26'
|
||||
'low': '#d32f2f',
|
||||
'mid': '#ffa000',
|
||||
'high': '#d4e157'
|
||||
}
|
||||
|
||||
display = "<span color=\"{}\">{} {}%</span>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue