MyEclipse 手动配置背景及字体颜色


一、Window-preferences-Genreal--Editors--Text Editors配置背景颜色:

右下角的Apperarance color optios:

1.Current line highlight  >>>当前编辑行的背景色>>配色方案:56,56,56

2.Selection foreground color    >>>双击选中变量,变量字体的颜色>>默认,喜欢什么可自己改

3.Selection naclgrpimd color>>>双击选中变量的背景色>>默认,喜欢什么可自己改

4.Background color>>>背景颜色>>配色方案:39,40,34


二、Window-preferences-Genreal--Editors--Text Editors--Annotations:

Annotation types下:


1.Occureences>>>单击“类名”并悬停时的背景色(必须改)>>配色方案:97,97,97

2.write Occureences>>>单击‘变量名’并悬停时的背景色(必需改)  >>配色方案:97,97,97


三、Window-preferences-Java--Editor--Syntax Coloring--java 下需要配置的:


1.Annotations  >>>@注解的颜色>>配色方案:102,217,239

2.Brackets    >>>小括号,大括号的颜色>>配色方案:white

3.Classes >>>系统类名的颜色,如Object,Integer等>>配色方案:102,217,239

4.Constants >>>常量的颜色>>配色方案:102,217,239
5.Fields  >>>实体类的字段颜色>>配色方案:white
6.Interfaces  >>>接口名字的颜色>>配色方案:102,217,239
7.Keyword'return'  >>>return的颜色>>配色方案:249,38,114

8.keyword excluding 'return'>>>除了return的关键字,privarte,static等>>配色方案:249,38,114


9.Local variable declarations>>>局部变量颜色>>配色方案:230,219,116

10.Local variable references>>>引用变量的颜色>>white
11.Method daclarations>>>方法名的颜色>>配色方案:166,226,46

12.Methods>>>本地调用其他类的方法名颜色>>配色方案:102,217,239

13.Numbers>>>数组的颜色>>配色方案:white

14.Operators>>>运算符的颜色+-*/等>>配色方案:249,38,114
15.Others>>>当前正在写的文字颜色和包名,import的包名颜色>>>配色方案:white;

16.Parameter variables>>>方法的形参颜色>>配色方案:white;
17.Static fields>>>静态变量的颜色>>配色方案:249,38,114

18.Static mothod invocations>>>静态方法调用时的颜色>>配色方案:102.217.239

19.String >>>字符串的颜色>>配色方案:white;


四、Window-preferences-Java--Editor--Syntax Coloring--javadoc 下需要配置的:

1.HTML markup     >>>doc注释里标签的颜色 >>配色方案:249,38,114

2.Links  >>>doc注释里{ }中的颜色>>配色方案:249,38,114

3.Others  >>>doc注释本身和文字的颜色>>配色方案:117,113,94
4.Tags   >>>doc注释中@标签的颜色 >>配色方案:249,38,114


五、Window-preferences-Java--Editor--Syntax Coloring--Comments下需要配置的:

1.Single-line comment >>>单行注释的颜色>>配色方案:117,113,94
2.Task Tags >>>单行注释中标签的颜色>>配色方案:117,113,94
 

猜你喜欢

转载自blog.csdn.net/weixin_39209728/article/details/85322802