Skip to content

Commit 0ff484b

Browse files
committed
Keyword color alteration, getting closer
1 parent bb80ecc commit 0ff484b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

java/keywords.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ WHITESPACE LITERAL2
170170

171171
abstract KEYWORD1
172172
assert KEYWORD1
173-
boolean KEYWORD1 boolean
174173
break KEYWORD1 break
175174
case KEYWORD1 case
176175
class KEYWORD1 class
@@ -222,6 +221,7 @@ PrintWriter KEYWORD5 PrintWriter
222221
String KEYWORD5 String
223222
StringBuffer KEYWORD5
224223
Thread KEYWORD5
224+
boolean KEYWORD5 boolean
225225
byte KEYWORD5 byte
226226
char KEYWORD5 char
227227
double KEYWORD5 double
@@ -500,13 +500,13 @@ noTint FUNCTION1 noTint_
500500
open FUNCTION1 open_
501501
ortho FUNCTION1 ortho_
502502
perspective FUNCTION1 perspective_
503-
PFont KEYWORD1 PFont
503+
PFont KEYWORD5 PFont
504504
list FUNCTION1 PFont_list_
505505
PGraphics FUNCTION1 PGraphics_
506506
beginDraw FUNCTION2 PGraphics_beginDraw_
507507
endDraw FUNCTION2 PGraphics_endDraw_
508508
PI LITERAL2 PI
509-
PImage KEYWORD1 PImage
509+
PImage KEYWORD5 PImage
510510
alpha FUNCTION2 PImage_alpha_
511511
blend FUNCTION2 PImage_blend_
512512
copy FUNCTION2 PImage_copy_
@@ -532,9 +532,9 @@ printCamera FUNCTION1 printCamera_
532532
println FUNCTION1 println_
533533
printMatrix FUNCTION1 printMatrix_
534534
printProjection FUNCTION1 printProjection_
535-
PShader FUNCTION1 PShader_
535+
PShader KEYWORD5 PShader
536536
PShader FUNCTION2 PShader_set_
537-
PShape KEYWORD1 PShape
537+
PShape KEYWORD5 PShape
538538
addChild FUNCTION2 PShape_addChild_
539539
beginContour FUNCTION2 PShape_beginContour_
540540
disableStyle FUNCTION2 PShape_disableStyle_
@@ -556,7 +556,7 @@ setVisible FUNCTION2 PShape_setVisible_
556556
translate FUNCTION2 PShape_translate_
557557
pushMatrix FUNCTION1 pushMatrix_
558558
pushStyle FUNCTION1 pushStyle_
559-
PVector KEYWORD1 PVector
559+
PVector KEYWORD5 PVector
560560
add FUNCTION2 PVector_add_
561561
angleBetween FUNCTION2 PVector_angleBetween_
562562
array FUNCTION2 PVector_array_

java/theme/theme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ editor.function2.style = #006699,plain
8080
editor.keyword1.style = #D86736,plain
8181
editor.keyword2.style = #EE3C96,plain
8282
editor.keyword3.style = #EE3C96,plain
83-
editor.keyword4.style = #FF0000,plain
84-
editor.keyword5.style = #00FF00,plain
83+
editor.keyword4.style = #669933,plain
84+
editor.keyword5.style = #D86736,plain
8585
editor.literal1.style = #7D4793,plain
8686
editor.literal2.style = #669933,plain
8787

0 commit comments

Comments
 (0)