Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background not working #48

Open
MarshallPasc opened this issue Apr 26, 2024 · 1 comment
Open

Background not working #48

MarshallPasc opened this issue Apr 26, 2024 · 1 comment

Comments

@MarshallPasc
Copy link

MarshallPasc commented Apr 26, 2024

discord
Im on vencord and its not showing the background everything else seems to load i even activated transperency in the settings.

@iamgrave
Copy link

iamgrave commented Jul 8, 2024

You need to make some changes to the custom CSS. The hex codes are solid colors from what I found. If you have an IDE like VS Code you can play with the transparency that you like. If you want a quick fix to see if it works for you you can try changing to the following settings:

--background-solid: #16192129;
--background-solid-dark: #10121836;
--background-solid-darker: #0c0e123c;

These are some of the transparency settings that worked for me and my use-case/display. 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants