Java Editor Color change in Eclipse, suitable for programmer crowd: Long-time coding, the eye is a great burden, especially with eclipse, its own Java editor background color is dazzling white. The code color is basically black, so that the white in an editor takes up most of the area. The stimulation of vision is conceivable. I went online to look up a color scheme, adjust the Eclipse editor color to the most suitable color, the process such as the following: 1. Change the editor background color first:window->preferences->editors-> Text editors. Change background color to light black: 39,40,34 2. Change the selected row color: Current line highlight is pure black: 0,0,0 3. Change color Details:windows->preferences-> Java->editor->syntax coloring Annotations (gaze): 107, 147, 186 Deprecated members (not recommended): 0, 0, 0 fields (field): 128,2 55,0 Green KeyWord ' return ' (KeyWord ' return '): 255, 0, 0 Red KeyWord excluding ' return ' (except KeyWord return): 255,80, 0&NB Sp Deep orange local variable declarations (local variable declaration): 70,140,179 Dark Blue Method declarations (methods declaration): 247,197,39 Light Orange method ): 241,196,54 deep light orange Operators and brackets (operator and square brackets): 255, D, 0 dark orange Others (Other): 126, 202, 0 light green St atic fields (static field): 128,255,0 Green static methods Invocations (static method invocation): 166 255 Strings (string): 89,196,196 Ink Blue type variables (type variable): 222, 0, 25 Red modified:
Protect eyes-eclipse black background setting