File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 11#FUNCTIONS COLOR #D35400 - ORANGE KEYWORD1
22#FUNCTIONS COLOR #D35400 - ORANGE KEYWORD2
33#STRUCTURE COLORS #728E00 - GREEN KEYWORD3
4+ #CONSTANTS COLOR #00979C - BLUE LITERAL1
45#VARIABLES COLOR #00979C - BLUE LITERAL2
56
67#ERROR COLOR #A61717 - RED
@@ -97,17 +98,13 @@ editor.reserved_word.style = #5E6D03,plain
9798
9899
99100# 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
105102editor.literal2.style = #00979C,plain
106103editor.variable.style = #00979C,plain
107104editor.reserved_word_2.style = #00979C,plain
108105editor.literal_boolean.style = #00979C,plain
109106editor.literal_char.style = #00979C,plain
110- editor.literal_string_double_quote.style = #00979C ,plain
107+ editor.literal_string_double_quote.style = #005C5F ,plain
111108editor.preprocessor.style = #5E6D03,plain
112109
113110# http://www.arduino.cc/
You can’t perform that action at this time.
0 commit comments