[themes] add rastafari-powerline
This commit is contained in:
parent
10c9321c24
commit
abcf861fcb
1 changed files with 21 additions and 0 deletions
21
themes/rastafari-powerline.json
Normal file
21
themes/rastafari-powerline.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"icons": [ "awesome-fonts" ],
|
||||||
|
"defaults": {
|
||||||
|
"separator-block-width": 0,
|
||||||
|
"warning": {
|
||||||
|
"fg": "#000000",
|
||||||
|
"bg": "#FFFFFF"
|
||||||
|
},
|
||||||
|
"critical": {
|
||||||
|
"fg": "#000000",
|
||||||
|
"bg": "#FFFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cycle": [
|
||||||
|
{"fg": "#FFFFFF", "bg": "#008000"},
|
||||||
|
{"fg": "#000000", "bg": "#ffff00"},
|
||||||
|
{"fg": "#000000", "bg": "#ff0000"}
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue