Generalverdacht
May 22 2006, 06:18
in the old foobar version i could pick the colour as i liked and i got an value like FFFFFF which i could use with these boxes in my code.
now with the 0.9.1 latest columnui, i get something like "$rgb(0,0,0)". how can i change that, or how can i use this "§rgb..." string?
gfngfgf
May 22 2006, 06:44
"$rgb(x,x,x)" evaluates to a six-digit color code. You can use "$rgb(x,x,x) in place of any "FFFFFF" code. Read the
titleformat reference for more information.
edit: fixed url
roentgen
May 22 2006, 06:49
The same as you did in the previous version.
Just add $rgb(0,0,0) or whatever in front of what you need to give a special color. Also add $rgb() when you want to reset the color to the default values...
As far as I know the old way of inserting colors works too, but I find it easier this way.