Add onedark-powerline theme

inspired by the excellent One Dark syntax theme for the Atom text editor
This commit is contained in:
Nico Dietz 2019-03-29 10:04:18 +01:00
parent ed4d1a7f4d
commit 4f308fffe0
2 changed files with 40 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -0,0 +1,40 @@
{
"icons": [ "awesome-fonts" ],
"defaults": {
"separator-block-width": 0,
"warning": {
"fg": "#282C34",
"bg": "#E5C07B"
},
"critical": {
"fg": "#282C34",
"bg": "#E06C75"
}
},
"cycle": [
{"fg": "#ABB2BF", "bg": "#4B5263"},
{"fg": "#ABB2BF", "bg": "#282C34"}
],
"dnf": {
"good": {
"fg": "#282C34",
"bg": "#98C379"
}
},
"pacman": {
"good": {
"fg": "#282C34",
"bg": "#98C379"
}
},
"battery": {
"charged": {
"fg": "#282C34",
"bg": "#98C379"
},
"AC": {
"fg": "#282C34",
"bg": "#98C379"
}
}
}