-
Notifications
You must be signed in to change notification settings - Fork 206
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
Wrong coloring during debugging for Spring components in the dark theme #357
Comments
Ah, just learned that this coloring is coming from the language server to show that additional information is available. If that color is defined as a preference you could style it better in the dark theme. Let me know if you want to do this, I can then search for an example how to style preferences via CSS. |
Absolutely, any pointers and hints would be highly appreciated |
OK, I assume you have a preference for this color already. In this case you can contribute styling to the dark theme for this color via an extension. Not sure, if you have already a css for the dark theme? If not, create one file ("css/e4-dark_sts4_prefstyle.css") and point via an extension to it:
Within this file you can style your preferences. Example (from egit) /* ############################## EGIT preferences ############################## */
The :org-eclipse-egit-ui should be replaced with your plugin ID and is important as you otherwise override styling from other plugins. |
@martinlippert do you have a preference for this color already? If yes, please let me know the key for it. I could use a preference initializer to set it to something readable for me until this bug is fixed. |
The plugin id: |
(comment in Pivotal Tracker added by Alex Boyko:) I have updated some colors to use theme in Boot Dash. Also updated green color for boot highlights to come from the Theme. However, I have updated it for the hacky version of marker that is used together with CodeLenses (to work around the bug with CodeLens and marker painting). If CodeLens is off then the marker looks come from |
(comment in Pivotal Tracker added by Martin Lippert:) one minor thing that I noticed: the background of the filter box in the boot dashboard is a bit too light (in the dark mode), would be better if the background would be darker. |
(comment in Pivotal Tracker added by Alex Boyko:) I raised https://bugs.eclipse.org/bugs/show_bug.cgi?id=550939 All Text with SWT.SEARCH style look like that :-( |
While initially the colors are correct in the Java editor for Spring components, at some point they switch to yellow. See screenshot.
Any idea where this coloring is coming from? I don't think we do this in standard Eclipse but I'm not sure.
The text was updated successfully, but these errors were encountered: