It's true that in the threads lists the little font-awesome icon is not very visible.
I changed its weight to make it more visible with this code:
CSS:
.structItem-status--solved::before {
font-weight: 700;
}
View attachment 240093
it doesn't exactly meet your request but in the meantime it can help to better distinguish the discussions resolved.