Merge pull request #778 from c05m4r/main
[themes] add albiceleste-powerline and rastafari-powerline
This commit is contained in:
commit
7f2ce7d76e
2 changed files with 41 additions and 0 deletions
20
themes/albiceleste-powerline.json
Normal file
20
themes/albiceleste-powerline.json
Normal 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"}
|
||||
]
|
||||
|
||||
}
|
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