Not only that, but it is getting noticed as the selected colour is what I specify it.
Here's the string for the column:
CODE
$if(%_isplaying%,
$set_style(text,000000,000000)
$set_style(back,FFFFFF,FFFFFF)
$set_style(frame-top,1,222222)
$set_style(frame-bottom,1,222222)
$set_style(frame-right,1,222222)
,
$select(%tracknumber%,
$set_style(text,646464,FFFFFF)
$set_style(back,D2D2D2,000000)
$puts(isdone,1)
,
)
$if($strcmp($get(isdone),1),,
$set_style(text,787878,FFFFFF)
$set_style(frame-top,1,C8C8C8)
$ifequal($mod(%_playlist_number%,2),0,
$set_style(back,E6E6E6,000000)
,
$set_style(back,F0F0F0,000000)
)
)
)