|
1 | 1 | #FUNCTIONS COLOR #D35400 - ORANGE KEYWORD1
|
2 | 2 | #FUNCTIONS COLOR #D35400 - ORANGE KEYWORD2
|
3 | 3 | #STRUCTURE COLORS #728E00 - GREEN KEYWORD3
|
| 4 | +#CONSTANTS COLOR #00979C - BLUE LITERAL1 |
4 | 5 | #VARIABLES COLOR #00979C - BLUE LITERAL2
|
5 | 6 |
|
6 | 7 | #ERROR COLOR #A61717 - RED
|
@@ -97,17 +98,13 @@ editor.reserved_word.style = #5E6D03,plain
|
97 | 98 |
|
98 | 99 |
|
99 | 100 | # TEXT - LITERALS
|
100 | | - |
101 | | -# constants & datatypes |
102 | | -editor.literal1.style = #006699,plain |
103 | | - |
104 | | -# p5 built in variables: e.g. mouseX, width, pixels |
| 101 | +editor.literal1.style = #00979C,plain |
105 | 102 | editor.literal2.style = #00979C,plain
|
106 | 103 | editor.variable.style = #00979C,plain
|
107 | 104 | editor.reserved_word_2.style = #00979C,plain
|
108 | 105 | editor.literal_boolean.style = #00979C,plain
|
109 | 106 | editor.literal_char.style = #00979C,plain
|
110 | | -editor.literal_string_double_quote.style = #00979C,plain |
| 107 | +editor.literal_string_double_quote.style = #005C5F,plain |
111 | 108 | editor.preprocessor.style = #5E6D03,plain
|
112 | 109 |
|
113 | 110 | # http://www.arduino.cc/
|
|
0 commit comments