Inwerpsel / use-theme-editor

A React theme editor
GNU General Public License v3.0
4 stars 0 forks source link

Ensure browser/OS dark mode works #47

Open Inwerpsel opened 1 year ago

Inwerpsel commented 1 year ago

The app was created with a light mode browser setting, and to keep things simple I just ignored dark mode.

If you open the demo with a dark mode setting, you're possibly going to have a bad time. Maybe it's not that bad, I just didn't test yet.

To properly handle this, some new UI elements will be needed to enforce the right mode inside the frame and also have the ability to use a different mode for the inspector UI.