I made a minor mod to my slimserver.css file for the Default2 skin to change the color of the currently playing song to match the color of the buttons. I feel it stands out better than the existing grey color.

File: SlimServer\server\HTML\Default2\slimserver.css

.currentsong td a.plstitle {
//color: #666;
color: #fe9966;
font-weight: bold;

Thoughts?