A frosted Discord theme with a monochrome wallpaper.
Everything lives in the :root block at the top.
| Variable | Does |
|---|---|
--bg-image |
Wallpaper URL |
--bg-blur |
Wallpaper blur |
--bg-brightness |
Wallpaper brightness |
--tint |
Base tint as r, g, b |
--tint-app |
Overall darkening |
--tint-panels |
Sidebar and member list darkening |
--glass / --glass-heavy |
Surface opacity |
--blur-sm / --blur-lg |
Backdrop blur strength |
--accent |
Mentions, hovers, scrollbar as r, g, b |
Swapping the wallpaper is one line:
--bg-image: url(your-image-here);Selectors use prefix matching ([class*="chat_"]) instead of Discord's hashed class names, so updates are less likely to break it. If something does break, the hash rotated on a selector that needed a more specific anchor.
Backdrop blur requires hardware acceleration. Turn it on in Discord Settings > Advanced.
