Hi, I have been reading the manual for Columns UI and I am trying to figure out, how to do my own color scheme the way I like it. Now, the problem is that they won't work.

I tested a simple style, and used this:
CODE

$set_style(text, 00FF00, FF00FF)
$set_style(back, 000000,FFFF00)


It's not pretty, but as a test to see how it works. Now, it should show me a green text (if not selected) on a black background and when selected, a purple text in a cyan background. But I only see black text on a black background, and the selected item is cyan background with black text.

Im using columns_ui 0.2.0 with foobar 0.9.4.5 Could anyone show some light into my problem? Do I need to use something like this?
CODE

$set_style(text, $rgb(0,255,0), $rgb(255,0,255)
$set_style(back $rgb(0,0,0), $rgb(0,255,255)