Hacker News new | past | comments | ask | show | jobs | submit login

Does it have dark theme support and does it sync it's theme with the system one?





Not with the Win32 backend, since those widgets themselves don't have that notion.

Qt backend should be able to do that, though (but then of course you need all those Qt DLLs).


Windows widgets don’t have dark mode support on Windows?

Win32 ones don't only new WinUI ones do (similar to GTK2 vs GTK3+). You need to add that coloring manually. You can query the dark mode with Win32-only API[1] but you need to make your own styles or you can use undocumented APIs (that can break anytime) that Microsoft uses internally for the applications shipped with Windows[2]

[1]: https://learn.microsoft.com/en-us/windows/win32/winmsg/wm-wi... [2]: https://github.com/ysc3839/win32-darkmode


(GTK 2 does support dark themes, of course, it just doesn’t have a concept of “light/dark theme variants” natively. And come to think of it, it’s the same in Win32: see e.g. the Zune theme for Windows XP.)

> Not with the Win32 backend, since those widgets themselves don't have that notion.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: