Does WinForms now react to Dark Mode settings changes in SettingsApp of Windows (WM_SETTINGCHANGE message (lParam pointing to string "ImmersiveColorSet")) and redraws all control to new applied Theme?
GitExtensions 6 uses experimental dark mode theming in .NET9 WinForms. The theming is not generic, just light/dark mode variants. The system colors are set by .NET but the application colors can to ...