You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to provide some kind of support for Dark Theme (even some settings if detecting color is troublesome). Everything looks fine, except fields for properties values. They look like hard-coded white. Take a look:
[EDIT]
What more, I've noticed that fields go dark when change theme to Dark Theme. But as soon as I press save button to save the changes with property editor, fields go white.
The text was updated successfully, but these errors were encountered:
It is indeed hard coded to white. I removed setting the color explicitly (should not use default theme/OS colors). My testing still showed a white background regardless. If you think that's wrong, I think the Eclipse SWT StyledText component used may not use theme colors. In which case, I am not too sure how to go about it to tell it to use the "right" colors. Fix will be in next release.
Is it possible to provide some kind of support for Dark Theme (even some settings if detecting color is troublesome). Everything looks fine, except fields for properties values. They look like hard-coded white. Take a look:

[EDIT]
What more, I've noticed that fields go dark when change theme to Dark Theme. But as soon as I press save button to save the changes with property editor, fields go white.
The text was updated successfully, but these errors were encountered: