mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
updated js mode theme to have new colors and additional keywords, updated examples to not show 'Contributed Libraries' entry
This commit is contained in:
+11
-21
@@ -72,28 +72,18 @@ editor.brackethighlight = true
|
||||
editor.brackethighlight.color = #006699
|
||||
|
||||
|
||||
# TEXT - KEYWORDS
|
||||
# TEXT - FUNCTIONS, KEYWORDS, LITERALS
|
||||
|
||||
editor.function1.style = #cc6600,plain
|
||||
editor.function2.style = #cc6600,bold
|
||||
|
||||
# e.g abstract, final, private
|
||||
editor.keyword1.style = #cc6600,plain
|
||||
|
||||
# e.g. beginShape, point, line
|
||||
editor.keyword2.style = #cc6600,plain
|
||||
|
||||
# e.g. byte, char, short, color
|
||||
editor.keyword3.style = #cc6600,bold
|
||||
|
||||
|
||||
# TEXT - LITERALS
|
||||
|
||||
# constants: e.g. null, true, this, RGB, TWO_PI
|
||||
editor.literal1.style = #006699,plain
|
||||
|
||||
# p5 built in variables: e.g. mouseX, width, pixels
|
||||
editor.literal2.style = #006699,plain
|
||||
editor.function1.style = #006699,plain
|
||||
editor.function2.style = #006699,plain
|
||||
editor.function3.style = #669933,plain
|
||||
editor.keyword1.style = #7e3d22,plain
|
||||
editor.keyword2.style = #EE3C96,plain
|
||||
editor.keyword3.style = #669933,plain
|
||||
editor.keyword4.style = #EE3C96,plain
|
||||
editor.keyword5.style = #D86736,plain
|
||||
editor.literal1.style = #7D4793,plain
|
||||
editor.literal2.style = #5F6C53,plain
|
||||
|
||||
# e.g. + - = /
|
||||
editor.operator.style = #000000,plain
|
||||
|
||||
Reference in New Issue
Block a user