djp952 / hdhomeruntray

HDHomeRun system tray application for Windows
Other
14 stars 1 forks source link

Application does not play well with Windows high contrast modes #43

Closed djp952 closed 2 years ago

djp952 commented 2 years ago

The application needs to work acceptably well with Windows high contrast modes

djp952 commented 2 years ago

Windows 7: High Contrast #1, High Contrast #2, High Contrast Black - Tray icon needs to switch to white theme Windows 10: High Contrast White - Tray icon needs to switch to dark theme Windows 11: Desert - Tray icon needs to switch to dark theme

djp952 commented 2 years ago

Implemented via: https://github.com/djp952/hdhomeruntray/commit/d6dcf4d547f3622e36613ec0b82591166d2f7974

The tray will use SystemColors.Control, which can be checked for its brightness in High Contrast mode and choose the icon theme based on that