Skip to content

Commit 8d29361

Browse files
committed
Code color coding scheme candidate for 2b8
1 parent ac38628 commit 8d29361

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

java/keywords.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ strokeCap FUNCTION1 strokeCap_
645645
strokeJoin FUNCTION1 strokeJoin_
646646
strokeWeight FUNCTION1 strokeWeight_
647647
subset FUNCTION1 subset_
648-
Table FUNCTION1 Table_
648+
Table KEYWORD5 Table
649649
tan FUNCTION1 tan_
650650
text FUNCTION1 text_
651651
textAlign FUNCTION1 textAlign_
@@ -668,7 +668,7 @@ unbinary FUNCTION1 unbinary_
668668
unhex FUNCTION1 unhex_
669669
updatePixels FUNCTION1 updatePixels_
670670
vertex FUNCTION1 vertex_
671-
XML FUNCTION1 XML_
671+
XML KEYWORD5 XML
672672
addChild FUNCTION2 XML_addChild_
673673
getAttributeCount FUNCTION2 XML_getAttributeCount_
674674
getChild FUNCTION2 XML_getChild_

java/theme/theme.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,14 @@ editor.brackethighlight.color = #006699
7777

7878
editor.function1.style = #006699,plain
7979
editor.function2.style = #006699,plain
80-
editor.function3.style = #FF0000,plain
81-
editor.keyword1.style = #D86736,plain
80+
editor.function3.style = #669933,plain
81+
editor.keyword1.style = #7e3d22,plain
8282
editor.keyword2.style = #EE3C96,plain
83-
#editor.keyword3.style = #EE3C96,plain
84-
editor.keyword3.style = #FF0000,plain
85-
editor.keyword4.style = #669933,plain
86-
#editor.keyword5.style = #D86736,plain
87-
editor.keyword5.style = #00FF00,plain
83+
editor.keyword3.style = #669933,plain
84+
editor.keyword4.style = #EE3C96,plain
85+
editor.keyword5.style = #D86736,plain
8886
editor.literal1.style = #7D4793,plain
89-
editor.literal2.style = #669933,plain
87+
editor.literal2.style = #5F6C53,plain
9088

9189
# e.g. + - = /
9290
editor.operator.style = #006699,plain

0 commit comments

Comments
 (0)