updated js mode theme to have new colors and additional keywords, updated examples to not show 'Contributed Libraries' entry

This commit is contained in:
fjenett
2012-12-09 19:52:14 +00:00
parent 6eab52431d
commit 0aeed532af
2 changed files with 38 additions and 24 deletions
+11 -21
View File
@@ -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