Merge pull request #372 from dillasyx/master
Added onedark-powerline theme
This commit is contained in:
commit
78d317e69a
2 changed files with 40 additions and 0 deletions
BIN
screenshots/themes/onedark-powerline.png
Normal file
BIN
screenshots/themes/onedark-powerline.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
40
themes/onedark-powerline.json
Normal file
40
themes/onedark-powerline.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue