[themes] add albiceleste-powerline
This commit is contained in:
parent
3d809eb590
commit
10c9321c24
1 changed files with 20 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"}
|
||||||
|
]
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue