Merge pull request #372 from dillasyx/master

Added onedark-powerline theme
This commit is contained in:
tobi-wan-kenobi 2019-03-29 19:24:34 +01:00 committed by GitHub
commit 78d317e69a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"
}
}
}