[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

7
themes/default.json Normal file
View file

@ -0,0 +1,7 @@
{
"icons": [ "ascii" ],
"defaults": {
"urgent": true,
"fg": "#aabbcc"
}
}

View file

@ -0,0 +1,43 @@
{
"icons": [ "paxy97", "awesome-fonts" ],
"defaults": {
"prefix": " ",
"suffix" : " ",
"warning": {
"fg": "#1d2021",
"bg": "#d79921"
},
"critical": {
"fg": "#fbf1c7",
"bg": "#cc241d"
},
"default-separators": false,
"separator-block-width": 0
},
"cycle": [
{
"fg": "#ebdbb2",
"bg": "#1d2021"
},
{
"fg": "#fbf1c7",
"bg": "#282828"
}
],
"dnf": {
"good": {
"fg": "#002b36",
"bg": "#859900"
}
},
"battery": {
"charged": {
"fg": "#1d2021",
"bg": "#b8bb26"
},
"AC": {
"fg": "#1d2021",
"bg": "#b8bb26"
}
}
}

5
themes/icons/paxy97.json Normal file
View file

@ -0,0 +1,5 @@
{
"memory": {
"prefix": "  "
}
}

40
themes/powerline.json Normal file
View file

@ -0,0 +1,40 @@
{
"icons": [ "awesome-fonts" ],
"defaults": {
"critical": {
"fg": "#ffffff",
"bg": "#ff0000"
},
"warning": {
"fg": "#d75f00",
"bg": "#ffd700"
},
"default_separators": false
},
"cycle": [
{
"fg": "#ffd700",
"bg": "#d75f00"
},
{
"fg": "#ffffff",
"bg": "#0087af"
}
],
"dnf": {
"good": {
"fg": "#494949",
"bg": "#41db00"
}
},
"battery": {
"charged": {
"fg": "#494949",
"bg": "#41db00"
},
"AC": {
"fg": "#494949",
"bg": "#41db00"
}
}
}

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"
}
}
}