Eclipse - editor colors - a healthy configuration
Asked Answered
G

5

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

Gahnite answered 3/2, 2009 at 13:6 Comment(2)
This question seems closely related to "Dark colorscheme for eclipse?"...Grandfatherly
See also: best-background-color-for-your-editor here on SOAcuminate
P
6

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

Purplish answered 3/2, 2009 at 13:14 Comment(0)
W
12

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

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

Waggish answered 27/1, 2011 at 13:42 Comment(0)
P
6

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

Purplish answered 3/2, 2009 at 13:14 Comment(0)
R
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.

Rescript answered 21/5, 2014 at 8:52 Comment(1)
The colour fonts for Python development is a bit off with Dark Luna.Pedersen
S
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

Servant answered 3/2, 2009 at 13:12 Comment(0)
B
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.

Bibliomancy answered 29/3, 2018 at 12:36 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.