myeclipse set background color


Right-click in the editing window - "Preferences - "General Plus Sign - "Editors Plus Sign - "Click Text Editors - "Select Backgroud color in the lower right window, click the System Default button on the right, and click the color to the right of Color box, select color OK

Background color recommended for you: RGB 199 23 7  204

The documents are no longer dazzling black characters on a white background, but a very soft bean paste green. This tone is configured by ophthalmologists . Long-term use will effectively relieve eye fatigue and protect eyes. 

Change the background color
windows->Preferences->General->Editor->Text Editors,
select Appearance color options on the right  , select
Background color, select the background color
, select Current line highlight to change the color of the currently selected line

Color scheme details following: 



Eclipse font size adjustment: 
Window - Preferences - General - Appearence - Colors And Fonts, select Java - Java Editor Text Font in the dialog box on the right, click The Change button that appears can set the font size of the program displayed in the main window. After setting, click Apply in the lower right corner, and finally click OK. 

Font size adjustment for xml: 
window--preferences--General--appearance--colors and fonts--Basic-- "Text font "  

Then click change to set the font size



eclipse change color, background

A code color scheme that looks very comfortable will make the Coding process more comfortable and improve the writing efficiency a lot. The default code color matching of Eclipse is really ugly, except that the keywords are bold in brown and the strings are blue, the rest of the colors are black. In such a color scheme, the most difficult to distinguish are the private fields of local variables and types (others can be judged by capitalization rules, if the code is written well enough). Moreover, too monotonous colors are not easy to stimulate the optic nerve and even the central nervous system, which will increase fatigue and bring drowsiness.

In order to change this situation, we have to make changes to Eclipse's code color scheme.


my code color



Change the font color
windows->Preferences->Java->Editor->Syntax Coloring
select Java on the right and then you can freely choose the color

Annotations(注释): 107, 147, 186  浅蓝色
Deprecated members(不建议使用的成员): 0, 0, 0  
Fields(字段): 128, 0, 128  紫色
KeyWord 'return'(关键字'return'): 255, 0, 0   红色
Keyword excluding 'return'(除了关键字以外的return): 255, 128 ,0  橙色
Local variable declarations(局部变量声明): 128, 128, 128   灰色
Method declarations(方法声明): 255, 128, 64    橙色
Method(方法): 0, 48, 96 暗浅蓝色
Operators and brackets(运算符与方括号): 255, 128, 0  橙色
Others(其他): 96 153, 0   深绿色
Static fields(静态字段): 33, 0, 189  深蓝色
Static Method invocations(静态方法调用): 77, 166 255  天蓝色 
Strings(字符串): 132, 26, 238   中天蓝色
Type variables(类型变量): 128, 0, 25   红罗色

学习从现在开始


第二方案

改变背景颜色(黑底背景的设置)
windows->Preferences->General->Editor->Text Editors
右边选择Appearance color options 
选Background color 选择背景颜色 背景配色:160,0,59
选Current line highlight 来改变 当前选中行 的颜色

配色方案详细following: 
Annotations(注释): 107, 147, 186 
Deprecated members(不建议使用的成员): 0, 0, 0 
Fields(字段):128,255,0 绿色
KeyWord 'return'(关键字'return'): 255, 0, 0  红色
Keyword excluding 'return'(除了关键字以外的return): 255,80, 0  深深橘色
Local variable declarations(局部变量声明): 70,140,179  深蓝色
Method declarations(方法声明): 247,197,39  淡橘色
Method(方法): 241,196,54  深淡橘色
Operators and brackets(运算符与方括号): 255, 128, 0   深橘色
Others(其他): 126, 202, 0  淡绿色
Static fields(静态字段): 128,255,0 绿色
Static Method invocations(静态方法调用): 77, 166 255  
Strings(字符串):  89,196,196  墨蓝色
Type variables(类型变量): 222, 0, 25  红色










Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325816741&siteId=291194637