It looks like you're new here. If you want to get involved, click one of these buttons!
I've tried all the theme options (swatches) for v2.5.0 and the discussion title is NOT emphasized so each discussion in a search tends to blend in with the rest. I've added the following style to the theme style.css simply to get it highlighted.
.DataList .Title,
.DataList .Title a {
font-weight: bold!important;
}