I'm not really sure what you have to do, probably something with CSS but what you need is in your
threadbit_global template...
find the code:
Code:
<a class="title<vb:if condition="$show['gotonewpost']"> threadtitle_unread</vb:if>" href="{vb:link thread, {vb:raw globalthread}, {vb:raw pageinfo}, 'threadid', 'threadtitle'}" id="thread_title_{vb:raw globalthread.realthreadid}">{vb:raw globalthread.threadtitle}</a>
That is the code for the link... So you have a link to the Sticky code to change colors? Maybe I can translate it for Global thread use.