so i want my playcount column to look like the rest of my columns
They look like this:

Im pretty sure its something to do with the style tab in the playlist view part of preferences
For example, my title columns style tab contains this:
CODE
$if(%_isplaying%,
$if($strcmp(%_overrideplayingtext%,1),%_playingtext%|,%_titletext%|)
$if($strcmp(%_overrideplayingtext%,1),%_playingselectedtext%|,%_titletext%|)
%_playingbg%,
%_titletext%|%_titletext%|
$select($add($mod(%_playlist_number%,2),1),
%_darkrowbg%,%_lightrowbg%))|
%_selectedbg%||
$if($strcmp(%_showvertborder%,1),$if(%_isplaying%,%_playingbg%|,%_border%|),|)
$if($strcmp(%_showhorizborder%,1),%_border%|,|)
$if($strcmp(%_overrideplayingtext%,1),%_playingtext%|,%_titletext%|)
$if($strcmp(%_overrideplayingtext%,1),%_playingselectedtext%|,%_titletext%|)
%_playingbg%,
%_titletext%|%_titletext%|
$select($add($mod(%_playlist_number%,2),1),
%_darkrowbg%,%_lightrowbg%))|
%_selectedbg%||
$if($strcmp(%_showvertborder%,1),$if(%_isplaying%,%_playingbg%|,%_border%|),|)
$if($strcmp(%_showhorizborder%,1),%_border%|,|)
What code would i need to make my playcount column look the same?
Any help would be greatly appreciated thanks