c52cb99518
Themes can now define "fg" and "bg" attributes that are used for foreground (text) color and background color. see #23
13 lines
200 B
JSON
13 lines
200 B
JSON
{
|
|
"icons": [ "test" ],
|
|
"defaults": {
|
|
"prefix": "default-prefix",
|
|
"suffix": "default-suffix",
|
|
"fg": "#000000",
|
|
"bg": "#111111"
|
|
},
|
|
"test-widget": {
|
|
"fg": "#ababab",
|
|
"bg": "#222222"
|
|
}
|
|
}
|