Search code examples
javaeclipsetooltip

Eclipse Java EE IDE for Web Developers tooltip color


I am using Eclipse Java EE IDE for Web Developers version 4.5.0 (Mars). But the tooltip background is black. How can I change it?? I am using xubuntu 14.04

P.S. The tooltip background at the system level is white, using gnome color chooser. And I set The Java doc view background at (general -> appearance -> colors and fonts) to white And also none of the Appearance color options at (Java -> editor) are black! Is it a bug in the new version of eclipse??


Solution

  • Same problem.

    I assume this is because Eclipse 4.5 uses GTK3 by default (gtkrc-2.0 settings will not be used).

    So you can:

    I prefer the second choice.

    Add

    export SWT_GTK3=0
    

    in /etc/profile and restart the system