Ubuntu 10.04.1 new theme has by default all windows background colors set to black.
I don’t want to change that.
In Eclipse, the interface didn’t change much due to 10.04.1 – except for one annoying thing:
when the mouse hovers over a keyword – a variable for instance – the type (…) of that keyword is displayed in a small pop-up window.
The problem since 10.04.1, is that the text is in black color while the background is also black.
Is there a way to change that background color in Eclipse?
Update Dec. 2018: as mentioned in howlger‘s answer, Eclipse Oxygen 4.7 (June 2017) does now include a way to configure the background color in popups:
See “Colors in interactive popups“
Old style:
New style:
Window > Preferences: General > Appearance > Colors and FontsBasic > Information backgroundcolor.In that same
Colors and Fontssection, you will find:Original answer (2010-2012)
All the various popup background color are managed in
Preferences > Java > Editor(like the one for the completion list popup in bug 133615).Other background colors are in
General > Appearance > Colors and Font(typebackgroundin the filter field).But the type popup seems to stick to a system color, which is why you see a black background.
If this is truly the case, it is worth reporting as a bug.
The OP confirms it is not the case, actually:
On Ubuntu 12.04+, the post “How to change tooltip background color in Unity?” also mentions:
The recent post (December 2012) “Eclipse Papercut #10 – Eclipse on Ubuntu: Fixing the black background color in hover” (from Lars Vogel) confirms:
pointhi adds in the comments: