Headary / messenger-dark-theme

6 stars 2 forks source link

Allow using prefers-color-scheme to automatically switch light/dark depending on the OS status? #3

Open nekohayo opened 1 year ago

nekohayo commented 1 year ago

This extension works well enough to set a dark theme on Firefox 114, but it does not automatically switch to light when the browser/operating system is in light mode.

Probably one way you could achieve that is using the prefers-color-scheme CSS media query to decide when to show the light vs dark theme. See this reference page for details.