-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dark mode fixes #13179
base: main
Are you sure you want to change the base?
Dark mode fixes #13179
Conversation
@RussKie: Can you give me an idea how to address the failing Labeler, here? Thanks! |
|
I'm curious, would it be possible to target these fixes for a .NET 9 release? |
@xPaw -
Dark mode was introduced in .NET 9 as an experimental feature to gather feedback so we can make it fully supported in .NET 10. Alas, we do not service experimental features. That said, we'd love your feedback and testing of this feature for .NET 10! There are so many corner cases with Dark Mode, the more testing we get, the better! |
@merriemcgaw would love to see some sample code to address highlight colors in controls that don't support DarkMode yet. Currently StatusStrip which does not support DarkMode returns SystemColor values for ControlText and Control but don't actually use those colors to render. So testing If DarkMode and inverting the colors the text becomes the control color and disappears. There needs to be a way to know if a control supports DarkMode independently of "is system in DarkMode". I can work around this today but then my program would break when those controls actually support DarkMode. |
@KlausLoeffelmann may have some answers for you. |
Microsoft Reviewers: Open in CodeFlow