7b48b08365
Themes can now specify "fg" (font color) and "bg" (background color) on all levels.
21 lines
255 B
JSON
21 lines
255 B
JSON
{
|
|
"defaults": {
|
|
"prefix": " ",
|
|
"suffix" : " "
|
|
},
|
|
"battery": {
|
|
"prefix": "bat ",
|
|
"states": {
|
|
"charging": {
|
|
"suffix": "+ ",
|
|
"fg": "#00ff00"
|
|
},
|
|
"discharging": {
|
|
"suffix": "- ",
|
|
"fg": "#ff0000"
|
|
}
|
|
}
|
|
},
|
|
"time": {
|
|
}
|
|
}
|