Black background color tooltips in Eclipse Oxygen

10,588

Solution 1

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

Solution 2

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.

Solution 3

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 .

Share:
10,588

Related videos on Youtube

ChungHwan Alex Kim
Author by

ChungHwan Alex Kim

Updated on September 15, 2022

Comments

  • ChungHwan Alex Kim
    ChungHwan Alex Kim over 1 year

    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

    • Sndn
      Sndn over 6 years
      On a side note, what is the theme and color and font theme you're using???
    • Trevor Boyd Smith
      Trevor Boyd Smith over 3 years
      i had similar issue. on eclipse.neon under centos7 i had yellow text with white background. my workaround was to change the eclipse theme from "GTK" to "high contrast" and it fixed the issue. (FYI apparently in eclipse.oxygen there is a setting for the tooltip background color).
  • andrej
    andrej over 6 years
    I have to restart Eclipse to see changes.
  • user180574
    user180574 about 5 years
    Yes, this works for me. I am using C/C++ and there is no such thing as background via filtering search as javadoc. Thanks!