8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd1e45 commit db48ed6Copy full SHA for db48ed6
arduino-ide-extension/src/browser/data/arduino.color-theme.json
@@ -28,7 +28,8 @@
28
"scope": [
29
"meta.function.c",
30
"entity.name.function",
31
- "meta.function-call.c"
+ "meta.function-call.c",
32
+ "variable.other"
33
],
34
"settings": {
35
"foreground": "#D35400"
@@ -42,16 +43,19 @@
42
43
"meta.block.c",
44
45
"entity.name.function.preprocessor.c",
- "meta.preprocessor.macro.c"
46
+ "meta.preprocessor.macro.c",
47
+ "variable",
48
+ "variable.name"
49
50
51
"foreground": "#434f54"
52
}
53
},
54
{
- "name": "strings",
55
+ "name": "constants",
56
- "string.quoted.double"
57
+ "string.quoted.double",
58
+ "constant"
59
60
61
"foreground": "#005C5F"
0 commit comments