[themes] add rastafari-powerline

This commit is contained in:
Marcos Gabriel Miller 2021-03-27 17:22:35 -03:00
parent 10c9321c24
commit abcf861fcb

View 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"}
]
}