[themes/gruvbox] Fix cmus icons

This commit is contained in:
Pavle Portic 2016-11-17 23:21:05 +01:00
parent a14483ec37
commit 9cf2a092da

View file

@ -127,32 +127,31 @@
}
},
"cmus": {
"prefix": "  ",
"states": {
"playing": {
"fg": "#1d2021",
"bg": "#b8bb26"
"prefix": "  "
},
"paused": {
"fg": "#1d2021",
"bg": "#d79921"
"prefix": "  "
},
"stopped": {
"fg": "#1d2021",
"bg": "#cc241d"
"prefix": "  "
}
},
"prev": {
"prefix": "  "
},
"next": {
"prefix": "  "
},
"shuffle": {
"states": { "on": { "prefix": "  " }, "off": { "prefix": "  " } }
},
"repeat": {
"states": { "on": { "prefix": "  " }, "off": { "prefix": "  " } }
}
},
"brightness": {
"prefix": "  "
},
"pacman": {
"prefix": "  ",
"states": {
"available": {
"fg": "#1d2021",
"bg": "#b8bb26"
}
}
}
}