Merge pull request #778 from c05m4r/main

[themes] add albiceleste-powerline and rastafari-powerline
This commit is contained in:
tobi-wan-kenobi 2021-03-27 20:30:55 +00:00 committed by GitHub
commit 7f2ce7d76e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
"icons": [ "awesome-fonts" ],
"defaults": {
"separator-block-width": 0,
"warning": {
"fg": "#000000",
"bg": "#ffff00"
},
"critical": {
"fg": "#000000",
"bg": "#ffff00"
}
},
"cycle": [
{"fg": "#000000", "bg": "#87ceeb"},
{"fg": "#000000", "bg": "#FFFFFF"}
]
}

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