[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": { "cmus": {
"prefix": "  ",
"states": { "states": {
"playing": { "playing": {
"fg": "#1d2021", "prefix": "  "
"bg": "#b8bb26"
}, },
"paused": { "paused": {
"fg": "#1d2021", "prefix": "  "
"bg": "#d79921"
}, },
"stopped": { "stopped": {
"fg": "#1d2021", "prefix": "  "
"bg": "#cc241d"
} }
},
"prev": {
"prefix": "  "
},
"next": {
"prefix": "  "
},
"shuffle": {
"states": { "on": { "prefix": "  " }, "off": { "prefix": "  " } }
},
"repeat": {
"states": { "on": { "prefix": "  " }, "off": { "prefix": "  " } }
} }
}, },
"brightness": { "brightness": {
"prefix": "  " "prefix": "  "
},
"pacman": {
"prefix": "  ",
"states": {
"available": {
"fg": "#1d2021",
"bg": "#b8bb26"
}
}
} }
} }