主题颜色更改背景

你可以用 CSS 实现这一点

.topic-list-item.category-sponsor {
    background: salmon;
}