Alex313031 / quark-player

An Electron based Web Video Services Player, supporting Netflix, Youtube, Twitch, Floatplane, Hulu and More!
https://thorium.rocks/quark-player/
MIT License
95 stars 8 forks source link

Themes support #5

Open MulverineX opened 1 year ago

MulverineX commented 1 year ago

The ability to load theme zips. One global css file, and site-specific css files.

Alex313031 commented 1 year ago

@MulverineX If i can find an npm package to implement this, I can try it.

MulverineX commented 1 year ago

site-specific css files you would probably have to implement

Alex313031 commented 1 year ago

@MulverineX I added dark mode and light mode support, which on top of changing the css, will also send the prefers-dark-scheme header to websites via electron's nativeTheme API.