| ▲ | ack_complete 2 hours ago | ||||||||||||||||||||||
Dark mode for apps is a setting in the OS and a general expectation now, it's suboptimal to ship a new UI that doesn't support it. And, again, Win32 message boxes in your program will switch to dark mode whether you want them to or not. Win32 controls ignoring system colors goes much farther back than dark mode being introduced in Windows 10. The theming engine that broke a lot of that functionality was introduced in Windows XP. Beyond that, there were always a few hardcoded colors like disabled gray text going back to Windows 95. Dark mode ignoring Win32 system colors is not incompetence. It was _intentional_. Dark mode was introduced by the UWP side, which intentionally did not extend it to Win32. To this day, there is not even a Win32 API for desktop apps to query whether dark mode is even enabled. The official recommendation is to compute the luminance of the UWP foreground color setting: https://learn.microsoft.com/en-us/windows/apps/desktop/moder... | |||||||||||||||||||||||
| ▲ | bigstrat2003 2 hours ago | parent | next [-] | ||||||||||||||||||||||
Only a very small minority of users actually care about dark mode. It is not a general expectation for software, as loud as those users may be on forums like this one. | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | ptx 2 hours ago | parent | prev [-] | ||||||||||||||||||||||
But they had dark themes for the XP theming engine, e.g. the Zune theme, didn't they? They could make the dark mode switch to a dark theme for XP-style themed controls and configure dark colors for the Win32 system colors. | |||||||||||||||||||||||