[themes/gruvbox] Fix cmus icons
This commit is contained in:
parent
a14483ec37
commit
9cf2a092da
1 changed files with 154 additions and 155 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue