monstrousdev/themes

theme partially broken!

fivescocoa opened this issue · 6 comments

there's a bug happening right now where themes are displaying the default discord theme in some places. this is happening to black hole. here's a thread semi-explaining it in the official betterdiscord server
disc

and heres what the bug looks like:
disc2

Is there a fix for this we could apply ourselves? Seems like the dev isn't particularly active anymore.

Is there a fix for this we could apply ourselves? Seems like the dev isn't particularly active anymore.

i'm not confident enough to actually touch the code, so the work around i've been using is having both blackhole and the theme "basicbackground" by devilbro applied at the same time. for some reason it resolves blackhole's issues, and the only place the basic background is showing is in the settings pane. no clue why this works or if it will continue to do so LOL @MattyTheHacker

Add this to the end of the theme's css file; I'm using Black Hole myself and this seems to have fixed it:

.theme-light, .theme-dark, .theme-amoled {
--background-primary: rgba(var(--transparencycolor), .2);
--background-secondary: rgba(var(--transparencycolor), .3);
}

This worked! Thanks so much both.

Add this to the end of the theme's css file; I'm using Black Hole myself and this seems to have fixed it:

.theme-light, .theme-dark, .theme-amoled {
--background-primary: rgba(var(--transparencycolor), .2);
--background-secondary: rgba(var(--transparencycolor), .3);
}

I've had this same issue and this fixed it! thank you so much:)

Add this to the end of the theme's css file; I'm using Black Hole myself and this seems to have fixed it:

.theme-light, .theme-dark, .theme-amoled {
--background-primary: rgba(var(--transparencycolor), .2);
--background-secondary: rgba(var(--transparencycolor), .3);
}

I've had this same issue and this fixed it! thank you so much:)

Does yours still work. Ive been trying to get the black hole theme but cant find a download that works. if so dm it to me xtmp on disc