[themes] Add font and background colors to themes
Themes can now specify "fg" (font color) and "bg" (background color) on all levels.
This commit is contained in:
parent
8538f272d6
commit
7b48b08365
3 changed files with 14 additions and 4 deletions
|
@ -7,10 +7,12 @@
|
|||
"prefix": "bat ",
|
||||
"states": {
|
||||
"charging": {
|
||||
"suffix": "+ "
|
||||
"suffix": "+ ",
|
||||
"fg": "#00ff00"
|
||||
},
|
||||
"discharging": {
|
||||
"suffix": "- "
|
||||
"suffix": "- ",
|
||||
"fg": "#ff0000"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue