Closed BLACK4585 closed 8 months ago
Enable Transparency in BetterDiscord Settings > Window Preferences and make changes to the CSS that it allows passthrough.
Yes, I'm aware of the first point. But I don't know what needs to be done to enable it. That's why I opened this issue.
The theme is already setup for a fully transparent Discord window. It's just the app background that you need to change to transparent.
:root {
--app-bg: transparent;
}
This is the result in Vencord. Is this because of Vencord, an update by discord which broke sth or one of this addons?
Try doing this on BetterDiscord and see if it works.
Hey, I really like your theme! The only thing I wish would exist is a transparent, blurry background. I tried to mix the right CSS in from https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BasicBackground and https://github.com/FeoreV/Themes/blob/e07d6bfc3ce663865ae650eb58b5901d8a8d1109/Discord/Release/FVUI.theme.css#L51, especially the MICA Version but I didn't manage to do it. Is this a possible thing?