Question

I use Eclipse for Java, Python, C(++) and so on. I'm accustomed to Vim and the dark color schemes. The default white background just hurts my eyes. And that's a real problem. It doesn't seem Eclipse supports any schemes? I tried a Plugin but it doesn't seem to work for MacOS and Eclipse 3.3.2.

Is there any better option for some color support?

Thanks, wishi

Was it helpful?

Solution

Please check Fonts and colors in Eclipse for customization of Eclipse.

OTHER TIPS

There are some dark color themes available in the Eclipse Color Theme plugin:

http://marketplace.eclipse.org/content/eclipse-color-theme

Note: Eclipse Luna (4.4, to be released in June 2014) just introduced (May 2014) a default syntax coloring for dark theme when using the Koneki project: see bug 433607, by Simon Bernard:

https://bugs.eclipse.org/bugs/attachment.cgi?id=243299

That illustrates how you can define your own syntax coloring theme and how you can register an extension to the dark theme for recent (4.x) Eclipse.

Go to "Preferences" under the "Window" menu.

In the dialog that pops up, select General, then Appearance, then Colors and Fonts

Correction: for editor foreground / background colors, you need to go to the preferences dialog, then select Editors, then Text Editors

You can also go to your source code, press the right mouse button, select an option under "Appearance color options:" and change the color using the "Color:" selector displayed.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top