From 5703e2407008b8018ddaa0b62401ba979d69656b Mon Sep 17 00:00:00 2001 From: Casey Reas Date: Sun, 9 Dec 2012 17:47:43 +0000 Subject: [PATCH] Code color coding scheme candidate for 2b8 --- java/keywords.txt | 4 ++-- java/theme/theme.txt | 14 ++++++-------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/java/keywords.txt b/java/keywords.txt index 29a4a5892..0b8a5e439 100644 --- a/java/keywords.txt +++ b/java/keywords.txt @@ -645,7 +645,7 @@ strokeCap FUNCTION1 strokeCap_ strokeJoin FUNCTION1 strokeJoin_ strokeWeight FUNCTION1 strokeWeight_ subset FUNCTION1 subset_ -Table FUNCTION1 Table_ +Table KEYWORD5 Table tan FUNCTION1 tan_ text FUNCTION1 text_ textAlign FUNCTION1 textAlign_ @@ -668,7 +668,7 @@ unbinary FUNCTION1 unbinary_ unhex FUNCTION1 unhex_ updatePixels FUNCTION1 updatePixels_ vertex FUNCTION1 vertex_ -XML FUNCTION1 XML_ +XML KEYWORD5 XML addChild FUNCTION2 XML_addChild_ getAttributeCount FUNCTION2 XML_getAttributeCount_ getChild FUNCTION2 XML_getChild_ diff --git a/java/theme/theme.txt b/java/theme/theme.txt index 4220bb9f7..7cdb3e618 100644 --- a/java/theme/theme.txt +++ b/java/theme/theme.txt @@ -77,16 +77,14 @@ editor.brackethighlight.color = #006699 editor.function1.style = #006699,plain editor.function2.style = #006699,plain -editor.function3.style = #FF0000,plain -editor.keyword1.style = #D86736,plain +editor.function3.style = #669933,plain +editor.keyword1.style = #7e3d22,plain editor.keyword2.style = #EE3C96,plain -#editor.keyword3.style = #EE3C96,plain -editor.keyword3.style = #FF0000,plain -editor.keyword4.style = #669933,plain -#editor.keyword5.style = #D86736,plain -editor.keyword5.style = #00FF00,plain +editor.keyword3.style = #669933,plain +editor.keyword4.style = #EE3C96,plain +editor.keyword5.style = #D86736,plain editor.literal1.style = #7D4793,plain -editor.literal2.style = #669933,plain +editor.literal2.style = #5F6C53,plain # e.g. + - = / editor.operator.style = #006699,plain