DiscordStyles / DarkMatter

A cold, dark & frosty theme.
MIT License
135 stars 1.12k forks source link

Transparency not working #45

Open driftywinds opened 8 months ago

driftywinds commented 8 months ago

The theme is not transparent as in the README.md even though I've gone into Better Discord settings and enabled transparency

CarlosGT7274 commented 7 months ago

try from picom, of if are on linux.

highbaud commented 3 months ago

Same issue for me - on Windows 11

iamgrave commented 2 weeks ago

The custom CSS settings, from what I see, doesn't have a transparent hex color. I played around with them in VS Code to get my own use case but you can see if it works for you. Otherwise, you can google the color and transparency you need and plug it in.

--background-solid: #16192129;
--background-solid-dark: #10121836;
--background-solid-darker: #0c0e123c;
highbaud commented 2 weeks ago

nice catch, thanks @iamgrave