bumblebee-status/themes/iceberg.json
2018-09-12 08:35:22 +02:00

38 lines
758 B
JSON

{
"icons": [ "awesome-fonts" ],
"defaults": {
"separator-block-width": 0,
"separator": "",
"warning": {
"fg": "#0f1117",
"bg": "#e2a478"
},
"critical": {
"fg": "#0f1117",
"bg": "#e27878"
},
"fg": "#c6c8d1", "bg": "#161821"
},
"dnf": {
"good": {
"fg": "#0f1117",
"bg": "#b4be82"
}
},
"pacman": {
"good": {
"fg": "#0f1117",
"bg": "#b4be82"
}
},
"battery": {
"charged": {
"fg": "#b4be82",
"bg": "#161821"
},
"charging": {
"fg": "#89b8c2",
"bg": "#161821"
}
}
}