Skip to content

Commit ed31ffc

Browse files
usernamehwmjbvz
authored andcommitted
Remove unused colors from themes (microsoft#82986)
1 parent 86ef041 commit ed31ffc

File tree

8 files changed

+0
-113
lines changed

8 files changed

+0
-113
lines changed

extensions/theme-abyss/themes/abyss-color-theme.json

-9
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
"tokenColors": [
44
{
55
"settings": {
6-
"background": "#000c18",
76
"foreground": "#6688cc"
87
}
98
},
109
{
1110
"scope": ["meta.embedded", "source.groovy.embedded"],
1211
"settings": {
13-
"background": "#000c18",
1412
"foreground": "#6688cc"
1513
}
1614
},
@@ -173,7 +171,6 @@
173171
"name": "Invalid",
174172
"scope": "invalid",
175173
"settings": {
176-
"background": "#F92672",
177174
"fontStyle": "",
178175
"foreground": "#F8F8F0"
179176
}
@@ -182,7 +179,6 @@
182179
"name": "Invalid deprecated",
183180
"scope": "invalid.deprecated",
184181
"settings": {
185-
"background": "#AE81FF",
186182
"foreground": "#F8F8F0"
187183
}
188184
},
@@ -193,7 +189,6 @@
193189
"meta.diff.header"
194190
],
195191
"settings": {
196-
"background": "#b58900",
197192
"fontStyle": "italic",
198193
"foreground": "#E0EDDD"
199194
}
@@ -202,7 +197,6 @@
202197
"name": "diff: deleted",
203198
"scope": "markup.deleted",
204199
"settings": {
205-
"background": "#eee8d5",
206200
"fontStyle": "",
207201
"foreground": "#dc322f"
208202
}
@@ -211,7 +205,6 @@
211205
"name": "diff: changed",
212206
"scope": "markup.changed",
213207
"settings": {
214-
"background": "#eee8d5",
215208
"fontStyle": "",
216209
"foreground": "#cb4b16"
217210
}
@@ -220,7 +213,6 @@
220213
"name": "diff: inserted",
221214
"scope": "markup.inserted",
222215
"settings": {
223-
"background": "#eee8d5",
224216
"foreground": "#219186"
225217
}
226218
},
@@ -378,7 +370,6 @@
378370
"tab.border": "#2b2b4a",
379371
// "tab.activeBackground": "",
380372
"tab.inactiveBackground": "#10192c",
381-
"tab.modifiedBorder": "#0072bf",
382373
// "tab.activeForeground": "",
383374
// "tab.inactiveForeground": "",
384375

extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json

-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"editorGroupHeader.tabsBackground": "#131510",
2424
"editorLineNumber.activeForeground": "#adadad",
2525
"tab.inactiveBackground": "#131510",
26-
"tab.modifiedBorder": "#cd9731",
2726
"titleBar.activeBackground": "#423523",
2827
"statusBar.background": "#423523",
2928
"statusBar.debuggingBackground": "#423523",
@@ -55,14 +54,12 @@
5554
"tokenColors": [
5655
{
5756
"settings": {
58-
"background": "#221a0f",
5957
"foreground": "#d3af86"
6058
}
6159
},
6260
{
6361
"scope": ["meta.embedded", "source.groovy.embedded"],
6462
"settings": {
65-
"background": "#221a0f",
6663
"foreground": "#d3af86"
6764
}
6865
},
@@ -335,7 +332,6 @@
335332
"name": "Separator",
336333
"scope": "meta.separator",
337334
"settings": {
338-
"background": "#84613d",
339335
"foreground": "#d3af86"
340336
}
341337
},

extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json

-16
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"editorGroupHeader.tabsBackground": "#282828",
2525
"tab.inactiveBackground": "#404040",
2626
"tab.border": "#303030",
27-
"tab.modifiedBorder": "#6796e6",
2827
"tab.inactiveForeground": "#d8d8d8",
2928
"peekView.border": "#3655b5",
3029
"panelTitle.activeForeground": "#ffffff",
@@ -48,24 +47,15 @@
4847
"tokenColors": [
4948
{
5049
"settings": {
51-
"background": "#1e1e1e",
5250
"foreground": "#C5C8C6"
5351
}
5452
},
55-
{
56-
"name": "By uonick",
57-
"settings": {
58-
"background": "#202025ff",
59-
"foreground": "#c5c8c6ff"
60-
}
61-
},
6253
{
6354
"scope": [
6455
"meta.embedded",
6556
"source.groovy.embedded"
6657
],
6758
"settings": {
68-
"background": "#1e1e1e",
6959
"foreground": "#C5C8C6"
7060
}
7161
},
@@ -115,7 +105,6 @@
115105
"settings": {
116106
"fontStyle": "",
117107
"foreground": "#8080FF",
118-
"background": "#1e1e1e"
119108
}
120109
},
121110
{
@@ -148,7 +137,6 @@
148137
"settings": {
149138
"fontStyle": "",
150139
"foreground": "#9B0000",
151-
"background": "#1E1E1E"
152140
}
153141
},
154142
{
@@ -482,7 +470,6 @@
482470
"name": "diff: header",
483471
"scope": "meta.diff, meta.diff.header",
484472
"settings": {
485-
"background": "#b58900",
486473
"fontStyle": "italic",
487474
"foreground": "#E0EDDD"
488475
}
@@ -491,7 +478,6 @@
491478
"name": "diff: deleted",
492479
"scope": "markup.deleted",
493480
"settings": {
494-
"background": "#eee8d5",
495481
"fontStyle": "",
496482
"foreground": "#dc322f"
497483
}
@@ -500,7 +486,6 @@
500486
"name": "diff: changed",
501487
"scope": "markup.changed",
502488
"settings": {
503-
"background": "#eee8d5",
504489
"fontStyle": "",
505490
"foreground": "#cb4b16"
506491
}
@@ -509,7 +494,6 @@
509494
"name": "diff: inserted",
510495
"scope": "markup.inserted",
511496
"settings": {
512-
"background": "#eee8d5",
513497
"foreground": "#219186"
514498
}
515499
},

extensions/theme-monokai/themes/monokai-color-theme.json

-5
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"editorGroup.dropBackground": "#41433980",
3737
"tab.inactiveBackground": "#34352f",
3838
"tab.border": "#1e1f1c",
39-
"tab.modifiedBorder": "#007acc",
4039
"tab.inactiveForeground": "#ccccc7", // needs to be bright so it's readable when another editor group is focused
4140
"widget.shadow": "#000000",
4241
"progressBar.background": "#75715E",
@@ -105,7 +104,6 @@
105104
"tokenColors": [
106105
{
107106
"settings": {
108-
"background": "#272822",
109107
"foreground": "#F8F8F2"
110108
}
111109
},
@@ -115,7 +113,6 @@
115113
"source.groovy.embedded"
116114
],
117115
"settings": {
118-
"background": "#272822",
119116
"foreground": "#F8F8F2"
120117
}
121118
},
@@ -287,7 +284,6 @@
287284
"name": "Invalid",
288285
"scope": "invalid",
289286
"settings": {
290-
"background": "#F92672",
291287
"fontStyle": "",
292288
"foreground": "#F8F8F0"
293289
}
@@ -296,7 +292,6 @@
296292
"name": "Invalid deprecated",
297293
"scope": "invalid.deprecated",
298294
"settings": {
299-
"background": "#AE81FF",
300295
"foreground": "#F8F8F0"
301296
}
302297
},

extensions/theme-quietlight/themes/quietlight-color-theme.json

-44
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"tokenColors": [
44
{
55
"settings": {
6-
"background": "#F5F5F5",
76
"foreground": "#333333"
87
}
98
},
@@ -13,7 +12,6 @@
1312
"source.groovy.embedded"
1413
],
1514
"settings": {
16-
"background": "#F5F5F5",
1715
"foreground": "#333333"
1816
}
1917
},
@@ -47,18 +45,10 @@
4745
"foreground": "#448C27"
4846
}
4947
},
50-
{
51-
"name": "Invalid - Deprecated",
52-
"scope": "invalid.deprecated",
53-
"settings": {
54-
"background": "#96000014"
55-
}
56-
},
5748
{
5849
"name": "Invalid - Illegal",
5950
"scope": "invalid.illegal",
6051
"settings": {
61-
"background": "#96000014",
6252
"foreground": "#660000"
6353
}
6454
},
@@ -195,20 +185,6 @@
195185
"foreground": "#777777"
196186
}
197187
},
198-
{
199-
"name": "Embedded Source",
200-
"scope": [
201-
"string source",
202-
"text source"
203-
],
204-
"settings": {
205-
"background": "#EAEBE6"
206-
}
207-
},
208-
{
209-
"name": "-----------------------------------",
210-
"settings": {}
211-
},
212188
{
213189
"name": "HTML: Doctype Declaration",
214190
"scope": [
@@ -261,10 +237,6 @@
261237
"foreground": "#9C5D27"
262238
}
263239
},
264-
{
265-
"name": "-----------------------------------",
266-
"settings": {}
267-
},
268240
{
269241
"name": "CSS: Selectors",
270242
"scope": [
@@ -305,23 +277,17 @@
305277
"fontStyle": "bold"
306278
}
307279
},
308-
{
309-
"name": "-----------------------------------",
310-
"settings": {}
311-
},
312280
{
313281
"name": "Markup: Changed",
314282
"scope": "markup.changed",
315283
"settings": {
316-
"background": "#FFFFDD",
317284
"foreground": "#000000"
318285
}
319286
},
320287
{
321288
"name": "Markup: Deletion",
322289
"scope": "markup.deleted",
323290
"settings": {
324-
"background": "#FFDDDD",
325291
"foreground": "#000000"
326292
}
327293
},
@@ -336,15 +302,13 @@
336302
"name": "Markup: Error",
337303
"scope": "markup.error",
338304
"settings": {
339-
"background": "#96000014",
340305
"foreground": "#660000"
341306
}
342307
},
343308
{
344309
"name": "Markup: Insertion",
345310
"scope": "markup.inserted",
346311
"settings": {
347-
"background": "#DDFFDD",
348312
"foreground": "#000000"
349313
}
350314
},
@@ -432,10 +396,6 @@
432396
"foreground": "#9C5D27"
433397
}
434398
},
435-
{
436-
"name": "-----------------------------------",
437-
"settings": {}
438-
},
439399
{
440400
"name": "Extra: Diff Range",
441401
"scope": [
@@ -444,23 +404,20 @@
444404
"meta.separator"
445405
],
446406
"settings": {
447-
"background": "#DDDDFF",
448407
"foreground": "#434343"
449408
}
450409
},
451410
{
452411
"name": "Extra: Diff From",
453412
"scope": "meta.diff.header.from-file",
454413
"settings": {
455-
"background": "#FFDDDD",
456414
"foreground": "#434343"
457415
}
458416
},
459417
{
460418
"name": "Extra: Diff To",
461419
"scope": "meta.diff.header.to-file",
462420
"settings": {
463-
"background": "#DDFFDD",
464421
"foreground": "#434343"
465422
}
466423
},
@@ -500,7 +457,6 @@
500457
"editorLineNumber.activeForeground": "#9769dc",
501458
"editor.selectionBackground": "#C9D0D9",
502459
"minimap.selectionHighlight": "#C9D0D9",
503-
"tab.modifiedBorder": "#f1897f",
504460
"panel.background": "#F5F5F5",
505461
"sideBar.background": "#F2F2F2",
506462
"sideBarSectionHeader.background": "#ede8ef",

0 commit comments

Comments
 (0)