Merge pull request #236 from F00dwarrior/master
added greyish powerline theme
This commit is contained in:
commit
e517e570bd
2 changed files with 40 additions and 0 deletions
BIN
screenshots/themes/powerline-greyish.png
Normal file
BIN
screenshots/themes/powerline-greyish.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
40
themes/greyish-powerline.json
Normal file
40
themes/greyish-powerline.json
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
{
|
||||||
|
"icons": [ "awesome-fonts" ],
|
||||||
|
"defaults": {
|
||||||
|
"separator-block-width": 0,
|
||||||
|
"warning": {
|
||||||
|
"fg": "#002b36",
|
||||||
|
"bg": "#b58900"
|
||||||
|
},
|
||||||
|
"critical": {
|
||||||
|
"fg": "#002b36",
|
||||||
|
"bg": "#dc322f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cycle": [
|
||||||
|
{ "fg": "#EFEFEF", "bg": "#0D0D0D" },
|
||||||
|
{ "fg": "#EFEFEF", "bg": "#4F4F4F" }
|
||||||
|
],
|
||||||
|
"dnf": {
|
||||||
|
"good": {
|
||||||
|
"fg": "#002b36",
|
||||||
|
"bg": "#859900"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pacman": {
|
||||||
|
"good": {
|
||||||
|
"fg": "#002b36",
|
||||||
|
"bg": "#859900"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"battery": {
|
||||||
|
"charged": {
|
||||||
|
"fg": "#002b36",
|
||||||
|
"bg": "#859900"
|
||||||
|
},
|
||||||
|
"AC": {
|
||||||
|
"fg": "#002b36",
|
||||||
|
"bg": "#859900"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue