tm-themes 1.4.3 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/NOTICE CHANGED
@@ -199,6 +199,34 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
199
199
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
200
200
  SOFTWARE.
201
201
 
202
+ =========================================================================================================
203
+ Files: laserwave.json
204
+ License: https://raw.githubusercontent.com/Jaredk3nt/laserwave/master/LICENSE
205
+ SPDX: MIT
206
+ ---------------------------------------------------------------------------------------------------------
207
+ MIT License
208
+
209
+ Copyright (c) 2019 Jared Jones
210
+
211
+ Permission is hereby granted, free of charge, to any person obtaining a copy
212
+ of this software and associated documentation files (the "Software"), to deal
213
+ in the Software without restriction, including without limitation the rights
214
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
215
+ copies of the Software, and to permit persons to whom the Software is
216
+ furnished to do so, subject to the following conditions:
217
+
218
+ The above copyright notice and this permission notice shall be included in all
219
+ copies or substantial portions of the Software.
220
+
221
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
222
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
223
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
224
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
225
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
226
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
227
+ SOFTWARE.
228
+
229
+
202
230
  =========================================================================================================
203
231
  Files: material-theme.json, material-theme-darker.json, material-theme-lighter.json, material-theme-ocean.json, material-theme-palenight.json
204
232
  License: https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE
package/README.md CHANGED
@@ -52,6 +52,7 @@ import { themes } from 'tm-themes'
52
52
  | GitHub Dark Default | `github-dark-default` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | 14.00 kB |
53
53
  | GitHub Dark Dimmed | `github-dark-dimmed` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | 14.00 kB |
54
54
  | Houston | `houston` | [withastro/houston-vscode](https://github.com/withastro/houston-vscode/blob/d297233be95e3f8fdecc22e4ffa92bb0e7265592/themes/houston.json) | [MIT](https://raw.githubusercontent.com/withastro/houston-vscode/main/LICENSE) | 34.53 kB |
55
+ | LaserWave | `laserwave` | [Jaredk3nt/laserwave](https://github.com/Jaredk3nt/laserwave/blob/f768285c659425fbb6ec5642085df4902f8a8d92/themes/LaserWave-color-theme.json) | [MIT](https://raw.githubusercontent.com/Jaredk3nt/laserwave/master/LICENSE) | 11.17 kB |
55
56
  | Material Theme | `material-theme` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.13 kB |
56
57
  | Material Theme Darker | `material-theme-darker` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.14 kB |
57
58
  | Material Theme Ocean | `material-theme-ocean` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.14 kB |
package/index.js CHANGED
@@ -178,6 +178,17 @@ export const themes = [
178
178
  source: 'https://github.com/withastro/houston-vscode/blob/d297233be95e3f8fdecc22e4ffa92bb0e7265592/themes/houston.json',
179
179
  type: 'dark',
180
180
  },
181
+ {
182
+ byteSize: 11439,
183
+ displayName: 'LaserWave',
184
+ lastUpdate: '2022-11-07T01:48:57Z',
185
+ license: 'MIT',
186
+ licenseUrl: 'https://raw.githubusercontent.com/Jaredk3nt/laserwave/master/LICENSE',
187
+ name: 'laserwave',
188
+ sha: 'f768285c659425fbb6ec5642085df4902f8a8d92',
189
+ source: 'https://github.com/Jaredk3nt/laserwave/blob/f768285c659425fbb6ec5642085df4902f8a8d92/themes/LaserWave-color-theme.json',
190
+ type: 'dark',
191
+ },
181
192
  {
182
193
  byteSize: 9698,
183
194
  displayName: 'Light Plus',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-themes",
3
3
  "type": "module",
4
- "version": "1.4.3",
4
+ "version": "1.5.0",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -0,0 +1,479 @@
1
+ {
2
+ "colors": {
3
+ "activityBar.activeBorder": "#EB64B9",
4
+ "activityBar.background": "#27212e",
5
+ "activityBar.foreground": "#ddd",
6
+ "activityBarBadge.background": "#EB64B9",
7
+ "button.background": "#EB64B9",
8
+ "diffEditor.border": "#b4dce7",
9
+ "diffEditor.insertedTextBackground": "#74dfc423",
10
+ "diffEditor.removedTextBackground": "#eb64b940",
11
+ "editor.background": "#27212e",
12
+ "editor.findMatchBackground": "#40b4c48c",
13
+ "editor.findMatchHighlightBackground": "#40b4c460",
14
+ "editor.foreground": "#ffffff",
15
+ "editor.selectionBackground": "#eb64b927",
16
+ "editor.selectionHighlightBackground": "#eb64b927",
17
+ "editor.wordHighlightBackground": "#eb64b927",
18
+ "editorError.foreground": "#ff3e7b",
19
+ "editorGroupHeader.tabsBackground": "#242029",
20
+ "editorGutter.addedBackground": "#74dfc4",
21
+ "editorGutter.deletedBackground": "#eb64B9",
22
+ "editorGutter.modifiedBackground": "#40b4c4",
23
+ "editorSuggestWidget.border": "#b4dce7",
24
+ "focusBorder": "#EB64B9",
25
+ "gitDecoration.conflictingResourceForeground": "#EB64B9",
26
+ "gitDecoration.deletedResourceForeground": "#b381c5",
27
+ "gitDecoration.ignoredResourceForeground": "#92889d",
28
+ "gitDecoration.modifiedResourceForeground": "#74dfc4",
29
+ "gitDecoration.untrackedResourceForeground": "#40b4c4",
30
+ "input.background": "#3a3242",
31
+ "input.border": "#964c7b",
32
+ "inputOption.activeBorder": "#EB64B9",
33
+ "list.activeSelectionBackground": "#eb64b98f",
34
+ "list.activeSelectionForeground": "#eee",
35
+ "list.dropBackground": "#74dfc466",
36
+ "list.errorForeground": "#ff3e7b",
37
+ "list.focusBackground": "#eb64ba60",
38
+ "list.highlightForeground": "#eb64b9",
39
+ "list.hoverBackground": "#91889b80",
40
+ "list.hoverForeground": "#eee",
41
+ "list.inactiveSelectionBackground": "#eb64b98f",
42
+ "list.inactiveSelectionForeground": "#ddd",
43
+ "list.invalidItemForeground": "#fff",
44
+ "menu.background": "#27212e",
45
+ "merge.currentContentBackground": "#74dfc433",
46
+ "merge.currentHeaderBackground": "#74dfc4cc",
47
+ "merge.incomingContentBackground": "#40b4c433",
48
+ "merge.incomingHeaderBackground": "#40b4c4cc",
49
+ "notifications.background": "#3e3549",
50
+ "peekView.border": "#40b4c4",
51
+ "peekViewEditor.background": "#40b5c449",
52
+ "peekViewEditor.matchHighlightBackground": "#40b5c460",
53
+ "peekViewResult.matchHighlightBackground": "#27212e",
54
+ "peekViewResult.selectionBackground": "#40b4c43f",
55
+ "progressBar.background": "#40b4c4",
56
+ "sideBar.background": "#27212e",
57
+ "sideBar.foreground": "#ddd",
58
+ "sideBarSectionHeader.background": "#27212e",
59
+ "sideBarTitle.foreground": "#EB64B9",
60
+ "statusBar.background": "#EB64B9",
61
+ "statusBar.debuggingBackground": "#74dfc4",
62
+ "statusBar.foreground": "#27212e",
63
+ "statusBar.noFolderBackground": "#EB64B9",
64
+ "tab.activeBorder": "#EB64B9",
65
+ "tab.inactiveBackground": "#242029",
66
+ "terminal.ansiBlue": "#40b4c4",
67
+ "terminal.ansiCyan": "#b4dce7",
68
+ "terminal.ansiGreen": "#74dfc4",
69
+ "terminal.ansiMagenta": "#b381c5",
70
+ "terminal.ansiRed": "#EB64B9",
71
+ "terminal.ansiYellow": "#ffe261",
72
+ "titleBar.activeBackground": "#27212e",
73
+ "titleBar.inactiveBackground": "#27212e",
74
+ "tree.indentGuidesStroke": "#ffffff33"
75
+ },
76
+ "displayName": "LaserWave",
77
+ "name": "laserwave",
78
+ "tokenColors": [
79
+ {
80
+ "scope": [
81
+ "keyword.other",
82
+ "keyword.control",
83
+ "storage.type.class.js",
84
+ "keyword.control.module.js",
85
+ "storage.type.extends.js",
86
+ "variable.language.this.js",
87
+ "keyword.control.switch.js",
88
+ "keyword.control.loop.js",
89
+ "keyword.control.conditional.js",
90
+ "keyword.control.flow.js",
91
+ "keyword.operator.accessor.js",
92
+ "keyword.other.important.css",
93
+ "keyword.control.at-rule.media.scss",
94
+ "entity.name.tag.reference.scss",
95
+ "meta.class.python",
96
+ "storage.type.function.python",
97
+ "keyword.control.flow.python",
98
+ "storage.type.function.js",
99
+ "keyword.control.export.ts",
100
+ "keyword.control.flow.ts",
101
+ "keyword.control.from.ts",
102
+ "keyword.control.import.ts",
103
+ "storage.type.class.ts",
104
+ "keyword.control.loop.ts",
105
+ "keyword.control.ruby",
106
+ "keyword.control.module.ruby",
107
+ "keyword.control.class.ruby",
108
+ "keyword.other.special-method.ruby",
109
+ "keyword.control.def.ruby",
110
+ "markup.heading",
111
+ "keyword.other.import.java",
112
+ "keyword.other.package.java",
113
+ "storage.modifier.java",
114
+ "storage.modifier.extends.java",
115
+ "storage.modifier.implements.java",
116
+ "storage.modifier.cs",
117
+ "storage.modifier.js",
118
+ "storage.modifier.dart",
119
+ "keyword.declaration.dart",
120
+ "keyword.package.go",
121
+ "keyword.import.go",
122
+ "keyword.fsharp",
123
+ "variable.parameter.function-call.python"
124
+ ],
125
+ "settings": {
126
+ "foreground": "#40b4c4"
127
+ }
128
+ },
129
+ {
130
+ "scope": [
131
+ "binding.fsharp",
132
+ "support.function",
133
+ "meta.function-call",
134
+ "entity.name.function",
135
+ "support.function.misc.scss",
136
+ "meta.method.declaration.ts",
137
+ "entity.name.function.method.js"
138
+ ],
139
+ "settings": {
140
+ "foreground": "#EB64B9"
141
+ }
142
+ },
143
+ {
144
+ "scope": [
145
+ "string",
146
+ "string.quoted",
147
+ "string.unquoted",
148
+ "string.other.link.title.markdown"
149
+ ],
150
+ "settings": {
151
+ "foreground": "#b4dce7"
152
+ }
153
+ },
154
+ {
155
+ "scope": [
156
+ "constant.numeric"
157
+ ],
158
+ "settings": {
159
+ "foreground": "#b381c5"
160
+ }
161
+ },
162
+ {
163
+ "scope": [
164
+ "meta.brace",
165
+ "punctuation",
166
+ "punctuation.bracket",
167
+ "punctuation.section",
168
+ "punctuation.separator",
169
+ "punctuation.comma.dart",
170
+ "punctuation.terminator",
171
+ "punctuation.definition",
172
+ "punctuation.parenthesis",
173
+ "meta.delimiter.comma.js",
174
+ "meta.brace.curly.litobj.js",
175
+ "punctuation.definition.tag",
176
+ "puncatuation.other.comma.go",
177
+ "punctuation.section.embedded",
178
+ "punctuation.definition.string",
179
+ "punctuation.definition.tag.jsx",
180
+ "punctuation.definition.tag.end",
181
+ "punctuation.definition.markdown",
182
+ "punctuation.terminator.rule.css",
183
+ "punctuation.definition.block.ts",
184
+ "punctuation.definition.tag.html",
185
+ "punctuation.section.class.end.js",
186
+ "punctuation.definition.tag.begin",
187
+ "punctuation.squarebracket.open.cs",
188
+ "punctuation.separator.dict.python",
189
+ "punctuation.section.function.scss",
190
+ "punctuation.section.class.begin.js",
191
+ "punctuation.section.array.end.ruby",
192
+ "punctuation.separator.key-value.js",
193
+ "meta.method-call.with-arguments.js",
194
+ "punctuation.section.scope.end.ruby",
195
+ "punctuation.squarebracket.close.cs",
196
+ "punctuation.separator.key-value.css",
197
+ "punctuation.definition.constant.css",
198
+ "punctuation.section.array.begin.ruby",
199
+ "punctuation.section.scope.begin.ruby",
200
+ "punctuation.definition.string.end.js",
201
+ "punctuation.definition.parameters.ruby",
202
+ "punctuation.definition.string.begin.js",
203
+ "punctuation.section.class.begin.python",
204
+ "storage.modifier.array.bracket.square.c",
205
+ "punctuation.separator.parameters.python",
206
+ "punctuation.section.group.end.powershell",
207
+ "punctuation.definition.parameters.end.ts",
208
+ "punctuation.section.braces.end.powershell",
209
+ "punctuation.section.function.begin.python",
210
+ "punctuation.definition.parameters.begin.ts",
211
+ "punctuation.section.bracket.end.powershell",
212
+ "punctuation.section.group.begin.powershell",
213
+ "punctuation.section.braces.begin.powershell",
214
+ "punctuation.definition.parameters.end.python",
215
+ "punctuation.definition.typeparameters.end.cs",
216
+ "punctuation.section.bracket.begin.powershell",
217
+ "punctuation.definition.arguments.begin.python",
218
+ "punctuation.definition.parameters.begin.python",
219
+ "punctuation.definition.typeparameters.begin.cs",
220
+ "punctuation.section.block.begin.bracket.curly.c",
221
+ "punctuation.definition.map.begin.bracket.round.scss",
222
+ "punctuation.section.property-list.end.bracket.curly.css",
223
+ "punctuation.definition.parameters.end.bracket.round.java",
224
+ "punctuation.section.property-list.begin.bracket.curly.css",
225
+ "punctuation.definition.parameters.begin.bracket.round.java"
226
+ ],
227
+ "settings": {
228
+ "foreground": "#7b6995"
229
+ }
230
+ },
231
+ {
232
+ "scope": [
233
+ "keyword.operator",
234
+ "meta.decorator.ts",
235
+ "entity.name.type.ts",
236
+ "punctuation.dot.dart",
237
+ "keyword.symbol.fsharp",
238
+ "punctuation.accessor.ts",
239
+ "punctuation.accessor.cs",
240
+ "keyword.operator.logical",
241
+ "meta.tag.inline.any.html",
242
+ "punctuation.separator.java",
243
+ "keyword.operator.comparison",
244
+ "keyword.operator.arithmetic",
245
+ "keyword.operator.assignment",
246
+ "keyword.operator.ternary.js",
247
+ "keyword.operator.other.ruby",
248
+ "keyword.operator.logical.js",
249
+ "punctuation.other.period.go",
250
+ "keyword.operator.increment.ts",
251
+ "keyword.operator.increment.js",
252
+ "storage.type.function.arrow.js",
253
+ "storage.type.function.arrow.ts",
254
+ "keyword.operator.relational.js",
255
+ "keyword.operator.relational.ts",
256
+ "keyword.operator.arithmetic.js",
257
+ "keyword.operator.assignment.js",
258
+ "storage.type.function.arrow.tsx",
259
+ "keyword.operator.logical.python",
260
+ "punctuation.separator.period.java",
261
+ "punctuation.separator.method.ruby",
262
+ "keyword.operator.assignment.python",
263
+ "keyword.operator.arithmetic.python",
264
+ "keyword.operator.increment-decrement.java"
265
+ ],
266
+ "settings": {
267
+ "foreground": "#74dfc4"
268
+ }
269
+ },
270
+ {
271
+ "scope": [
272
+ "comment",
273
+ "punctuation.definition.comment"
274
+ ],
275
+ "settings": {
276
+ "foreground": "#91889b"
277
+ }
278
+ },
279
+ {
280
+ "scope": [
281
+ "meta.tag.sgml",
282
+ "entity.name.tag",
283
+ "entity.name.tag.open.jsx",
284
+ "entity.name.tag.close.jsx",
285
+ "entity.name.tag.inline.any.html",
286
+ "entity.name.tag.structure.any.html"
287
+ ],
288
+ "settings": {
289
+ "foreground": "#74dfc4"
290
+ }
291
+ },
292
+ {
293
+ "scope": [
294
+ "variable.other.enummember",
295
+ "entity.other.attribute-name",
296
+ "entity.other.attribute-name.jsx",
297
+ "entity.other.attribute-name.html",
298
+ "entity.other.attribute-name.id.css",
299
+ "entity.other.attribute-name.id.html",
300
+ "entity.other.attribute-name.class.css"
301
+ ],
302
+ "settings": {
303
+ "foreground": "#EB64B9"
304
+ }
305
+ },
306
+ {
307
+ "scope": [
308
+ "variable.other.property",
309
+ "variable.parameter.fsharp",
310
+ "support.variable.property.js",
311
+ "support.type.property-name.css",
312
+ "support.type.property-name.json",
313
+ "support.variable.property.dom.js"
314
+ ],
315
+ "settings": {
316
+ "foreground": "#40b4c4"
317
+ }
318
+ },
319
+ {
320
+ "scope": [
321
+ "constant.language",
322
+ "constant.other.elm",
323
+ "constant.language.c",
324
+ "variable.language.dart",
325
+ "variable.language.this",
326
+ "support.class.builtin.js",
327
+ "support.constant.json.ts",
328
+ "support.class.console.ts",
329
+ "support.class.console.js",
330
+ "variable.language.this.js",
331
+ "variable.language.this.ts",
332
+ "entity.name.section.fsharp",
333
+ "support.type.object.dom.js",
334
+ "variable.other.constant.js",
335
+ "variable.language.self.ruby",
336
+ "variable.other.constant.ruby",
337
+ "support.type.object.console.js",
338
+ "constant.language.undefined.js",
339
+ "support.function.builtin.python",
340
+ "constant.language.boolean.true.js",
341
+ "constant.language.boolean.false.js",
342
+ "variable.language.special.self.python",
343
+ "support.constant.automatic.powershell"
344
+ ],
345
+ "settings": {
346
+ "foreground": "#ffe261"
347
+ }
348
+ },
349
+ {
350
+ "scope": [
351
+ "variable.other",
352
+ "variable.scss",
353
+ "meta.function-call.c",
354
+ "variable.parameter.ts",
355
+ "variable.parameter.dart",
356
+ "variable.other.class.js",
357
+ "variable.other.object.js",
358
+ "variable.other.object.ts",
359
+ "support.function.json.ts",
360
+ "variable.name.source.dart",
361
+ "variable.other.source.dart",
362
+ "variable.other.readwrite.js",
363
+ "variable.other.readwrite.ts",
364
+ "support.function.console.ts",
365
+ "entity.name.type.instance.js",
366
+ "meta.function-call.arguments",
367
+ "variable.other.property.dom.ts",
368
+ "support.variable.property.dom.ts",
369
+ "variable.other.readwrite.powershell"
370
+ ],
371
+ "settings": {
372
+ "foreground": "#fff"
373
+ }
374
+ },
375
+ {
376
+ "scope": [
377
+ "storage.type.annotation",
378
+ "punctuation.definition.annotation",
379
+ "support.function.attribute.fsharp"
380
+ ],
381
+ "settings": {
382
+ "foreground": "#74dfc4"
383
+ }
384
+ },
385
+ {
386
+ "scope": [
387
+ "entity.name.type",
388
+ "storage.type",
389
+ "keyword.var.go",
390
+ "keyword.type.go",
391
+ "keyword.type.js",
392
+ "storage.type.js",
393
+ "storage.type.ts",
394
+ "keyword.type.cs",
395
+ "keyword.const.go",
396
+ "keyword.struct.go",
397
+ "support.class.dart",
398
+ "storage.modifier.c",
399
+ "storage.modifier.ts",
400
+ "keyword.function.go",
401
+ "keyword.operator.new.ts",
402
+ "meta.type.annotation.ts",
403
+ "entity.name.type.fsharp",
404
+ "meta.type.annotation.tsx",
405
+ "storage.modifier.async.js",
406
+ "punctuation.definition.variable.ruby",
407
+ "punctuation.definition.constant.ruby"
408
+ ],
409
+ "settings": {
410
+ "foreground": "#a96bc0"
411
+ }
412
+ },
413
+ {
414
+ "scope": [
415
+ "markup.bold",
416
+ "markup.italic"
417
+ ],
418
+ "settings": {
419
+ "foreground": "#EB64B9"
420
+ }
421
+ },
422
+ {
423
+ "scope": [
424
+ "meta.object-literal.key.js",
425
+ "constant.other.object.key.js"
426
+ ],
427
+ "settings": {
428
+ "foreground": "#40b4c4"
429
+ }
430
+ },
431
+ {
432
+ "scope": [
433
+ ],
434
+ "settings": {
435
+ "foreground": "#ffb85b"
436
+ }
437
+ },
438
+ {
439
+ "scope": [
440
+ "meta.diff",
441
+ "meta.diff.header"
442
+ ],
443
+ "settings": {
444
+ "foreground": "#40b4c4"
445
+ }
446
+ },
447
+ {
448
+ "scope": [
449
+ "meta.diff.range.unified"
450
+ ],
451
+ "settings": {
452
+ "foreground": "#b381c5"
453
+ }
454
+ },
455
+ {
456
+ "scope": [
457
+ "markup.deleted",
458
+ "punctuation.definition.deleted.diff",
459
+ "punctuation.definition.from-file.diff",
460
+ "meta.diff.header.from-file"
461
+ ],
462
+ "settings": {
463
+ "foreground": "#eb64b9"
464
+ }
465
+ },
466
+ {
467
+ "scope": [
468
+ "markup.inserted",
469
+ "punctuation.definition.inserted.diff",
470
+ "punctuation.definition.to-file.diff",
471
+ "meta.diff.header.to-file"
472
+ ],
473
+ "settings": {
474
+ "foreground": "#74dfc4"
475
+ }
476
+ }
477
+ ],
478
+ "type": "dark"
479
+ }