13

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

David Grant
  • 13,929
  • 3
  • 57
  • 63
wishi
  • 7,188
  • 17
  • 64
  • 103
  • This question seems closely related to "[Dark colorscheme for eclipse?](http://stackoverflow.com/questions/120621/dark-colorscheme-for-eclipse)"... – David Grant Feb 03 '09 at 13:15
  • See also: [best-background-color-for-your-editor](http://stackoverflow.com/questions/503103/best-background-color-for-your-editor) here on SO – paul Feb 03 '09 at 13:25

5 Answers5

12

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

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

Thomas Ferris Nicolaisen
  • 5,036
  • 2
  • 30
  • 36
6

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

Jonas
  • 121,568
  • 97
  • 310
  • 388
tehvan
  • 10,189
  • 5
  • 27
  • 31
2

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.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
1

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

kdgregory
  • 38,754
  • 10
  • 77
  • 102
0

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.

Tomas
  • 944
  • 8
  • 10