Under your chosen template directory (ex: components/com_fireboard/templates/default), edit the thread.php file. Look for the TR with class="fb_threadview_row" and modify it like so:
<tr class="fb_threadview_row" <? if($leaf->id == (int)$id){ echo "style='background-color:yellow'"; } ?> >