Eclipse Luna dark theme, code editor white

EclipseThemesEclipse Luna

Eclipse Problem Overview


I downloaded the new Eclipse Luna (ver. 4.4) and changed to Dark Theme, but the code editor is not changing. See the screen-shot:

enter image description here

I tried this on MAC, Windows and Linux, always the same result.

Eclipse Solutions


Solution 1 - Eclipse

Ok here's what worked for me. (on java 8 JRE on WinXP)

Preferences -> General -> Editors -> Text Editors: Background colour

deselect 'system default' and choose pure black

Now go to 'current line highlight' and make it your favourite shade of grey. RGB 60/60/60 works for me.

Solution 2 - Eclipse

You can download Eclipse Color Theme plugin as a workaround. It worked fine for me.

After installing Eclipse Color Theme you have to go to: Preferences -> Appearance -> Color Theme, then chose the whatever theme you like, from the screenshot I chose Monokai

enter image description here

Solution 3 - Eclipse

You can download a dark color scheme for eclipse color scheme That did help me when i switched to black.

Solution 4 - Eclipse

Instead if finding a working night theme I discovered a utility that puts my entire desktop into night mode NegativeScreen.

eclipse ide night mode

I use the below adjusted 'Smart Inversion Alt 2' matrix where the black is lightened a little the best for my tastes.

Smart Inversion Alt 2b (danielsokolowski)=
{  0.390, -0.620, -0.620,  0.000,  0.000 }
{ -1.210, -0.220, -1.220,  0.000,  0.000 }
{ -0.160, -0.160,  0.840,  0.000,  0.000 }
{  0.075,  0.075,  0.075,  1.000,  0.000 }
{  1,  1,  1,  0.000,  1.000 }

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionkozla13View Question on Stackoverflow
Solution 1 - Eclipsedan carterView Answer on Stackoverflow
Solution 2 - EclipseFederico PiazzaView Answer on Stackoverflow
Solution 3 - EclipseStimpson CatView Answer on Stackoverflow
Solution 4 - EclipseDaniel SokolowskiView Answer on Stackoverflow