Search code examples
javaeclipsejavadoc

How to change the textcolor of the JavaDoc view in Eclipse


I sometimes use the JavaDoc-view in Eclipse. By default it has a black background and a white font. I'd really like to change it to "black on white" (as in the rest of Eclipse).

I only found a way to manipulate the background-color and the font-type. But where can I change the font-color?

enter image description here


Solution

  • enter image description hereYou can change it using gnome-color-chooser (i did in ubuntu 14.04)
    1. Go to ubuntu software center and install gnome-color-chooser.
    2. Go to Specific Tab and tick foreground color and background color, change it to back and white respictively.
    The color of javaDoc View is changed.