Skip to content

Commit f6c7f08

Browse files
Updated themes
1 parent 439cdfb commit f6c7f08

File tree

2 files changed

+2
-78
lines changed

2 files changed

+2
-78
lines changed

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

+1-39
Original file line numberDiff line numberDiff line change
@@ -61,89 +61,51 @@
6161
},
6262
{
6363
"name": "Comments",
64-
"scope": "comment",
6564
"settings": {
6665
"foreground": "#7f8c8d"
6766
}
6867
},
6968
{
7069
"name": "Keywords Attributes",
71-
"scope": [
72-
"storage",
73-
"support",
74-
"string.quoted.single.c"
75-
],
7670
"settings": {
7771
"foreground": "#0ca1a6"
7872
}
7973
},
8074
{
8175
"name": "literal",
82-
"scope": [
83-
"meta.function.c",
84-
"entity.name.function",
85-
"meta.function-call.c",
86-
"variable.other"
87-
],
8876
"settings": {
8977
"foreground": "#F39C12"
9078
}
9179
},
9280
{
9381
"name": "punctuation",
94-
"scope": [
95-
"punctuation.section",
96-
"meta.function-call.c",
97-
"meta.block.c",
98-
"meta.function.c",
99-
"variable",
100-
"variable.name"
101-
],
10282
"settings": {
10383
"foreground": "#dae3e3"
10484
}
10585
},
10686
{
10787
"name": "function preprocessor",
108-
"scope": [
109-
"entity.name.function.preprocessor.c",
110-
"meta.preprocessor.macro.c"
111-
],
11288
"settings": {
11389
"foreground": "#569CD6"
11490
}
11591
},
11692
{
11793
"name": "constants",
118-
"scope": [
119-
"string.quoted.double",
120-
"string.quoted.other.lt-gt",
121-
"constant"
122-
],
12394
"settings": {
12495
"foreground": "#7fcbcd"
12596
}
12697
},
12798
{
12899
"name": "meta keywords",
129-
"scope": [
130-
"keyword.control",
131-
"meta.preprocessor.c"
132-
],
133100
"settings": {
134101
"foreground": "#C586C0"
135102
}
136103
},
137104
{
138105
"name": "numeric preprocessor",
139-
"scope": [
140-
"meta.preprocessor.macro.c",
141-
"constant.numeric.preprocessor.c",
142-
"meta.preprocessor.c"
143-
],
144106
"settings": {
145107
"foreground": "#434f54"
146108
}
147109
}
148110
]
149-
}
111+
}

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

+1-39
Original file line numberDiff line numberDiff line change
@@ -61,89 +61,51 @@
6161
},
6262
{
6363
"name": "Comments",
64-
"scope": "comment",
6564
"settings": {
6665
"foreground": "#95a5a6cc"
6766
}
6867
},
6968
{
7069
"name": "Keywords Attributes",
71-
"scope": [
72-
"storage",
73-
"support",
74-
"string.quoted.single.c"
75-
],
7670
"settings": {
7771
"foreground": "#00979D"
7872
}
7973
},
8074
{
8175
"name": "literal",
82-
"scope": [
83-
"meta.function.c",
84-
"entity.name.function",
85-
"meta.function-call.c",
86-
"variable.other"
87-
],
8876
"settings": {
8977
"foreground": "#D35400"
9078
}
9179
},
9280
{
9381
"name": "punctuation",
94-
"scope": [
95-
"punctuation.section",
96-
"meta.function-call.c",
97-
"meta.block.c",
98-
"meta.function.c",
99-
"variable",
100-
"variable.name"
101-
],
10282
"settings": {
10383
"foreground": "#434f54"
10484
}
10585
},
10686
{
10787
"name": "function preprocessor",
108-
"scope": [
109-
"entity.name.function.preprocessor.c",
110-
"meta.preprocessor.macro.c"
111-
],
11288
"settings": {
11389
"foreground": "#9e846d"
11490
}
11591
},
11692
{
11793
"name": "constants",
118-
"scope": [
119-
"string.quoted.double",
120-
"string.quoted.other.lt-gt",
121-
"constant"
122-
],
12394
"settings": {
12495
"foreground": "#005C5F"
12596
}
12697
},
12798
{
12899
"name": "meta keywords",
129-
"scope": [
130-
"keyword.control",
131-
"meta.preprocessor.c"
132-
],
133100
"settings": {
134101
"foreground": "#728E00"
135102
}
136103
},
137104
{
138105
"name": "numeric preprocessor",
139-
"scope": [
140-
"meta.preprocessor.macro.c",
141-
"constant.numeric.preprocessor.c",
142-
"meta.preprocessor.c"
143-
],
144106
"settings": {
145107
"foreground": "#434f54"
146108
}
147109
}
148110
]
149-
}
111+
}

0 commit comments

Comments
 (0)