-
Notifications
You must be signed in to change notification settings - Fork 991
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, the scroll bar theme is incorrect. #10665
Comments
Call EDIT: unsure if that will actually help. |
We are unable to change the background color of scrollbars. This is an area that we're looking at for the theming and seeing if we can get a solution in the future. For now, this is a known issue. |
😭Alright, this is pretty frustrating, I'm really hoping to get some good news from you guys. |
@EVA-SS I'd encourage you to investigate a solution if you have the time and ability. Especially if this is blocking you and your app. |
This looks promising!
And disappointment:
|
🙂 Thank you for bringing up the idea, FlatSB can indeed change the scrollbar style. As you pointed out, there are some issues with it, and it's not perfect. overriding the native scrollbar is a challenging task indeed. |
Maybe its something that can be done using VisualStyles and the |
@EVA-SS Are you happy for me to close this issue in favor of those issues? |
okay |
.NET version
.net6.0
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
all
Issue description
After enabling dark mode, the scroll bar remains in the light theme.
DarkTest.zip
Steps to reproduce
After invoking "Dark=true", the scroll bar color remains in the light theme.
The text was updated successfully, but these errors were encountered: