Eclipse更改配色

general - editors - text editors - annotations 

	Line number foreground		行号字色	163 163 163
	Current line highlight		高亮行	77 77 77
	Backgound color				背景色	62 62 62


general - editors - text editors - annotations 

	Breakpoint					断点所在行	255 100 100
	Occurrences					选中的变量	108 108 108
	Search Results				搜索的结果	98 99 119
	Write Occurrences			选中的变量	108 108 108


Java - Editor - Syntax Coloring

Java:
Annotations 							163 233 210
Brackets						括号	255 128 0
Deprecatd members				弃用的类	178 178 178		S
Fields							全局变量	255 255 128
Keyword 'return'				关键字return	255 64 64		B
Keywords excluding 'return'		除开return的关键字	255 80 0		B
Local variable declarations		局部变量声明	255 128 128		B
Local variable					局部变量引用	255 128 128		B
Method declarations				方法声明	247 197 39		B
Methods							方法声明	247 197 39
Operators						符号	192 192 192
Others							其他	120 191 0
Static Fields 					静态方法	113 113 255
Static final Fields 			常量	113 113 255		B I 
Static method invocations 		调用静态方法	113 113 255		I
Strings							字符串	89 196 196
Type variables					类型	251 0 32		B

Javadoc:
HTML markup							152 152 177
Links								132 132 215
Others 								112 136 207
Tags 								127 159 191		B

Comments:
Multi-line comment 					71 141 106
Single-line comment 				71 141 106
Task Tags							71 141 106		B


JavaScript - Editor - Content Assist - Syntax Coloring:

Brackets						括号				255 128 0
Deprecatd members				弃用的类			178 178 178		S
Function declarations								197 39	B
Function											247 197 39
Keyword 'return'				关键字return		64 64			B
Keywords excluding 'return'		除开return的关键字	255 80 0		B
Local variable declarations		局部变量声明		255 128 128		B
Local variable references		方法参数			255 128 128

Operators						符号				192 192 192
Others							其他				120 191 0
Parameter variables				声明方法参数		255 128 128
Strings							字符串				  196

JSDoc:
HTML markup											152 152 177
Links												132 132 215
Others 												112 136 207
Tags 												127 159 191		B

Comments:
Multi-line comment 									71 141 106
Single-line comment 								71 141 106
Task Tags											71 141 106		B

效果图:



 

猜你喜欢

转载自javaxxxd.iteye.com/blog/2343806
今日推荐