a93fa4aa5c
* separate color themes from icons * each theme can now use one or more icon themes * icons are chosen in a "first match" fashion fixes #17
41 lines
569 B
JSON
41 lines
569 B
JSON
{
|
|
"icons": [ "ascii" ],
|
|
"defaults": {
|
|
"cycle": [
|
|
{
|
|
"fg": "#93a1a1",
|
|
"bg": "#002b36"
|
|
},
|
|
{
|
|
"fg": "#eee8d5",
|
|
"bg": "#586e75"
|
|
}
|
|
],
|
|
"fg-critical": "#002b36",
|
|
"bg-critical": "#dc322f",
|
|
"fg-warning": "#002b36",
|
|
"bg-warning": "#b58900",
|
|
|
|
"default_separators": false,
|
|
"separator": ""
|
|
},
|
|
"dnf": {
|
|
"states": {
|
|
"good": {
|
|
"fg": "#002b36",
|
|
"bg": "#859900"
|
|
}
|
|
}
|
|
},
|
|
"battery": {
|
|
"states": {
|
|
"charged": {
|
|
"fg": "#002b36",
|
|
"bg": "#859900"
|
|
},
|
|
"AC": {
|
|
"fg": "#002b36",
|
|
"bg": "#859900"
|
|
}
|
|
}
|
|
}
|