Java Editor Color modification in Eclipse, suitable for program Ape crowd: Long-time coding, the eyes are a great burden, especially with eclipse, it comes with the Java editor background color is dazzling white, code color is basically black, such an editor white accounted for most of the area, the visual stimulation imaginable. I went online to look up a color scheme, adjust the Eclipse editor color for the most suitable color, the steps are as follows: 1. First modify the editor background color: window->preferences->editors->text Editors, modify background color to light black: 39,40,34 2. Modify the selected row color: Current line highlight for pure black: 0,0,0 3. Modify Color Details: windows->preferences- >java->editor->syntax coloring Annotations (note): 107, 147, 186 Deprecated members (not recommended): 0, 0, 0 fields (field): 1 28,255,0 Green KeyWord ' return ' (keyword ' return '): 255, 0, 0 Red KeyWord excluding ' return ' (except for keyword return): 255,80, 0 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, +, 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