Custom Variables doesn't work in Format Tag
I need to change this...

label-active = %{B#5a000000 F#333}%{F- B#333}%{o#924} %icon% %{B#5a000000 F#333}%{F- B- -o}
in something like this...
label-active = %{B${colors.black} F${colors.grey}}%{F- B${colors.grey}}%{o${colors.red}} %icon% %{B${colors.black} F${colors.grey}}%{F- B- -o}
as you can see it doesn't work

there is a way to make it work properly?
Custom Variables doesn't work in Format Tag

I need to change this...
label-active = %{B#5a000000 F#333}%{F- B#333}%{o#924} %icon% %{B#5a000000 F#333}%{F- B- -o}in something like this...
label-active = %{B${colors.black} F${colors.grey}}%{F- B${colors.grey}}%{o${colors.red}} %icon% %{B${colors.black} F${colors.grey}}%{F- B- -o}as you can see it doesn't work

there is a way to make it work properly?