Community
Participate
Working Groups
So if user changes the editor foreground and background, the console foreground may be invisible on white console background. From Felix Dahlke https://github.com/eclipse-color-theme/eclipse-color-theme/issues#issue/4
Err I mean "Debug Output" view
Created attachment 188578 [details] screenshot It turns out that Debug Console view uses HTML syntax highlighting, although HTML syntax highlihgting config doesn't have background color property
However HTML editor does use back background color.
Changed Debug Output view to use the same background color as editors. We're not using white (system default), because view uses HTML syntax coloring, so in some certain configurations, syntax coloring defined by user may be not visible on white, but we still want to support syntax coloring feature.
Verified. Closing...