bumblebee-status/bumblebee/themes/default.json
Tobias Witek 7b48b08365 [themes] Add font and background colors to themes
Themes can now specify "fg" (font color) and "bg" (background color) on
all levels.
2016-10-31 07:54:18 +01:00

21 lines
255 B
JSON

{
"defaults": {
"prefix": " ",
"suffix" : " "
},
"battery": {
"prefix": "bat ",
"states": {
"charging": {
"suffix": "+ ",
"fg": "#00ff00"
},
"discharging": {
"suffix": "- ",
"fg": "#ff0000"
}
}
},
"time": {
}
}