Reputation: 24768
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?
Upvotes: 2
Views: 1027
Reputation: 1324397
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.
Upvotes: 3