Skip to content

Commit 06e9981

Browse files
committed
Changed strings color
1 parent 08ae7bd commit 06e9981

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

build/shared/lib/theme/theme.txt

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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
105102
editor.literal2.style = #00979C,plain
106103
editor.variable.style = #00979C,plain
107104
editor.reserved_word_2.style = #00979C,plain
108105
editor.literal_boolean.style = #00979C,plain
109106
editor.literal_char.style = #00979C,plain
110-
editor.literal_string_double_quote.style = #00979C,plain
107+
editor.literal_string_double_quote.style = #005C5F,plain
111108
editor.preprocessor.style = #5E6D03,plain
112109

113110
# http://www.arduino.cc/

0 commit comments

Comments
 (0)