bumblebee-status/themes/gruvbox-powerline-edit.json~
2017-09-21 08:43:15 +05:30

51 lines
722 B
JSON

{
"icons": [ "paxy97", "awesome-fonts" ],
"defaults": {
"warning": {
"fg": "#1d2021",
"bg": "#d79921e6"
},
"critical": {
"fg": "#fbf1c7",
"bg": "#cc241de6"
},
"default-separators": false,
"separator-block-width": 0
},
"cycle": [
{
"fg": "#ebdbb2",
"bg": "#171a1ce6"
},
{
"fg": "#fbf1c7",
"bg": "#282828e6"
}
],
"dnf": {
"good": {
"fg": "#002b36",
"bg": "#859900e6"
}
},
"battery": {
"charged": {
"fg": "#1d2021",
"bg": "#b8bb26e6"
},
"AC": {
"fg": "#1d2021",
"bg": "#b8bb26e6"
}
},
"cmus": {
"fg": "#fbf1c7",
"bg": "#484848e6"
},
"bluetooth": {
"ON": {
"fg": "#1d2021",
"bg": "#b8bb26e6"
}
}
}