bumblebee-status/themes/iceberg-powerline.json

45 lines
987 B
JSON
Raw Normal View History

{
"icons": [ "awesome-fonts" ],
"defaults": {
"separator-block-width": 0,
"warning": {
2018-09-12 14:12:52 +02:00
"fg": "#0f1117",
"bg": "#e2a478"
},
"critical": {
2018-09-12 14:12:52 +02:00
"fg": "#0f1117",
"bg": "#e27878"
}
},
"cycle": [
2018-09-12 14:12:52 +02:00
{ "fg": "#696d80", "bg": "#34394e" },
{ "fg": "#17171b", "bg": "#5a5f72" },
{ "fg": "#17171b", "bg": "#818596" },
{ "fg": "#161821", "bg": "#c6c8d1" },
{ "fg": "#17171b", "bg": "#818596" },
{ "fg": "#17171b", "bg": "#5a5f72" }
],
"dnf": {
"good": {
"fg": "#b4be82",
"bg": "#161821"
}
},
"pacman": {
"good": {
"fg": "b4be82",
"bg": "#161821"
}
},
"battery": {
"charged": {
2018-09-12 14:12:52 +02:00
"fg": "#0f1117",
"bg": "#b4be82"
},
2018-09-12 14:12:52 +02:00
"charging": {
"fg": "#0f1117",
"bg": "#84a0c6"
}
}
}