LuckFire / amoled-cord

A basically pitch black theme for Discord. Lights out, baby!
MIT License
411 stars 286 forks source link

Fix: classes #85

Closed Hadock-is-ok closed 1 month ago

Hadock-is-ok commented 1 month ago

Credits to https://syndishanx.github.io/Website/Update_Classes.html

Sculas commented 1 month ago

I've tested the changes on Discord Stable w/ Vencord and everything mentioned in the issue looks fixed. Not sure about the BetterDiscord stuff since I don't use that.

Hadock-is-ok commented 1 month ago

No description provided.

there is also

--background-secondary: var(--primary-830) !important; line which needs to be --black instead of --primary, it's fixing sidebar on better discord desktop

up to LuckFire, I only changed class names

LuckFire commented 1 month ago

Already merged #86, but for future reference: The main language is scss, there are scss files that then get compiled into the file you edited. This would fix the theme technically yes, but it does not do it in the correct way that is desired.

Hadock-is-ok commented 1 month ago

Already merged #86, but for future reference: The main language is scss, there are scss files that then get compiled into the file you edited. This would fix the theme technically yes, but it does not do it in the correct way that is desired.

Got it