bumblebee-status/themes/albiceleste-powerline.json

21 lines
336 B
JSON
Raw Permalink Normal View History

2021-03-27 21:22:10 +01:00
{
"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"}
]
}