bumblebee-status/themes/test.json
Tobi-wan Kenobi c52cb99518 [core/theme] Add support for foreground and background colors
Themes can now define "fg" and "bg" attributes that are used for
foreground (text) color and background color.

see #23
2016-12-09 09:02:19 +01:00

13 lines
200 B
JSON

{
"icons": [ "test" ],
"defaults": {
"prefix": "default-prefix",
"suffix": "default-suffix",
"fg": "#000000",
"bg": "#111111"
},
"test-widget": {
"fg": "#ababab",
"bg": "#222222"
}
}