How to fix black tooltips in Eclipse?
The answer from Arkaduysz's works if you correct the second line. the gksu would try to change root's settings I think.:
Install:
sudo apt-get install gnome-color-chooser
run it:
gnome-color-chooser
Go to "Specific" tab, check and setup background/foreground colors in tooltip box. Apply & Close.
To fix the color issue in the eclipse package explorer (white font on light grey back), choose "global" tab, and check standard > inputfield > selected and set it to black.
To fix this annoying behaviour in KDE, the fix is similar:
- run
System Settings
- Click on
Application Appearance
inCommon Appearance and Behaviour
- Click on
Colours
icon and then onColours
tab - Find
Tooltip Background
and choose a bright color, for instance pale yellow or white - Find
Tooltip Text
below and choose a darker color, like blue or black - Click
Apply
The fix will be available immediately, no need to restart Eclipse.
Note: On Eclipse mars the change was not immediate. I had to restart eclipse.
Install:
sudo apt-get install gnome-color-chooser
run it:
gnome-color-chooser
Go to "Specific" tab, check and setup background/foreground colors in tooltip box. Apply & Close.