Kayno0o / vibrant-glass-theme

I made this theme for myself at first, but some friends found it cool, so I decided to share it here.
MIT License
14 stars 80 forks source link

dont work anymore, black discord #1

Closed Broccoli187 closed 1 year ago

CatsAndBlankets commented 1 year ago

I looked at the glass_local.theme.css file that I got directly from BetterDiscord, and I just had to replace the segment at the bottom of the file:

.app-2rEoOp>.bg-h5JY_x { background: var(--background-url) !important; background-size: cover !important; }

with

.app-2CXKsg>.bg-1QIAus { background: var(--background-url) !important; background-size: cover !important; }

to get the background working again. It doesn't seem like the theme got updated in BetterDiscord at least.

Broccoli187 commented 1 year ago

thx