Here's how to do it. (I just did it on my board)
in the threadbit template, find:
Code:
<if condition="$show['gotonewpost']"><strong>$thread[threadtitle]</strong><else />$thread[threadtitle]</if>
Replace with:
Code:
<if condition="$show[sticky]"><font color="red"><b></if> <if condition="$show['gotonewpost']"><strong>$thread[threadtitle]</strong><else />$thread[threadtitle]</if><if condition="$show[sticky]"></font></b></if>