updated some more colors

This commit is contained in:
Gered 2013-05-26 18:51:38 -04:00
parent c4002aa4f7
commit c50d94ce8b
2 changed files with 9 additions and 4 deletions

View file

@ -1,4 +1,4 @@
ccw.preferences.editor_color.FUNCTION=255,197,109
ccw.preferences.editor_color.FUNCTION=204,120,50
ccw.preferences.editor_color.FUNCTION.bold=true
ccw.preferences.editor_color.FUNCTION.enabled=true
ccw.preferences.editor_color.FUNCTION.italic=false
@ -27,7 +27,7 @@ ccw.preferences.editor_color.SPECIAL_FORM=204,120,50
ccw.preferences.editor_color.SPECIAL_FORM.bold=false
ccw.preferences.editor_color.SPECIAL_FORM.enabled=true
ccw.preferences.editor_color.SPECIAL_FORM.italic=false
ccw.preferences.editor_color.callableFUNCTION=255,197,109
ccw.preferences.editor_color.callableFUNCTION=204,120,50
ccw.preferences.editor_color.callableFUNCTION.bold=true
ccw.preferences.editor_color.callableFUNCTION.enabled=true
ccw.preferences.editor_color.callableFUNCTION.italic=false
@ -46,7 +46,7 @@ ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.enabled=true
ccw.preferences.editor_color.callableMACRO=204,120,50
ccw.preferences.editor_color.callableMACRO.enabled=true
ccw.preferences.editor_color.callableMACRO.italic=false
ccw.preferences.editor_color.callableRAW_SYMBOL=255,199,147
ccw.preferences.editor_color.callableRAW_SYMBOL=255,197,109
ccw.preferences.editor_color.callableRAW_SYMBOL.bold=true
ccw.preferences.editor_color.callableRAW_SYMBOL.enabled=true
ccw.preferences.editor_color.callableRAW_SYMBOL.italic=false
@ -65,7 +65,7 @@ ccw.preferences.editor_color.float=104,151,187
ccw.preferences.editor_color.float.bold=false
ccw.preferences.editor_color.float.enabled=true
ccw.preferences.editor_color.float.italic=false
ccw.preferences.editor_color.int=104,151,187
ccw.preferences.editor_color.int=104,152,186
ccw.preferences.editor_color.int.bold=false
ccw.preferences.editor_color.int.enabled=true
ccw.preferences.editor_color.int.italic=false
@ -89,6 +89,7 @@ ccw.preferences.editor_color.regex=164,193,91
ccw.preferences.editor_color.regex.bold=false
ccw.preferences.editor_color.regex.enabled=true
ccw.preferences.editor_color.regex.italic=false
ccw.preferences.editor_color.repl-log-error=218,72,50
ccw.preferences.editor_color.string=164,193,91
ccw.preferences.editor_color.string.bold=false
ccw.preferences.editor_color.string.enabled=true

View file

@ -8,7 +8,9 @@ java_doc_keyword=142,180,133
java_doc_link=98,151,85
java_doc_tag=142,180,133
java_keyword=204,120,50
java_keyword_bold=false
java_keyword_return=204,120,50
java_keyword_return_bold=false
java_multi_line_comment=128,128,128
java_operator=255,255,255
java_single_line_comment=128,128,128
@ -23,10 +25,12 @@ semanticHighlighting.localVariable.color=255,255,255
semanticHighlighting.localVariable.enabled=true
semanticHighlighting.localVariableDeclaration.color=255,255,255
semanticHighlighting.localVariableDeclaration.enabled=true
semanticHighlighting.method.bold=true
semanticHighlighting.method.color=255,197,109
semanticHighlighting.method.enabled=true
semanticHighlighting.methodDeclarationName.color=255,255,255
semanticHighlighting.methodDeclarationName.enabled=true
sourceHoverBackgroundColor=250,251,197
tabWidthPropagated=true
tagName=255,255,255
useAnnotationsPrefPage=true