Two minor fixes:
1) CSS fix on line 364 add .thread_dot_new to the list of classes, this fixes the background not being the correct color. The change is given below.
Code:
.thread_dot, .thread_hot, .thread_dot_hot, .thread_, .thread_lock,.thread_hot_lock,.thread_dot_lock,.thread, .thread_moved, .thread_new, .thread_hot_new, .t\
hread_dot_hot_new, .thread_lock_new, .thread_dot_new
2) Add
class="$thread[statusicon]" to the anchor tag of sticky threads so that they get bolded when unread posts are present.
Code:
<if condition="$show['sticky']">
<div class="sticky">
$thread[movedprefix]
$thread[typeprefix]
$thread[moderatedprefix]
$thread[prefix_rich]
<a class="$thread[statusicon]" href="showthread.php?$session[sessionurl]goto=newpost&t=$thread[threadid]">$thread[threadtitle]</a> <span class="smallfont">($thread[replycount] $vbphrase[replies])</span>
<if condition="$thread['pagenav']">$stylevar[dirmark]<span class="smallfont" style="white-space:nowrap">($thread[pagenav]<if condition="$show[pagenavmore]"> ... <a href="showthread.php?$session[sessionurl]t=$thread[threadid]&page=$thread[totalpages]$thread[highlight]">$vbphrase[last_page]</a></if>)</span></if>
<if condition="$show['deletethread']">
<a href="postings.php?$session[sessionurl]do=deletethread&t=$thread[threadid]">[$vbphrase[delete]]</a> <a href="postings.php?$session[sessionurl]do=editthread&t=$thread[threadid]">[$vbphrase[edit]]</a> </if>
<br />
$vbphrase[last_post]: $thread[lastposter], $thread[lastpostdate]
<if condition="!$show['detailedtime']">$thread[lastposttime]</if>
</div>
<else />