Skip to content

Commit db48ed6

Browse files
committed
https://arduino.atlassian.net/browse/ATL-1222
1 parent 0dd1e45 commit db48ed6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Diff for: arduino-ide-extension/src/browser/data/arduino.color-theme.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"scope": [
2929
"meta.function.c",
3030
"entity.name.function",
31-
"meta.function-call.c"
31+
"meta.function-call.c",
32+
"variable.other"
3233
],
3334
"settings": {
3435
"foreground": "#D35400"
@@ -42,16 +43,19 @@
4243
"meta.block.c",
4344
"meta.function.c",
4445
"entity.name.function.preprocessor.c",
45-
"meta.preprocessor.macro.c"
46+
"meta.preprocessor.macro.c",
47+
"variable",
48+
"variable.name"
4649
],
4750
"settings": {
4851
"foreground": "#434f54"
4952
}
5053
},
5154
{
52-
"name": "strings",
55+
"name": "constants",
5356
"scope": [
54-
"string.quoted.double"
57+
"string.quoted.double",
58+
"constant"
5559
],
5660
"settings": {
5761
"foreground": "#005C5F"

0 commit comments

Comments
 (0)