-
Notifications
You must be signed in to change notification settings - Fork 194
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
Selected icons in toolbar look white in the dark theme #2570
Comments
@vogella What is the expected style for the selected toolbar buttons? |
Not sure what the SWT offers under windows but a dark background would be nice |
@vogella Can you please post screenshots from Windows? I just ran the latest I-Build on Windows and did not observe any improvement in this area. |
See first entry. The second one is from Linux |
I did a bit more work in this area, specifically for Drop Down items which were styled differently when hot. You'll notice that the non-hot icons have also changed as well to a lighter colored triangle (which is really helpful for darker themes) It works by doing some custom draw handling and I've written it so that it's essentially producing pixel-perfect results in 100%,150%,200% dpi/zoom levels. |
I've also taken some time to get toolbar buttons with text to render correctly: The original problem was mentioned in eclipse-platform/eclipse.platform.swt#1696 |
I suppose we may need to move this issue into the SWT repository: |
Toolbar buttons which are selected are incorrectly styled in the dark theme under Windows.
@mvm-sap can you have a look?
The text was updated successfully, but these errors were encountered: