Add onedark-powerline theme
inspired by the excellent One Dark syntax theme for the Atom text editor
This commit is contained in:
parent
ed4d1a7f4d
commit
4f308fffe0
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