well cool, i'm glad you're making good use of foobar's customization capabilities.
now it's time for some playlist column scripts
for the now playing column, try this:
Code:
$if(%_isplaying%,$rgb(0,128,0,0,128,0)▶,)
of course, you can change the glyph and colours to whatever you like.
for stripes on your playlist, go to Playlist View/Globals/Style and paste this:
Code:
$ifequal($mod(%list_index%,2),0,$if(%_is_group%,,$set_style(back,$rgb(244,245,246),$rgb(223,234,240))),)
note that the stripes cannot appear in blank areas between groups...