I installed some color scheme from this website http://eclipsecolorthemes.org/?view=theme&id=1, but it does not work! it only shows black screen & white font!
How to undo that?
I installed some color scheme from this website http://eclipsecolorthemes.org/?view=theme&id=1, but it does not work! it only shows black screen & white font!
How to undo that?
Window -> Preferences -> General -> Appearance -> Color Theme
, choose "Default"However, from your screenshot it looks like you have opened your Java files in the plain text editor rather than the Java editor. This will also cause you to have no syntax highlighting. Try right-clicking a Java file and do
Open With -> Java Editor
.