zerebos/Nox

Doesn't affect channel list

kilbouri opened this issue · 1 comments

Yea, the channel list doesn't get themed.
image

Resolved with a bit of custom CSS on top (using BetterDiscord's normalized tags). It would be nice, however, to see this integrated into the theme itself. I don't want to touch the source, I'll probably break it somehow.

.da-sidebar {
    --background-secondary: var(--nox-level2);
}
.container-1taM1r {
    background-color: var(--nox-level3);
}

image
[Edit: added image]