Protea-Glycosciences / GlyCombo

GlyCombo, a combinatorial glycan composition assignment tool
Apache License 2.0
12 stars 0 forks source link

Windows 11 dark mode makes the GUI hard to read #6

Closed chrashwood closed 2 months ago

chrashwood commented 3 months ago

If the user has dark mode enabled, GlyCombo's GUI only converts some of the dark mode features, resulting in a near-unreadable screen. image Since the labels are visible, all text could be converted to that colour text, or we could make sure the background colour changes with dark mode. To be worked out.

Working example: image

chrashwood commented 3 months ago

Commit implemented which detects if the user is using Dark mode, and if so, switches background colour. Additionally, we have ensured that all font colours are specified, as the style formats are not converted by Windows when the user uses dark mode. Waiting for user feedback before closing.

chrashwood commented 2 months ago

User has confirmed this new code has fixed the dark mode issue. To be officially released as part of version 1.0.