ChungHwan Alex Kim
ChungHwan Alex Kim

Reputation: 243

Black background color tooltips in Eclipse Oxygen

I have encountered a problem, and it is a black background color tooltips in Eclipse Oxygen. I have googled this problem, but I only found a solution for linux. I am using eclipse in Windows. Please help me solve this problem. It really annoys me.

enter image description here

Upvotes: 24

Views: 11403

Answers (5)

Sean Kinghan
Sean Kinghan

Reputation: 1

Preferences => C/C++ => Editor => "Appearance color options" : "Source hover background" (set color)

Upvotes: 0

Stas Isackov
Stas Isackov

Reputation: 514

Go to Window->Preferences -> General -> Appearance -> Colors and Fonts. Type in the filter "javadoc". Select Javadoc background and click on Edit. You can select the background color there

Upvotes: 39

Sayan Banerjee
Sayan Banerjee

Reputation: 31

Here's what solved the problem for me on Eclipse 2018-19 (SimRel). I did it by changing the theme from the eclipse menu by going to :

Window -> Preferences -> Clicking on the Appearance option -> Changing the Colors and Fonts to something else.

For me, I had to change it from the reduced palette to the windows default.

Upvotes: 3

Rush910
Rush910

Reputation: 43

Go to window in menu bar->preferences->general->appearance->colors and fonts-> type the javadoc in the filter box

Upvotes: 0

Sambeet Mohapatra
Sambeet Mohapatra

Reputation: 11

Create a new Workspace and import the projects again . Worked fine for me . I faced the issue on Mac , Eclipse Oxygen . I tried adding the Darkest Color theme and since then this problem started . I changed the workspace and reimported my projects again .

Upvotes: 1

Related Questions