Community
Participate
Working Groups
Build Identifier: I20110613-1736 When using a dark theme the console output of m2e becomes unreadable since dark blue on a dark background is too less contrast I'm currently using "Dark looks" from gnome themes which renders the console background in dark grey. Suggested Fix: Add options for changing m2e console ouput colors. (see Eclipse -> Preferences-> Run/Debug -> Console) Reproducible: Always Steps to Reproduce: 1.switch to a dark theme (with dark console background) 2.check m2e console output
Created attachment 198979 [details] screenshot screenshot of my eclipse installation with a dark background in the console
closing old/stale bugreports
This bug is still valid. I vote for reopen. If you are open to PR, I could try providing a fix for this.
Colors are currently hard-coded. https://github.com/eclipse/m2e-core/blob/11922879173b8516103e935c574be289bc1cbe9c/org.eclipse.m2e.core.ui/src/org/eclipse/m2e/core/ui/internal/console/MavenConsoleImpl.java#L101-L105 If you use preferences you can style them via CSS. Preferences for colors and fonts: http://blog.eclipse-tips.com/2008/08/adding-color-and-font-preferences.html or you can use simple references. Afterward, you can extend the dark theme styling with values for these preferences.
GitHub Pull Request 19 created by [bitstrings] https://github.com/eclipse/m2e-core/pull/19
New Gerrit change created: https://git.eclipse.org/r/135383
Gerrit change https://git.eclipse.org/r/135383 was merged to [master]. Commit: http://git.eclipse.org/c/m2e/m2e-core.git/commit/?id=a32f02ff501653247dbe08678304db5c9e24ecbe
Fixed with http://git.eclipse.org/c/m2e/m2e-core.git/commit/?id=a32f02ff501653247dbe08678304db5c9e24ecbe
Moved to https://github.com/eclipse-m2e/m2e-core/issues/