Vendicated / Vencord

The cutest Discord client mod
https://vencord.dev
GNU General Public License v3.0
7.97k stars 1.12k forks source link

Add StyleListener to ClientTheme to fix lightModeFixes #2662

Open CodeF53 opened 3 weeks ago

CodeF53 commented 3 weeks ago

Light mode fixes of client theme replaces all --white-500 backgrounds with --primary-100, but since discord started lazy loading css chunks, the old approach of generating all these fixes at DOMContentLoaded is no longer functional.

This PR adds a mutationObserver to the head of the DOM to generate new fixes for lightMode as the app is used.

Vendicated commented 1 week ago

lint explosion