I don't know of a mod but you could do this as a template edit...
Edit your
threadlist.css template.
Find the code:
Code:
.threadbit .threadtitle_unread {
font-weight: bold;
}
and add the CSS to change the color to what you want, off hand I'm not good with CSS so I don't know exactly what you'd do... I think it has something to do with a:link {color} but I;m sure you can find css info on google.