DistributedProofreaders / guiguts-py

Guiguts rewrite using Python/tkinter
GNU General Public License v2.0
2 stars 7 forks source link

Refactor _highlight_configure_tag to use is_dark_theme #532

Open tangledhelix opened 2 hours ago

tangledhelix commented 2 hours ago

As discussed in #525, consider updating _highlight_configure_tag to use is_dark_theme to auto-detect light/dark when calculating what colors to apply.

Potentially this would simplify a few things, including perhaps not needing to define a "Default" value in the color maps at all, and using only "Light" and "Dark".

windymilla commented 2 hours ago

Yes - I think this is a good idea