replace
Code:
<if condition="$show['reputation']">Points: $post[reputation]<div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>
with
Code:
<if condition="$show['reputation']"><strong style="color:#00FF00">Points: $post[reputation]</strong><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>
replace #00FF00 with the hex code of the color you want