bumblebee-status/themes/solarized.json

43 lines
553 B
JSON
Raw Normal View History

2016-12-11 12:58:03 +01:00
{
"icons": [ "ascii" ],
"defaults": {
2016-12-11 13:26:02 +01:00
"separator-block-width": 0,
2016-12-11 12:58:03 +01:00
"critical": {
"fg": "#002b36",
"bg": "#dc322f"
},
"warning": {
"fg": "#002b36",
"bg": "#b58900"
},
"default_separators": false,
"separator": ""
},
"cycle": [
{
"fg": "#93a1a1",
"bg": "#002b36"
},
{
"fg": "#eee8d5",
"bg": "#586e75"
}
],
"dnf": {
"good": {
"fg": "#002b36",
"bg": "#859900"
}
},
"battery": {
"charged": {
"fg": "#002b36",
"bg": "#859900"
},
"AC": {
"fg": "#002b36",
"bg": "#859900"
}
}
}