If you hover over a standard library Java method in Eclipse, you get a hover over dialog. How can you change the color of the text in that hover over dialog?
            Asked
            
        
        
            Active
            
        
            Viewed 1,004 times
        
    1 Answers
3
            
            
        As this thread illustrates, those colors (background and foreground) are controlled by the colors used by the OS.
See "background color of the Common Navigator View" for instance.
Or: "How to change background of all VIEWS in Eclipse IDE ?": same issue.