[themes] Re-enable themes

see #23
This commit is contained in:
Tobi-wan Kenobi 2016-12-11 12:58:03 +01:00
parent d10fc814ed
commit 65ae8c242b
5 changed files with 136 additions and 0 deletions

41
themes/solarized.json Normal file
View file

@ -0,0 +1,41 @@
{
"icons": [ "ascii" ],
"defaults": {
"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"
}
}
}