Change tooltip background in Ubuntu 10.10

I am running Ubuntu 10.10. The java docs tooltip that pops up when hovering around a keyword in Eclipse IDE is white on a black background. I need to change the background to some light color that is easy on the eye. But unfortunately there is no such option in the IDE settings. After some searching, I found out that it takes the colors from the Ubuntu system theme. Is there anyway to change the Ubuntu tooltip background color (i.e the color of the tooltip when you hover around the main menu) alone retaining the other schemes of the default theme.


System -> Preferences -> Appearance -> Theme -> Customize -> Colors -> Tooltips

Go on and change the colors at will.


In Eclipse:

Window->Preferences->Java->Editor

Here, there is the Source hover background color option. Uncheck System Default, and set any color you would like as a background.


You might also want to change System -> Preferences -> Appearance -> Theme -> Customize -> Colors -> Selected Items.

This is what prevented white text on white Background in Eclipse for me.