@vue/devtools-applet 7.0.26 → 7.1.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.
Files changed (74) hide show
  1. package/dist/components/basic/CodeBlock.vue.d.ts +39 -0
  2. package/dist/components/basic/DevToolsHeader.vue.d.ts +1 -1
  3. package/dist/components/basic/Empty.vue.d.ts +1 -1
  4. package/dist/components/basic/NodeTag.vue.d.ts +17 -0
  5. package/dist/components/basic/SelectiveList.vue.d.ts +9 -5
  6. package/dist/components/basic/ToggleExpanded.vue.d.ts +1 -1
  7. package/dist/components/state/ChildStateViewer.vue.d.ts +1 -1
  8. package/dist/components/state/RootStateViewer.vue.d.ts +6 -1
  9. package/dist/components/state/StateFieldEditor.vue.d.ts +2 -2
  10. package/dist/components/state/StateFieldInputEditor.vue.d.ts +2 -2
  11. package/dist/components/state/StateFieldViewer.vue.d.ts +1 -1
  12. package/dist/components/tree/TreeViewer.vue.d.ts +28 -0
  13. package/dist/composables/devtools-state.d.ts +22 -0
  14. package/dist/composables/select.d.ts +9 -0
  15. package/dist/composables/shiki.d.ts +10 -0
  16. package/dist/composables/toggle-expanded.d.ts +2 -2
  17. package/dist/composables/virtual-router.d.ts +2 -2
  18. package/dist/css-CAzixsid.js +511 -0
  19. package/dist/css-D2Iou8Kp.cjs +505 -0
  20. package/dist/diff-B-yfB5pV.cjs +1 -0
  21. package/dist/diff-Bo5iyMQ2.js +7 -0
  22. package/dist/html-BZB5lEhh.js +84 -0
  23. package/dist/html-Cm5OXZzB.cjs +74 -0
  24. package/dist/index.cjs +14 -2
  25. package/dist/index.css +1 -1
  26. package/dist/index.d.ts +3 -1
  27. package/dist/index.js +11174 -3896
  28. package/dist/javascript-DqVBMyXe.js +705 -0
  29. package/dist/javascript-a-sFB2oM.cjs +699 -0
  30. package/dist/json-B12k4-6m.js +31 -0
  31. package/dist/json-BkokWKU4.cjs +25 -0
  32. package/dist/modules/components/components/RenderCode.vue.d.ts +19 -0
  33. package/dist/modules/components/index.d.ts +3 -0
  34. package/dist/modules/components/index.vue.d.ts +10 -0
  35. package/dist/modules/pinia/components/DevToolsLogo.vue.d.ts +2 -0
  36. package/dist/modules/pinia/components/Home.vue.d.ts +2 -0
  37. package/dist/modules/pinia/components/Navbar.vue.d.ts +2 -0
  38. package/dist/modules/pinia/components/store/Index.vue.d.ts +2 -0
  39. package/dist/{pinia → modules/pinia}/components/timeline/EventList.vue.d.ts +5 -5
  40. package/dist/modules/pinia/components/timeline/Index.vue.d.ts +2 -0
  41. package/dist/modules/pinia/index.vue.d.ts +2 -0
  42. package/dist/modules/router/components/DevToolsLogo.vue.d.ts +2 -0
  43. package/dist/modules/router/components/Home.vue.d.ts +2 -0
  44. package/dist/modules/router/components/Navbar.vue.d.ts +2 -0
  45. package/dist/modules/router/components/routes/Index.vue.d.ts +2 -0
  46. package/dist/modules/router/components/timeline/EventList.vue.d.ts +33 -0
  47. package/dist/modules/router/components/timeline/Index.vue.d.ts +2 -0
  48. package/dist/modules/router/index.d.ts +3 -0
  49. package/dist/modules/router/index.vue.d.ts +2 -0
  50. package/dist/shellscript-ChGA8H-Z.cjs +1 -0
  51. package/dist/shellscript-DQ1J75ow.js +7 -0
  52. package/dist/typescript-AEg-ehu7.js +672 -0
  53. package/dist/typescript-fPsIX9ZR.cjs +666 -0
  54. package/dist/utils/color.d.ts +1 -0
  55. package/dist/utils/index.d.ts +2 -0
  56. package/dist/utils/search.d.ts +8 -0
  57. package/dist/vitesse-dark-DX6gc1PC.js +683 -0
  58. package/dist/vitesse-dark-gyGPd_e2.cjs +1 -0
  59. package/dist/vitesse-light-BQX_J3vG.js +681 -0
  60. package/dist/vitesse-light-_AOpDvx-.cjs +1 -0
  61. package/dist/vue-CSiwUDF5.js +2124 -0
  62. package/dist/vue-Do7_9u1S.cjs +2002 -0
  63. package/dist/vue-html-D0BKftsE.js +11 -0
  64. package/dist/vue-html-D1b8rTOD.cjs +1 -0
  65. package/dist/yaml-KYXSJxwl.cjs +200 -0
  66. package/dist/yaml-PGla5xPP.js +206 -0
  67. package/package.json +11 -8
  68. package/dist/pinia/components/DevToolsLogo.vue.d.ts +0 -2
  69. package/dist/pinia/components/Home.vue.d.ts +0 -2
  70. package/dist/pinia/components/Navbar.vue.d.ts +0 -2
  71. package/dist/pinia/components/store/Index.vue.d.ts +0 -2
  72. package/dist/pinia/components/timeline/Index.vue.d.ts +0 -2
  73. package/dist/pinia/index.vue.d.ts +0 -2
  74. /package/dist/{pinia → modules/pinia}/index.d.ts +0 -0
@@ -0,0 +1,681 @@
1
+ var e = Object.freeze({
2
+ colors: {
3
+ "activityBar.activeBorder": "#1c6b48",
4
+ "activityBar.background": "#ffffff",
5
+ "activityBar.border": "#f0f0f0",
6
+ "activityBar.foreground": "#393a34",
7
+ "activityBar.inactiveForeground": "#393a3450",
8
+ "activityBarBadge.background": "#4e4f47",
9
+ "activityBarBadge.foreground": "#ffffff",
10
+ "badge.background": "#393a3490",
11
+ "badge.foreground": "#ffffff",
12
+ "breadcrumb.activeSelectionForeground": "#22222218",
13
+ "breadcrumb.background": "#f7f7f7",
14
+ "breadcrumb.focusForeground": "#393a34",
15
+ "breadcrumb.foreground": "#6a737d",
16
+ "breadcrumbPicker.background": "#ffffff",
17
+ "button.background": "#1c6b48",
18
+ "button.foreground": "#ffffff",
19
+ "button.hoverBackground": "#1c6b48",
20
+ "checkbox.background": "#f7f7f7",
21
+ "checkbox.border": "#d1d5da",
22
+ "debugToolBar.background": "#ffffff",
23
+ descriptionForeground: "#393a3490",
24
+ "diffEditor.insertedTextBackground": "#1c6b4815",
25
+ "diffEditor.removedTextBackground": "#ab595910",
26
+ "dropdown.background": "#ffffff",
27
+ "dropdown.border": "#f0f0f0",
28
+ "dropdown.foreground": "#393a34",
29
+ "dropdown.listBackground": "#f7f7f7",
30
+ "editor.background": "#ffffff",
31
+ "editor.findMatchBackground": "#e6cc7744",
32
+ "editor.findMatchHighlightBackground": "#e6cc7766",
33
+ "editor.focusedStackFrameHighlightBackground": "#fff5b1",
34
+ "editor.foldBackground": "#22222210",
35
+ "editor.foreground": "#393a34",
36
+ "editor.inactiveSelectionBackground": "#22222210",
37
+ "editor.lineHighlightBackground": "#f7f7f7",
38
+ "editor.selectionBackground": "#22222218",
39
+ "editor.selectionHighlightBackground": "#22222210",
40
+ "editor.stackFrameHighlightBackground": "#fffbdd",
41
+ "editor.wordHighlightBackground": "#1c6b4805",
42
+ "editor.wordHighlightStrongBackground": "#1c6b4810",
43
+ "editorBracketHighlight.foreground1": "#2993a3",
44
+ "editorBracketHighlight.foreground2": "#1e754f",
45
+ "editorBracketHighlight.foreground3": "#a65e2b",
46
+ "editorBracketHighlight.foreground4": "#a13865",
47
+ "editorBracketHighlight.foreground5": "#bda437",
48
+ "editorBracketHighlight.foreground6": "#296aa3",
49
+ "editorBracketMatch.background": "#1c6b4820",
50
+ "editorError.foreground": "#ab5959",
51
+ "editorGroup.border": "#f0f0f0",
52
+ "editorGroupHeader.tabsBackground": "#ffffff",
53
+ "editorGroupHeader.tabsBorder": "#f0f0f0",
54
+ "editorGutter.addedBackground": "#1e754f",
55
+ "editorGutter.commentRangeForeground": "#393a3450",
56
+ "editorGutter.deletedBackground": "#ab5959",
57
+ "editorGutter.foldingControlForeground": "#393a3490",
58
+ "editorGutter.modifiedBackground": "#296aa3",
59
+ "editorHint.foreground": "#1e754f",
60
+ "editorIndentGuide.activeBackground": "#00000030",
61
+ "editorIndentGuide.background": "#00000015",
62
+ "editorInfo.foreground": "#296aa3",
63
+ "editorInlayHint.background": "#00000000",
64
+ "editorInlayHint.foreground": "#999999",
65
+ "editorLineNumber.activeForeground": "#4e4f47",
66
+ "editorLineNumber.foreground": "#393a3450",
67
+ "editorOverviewRuler.border": "#fff",
68
+ "editorStickyScroll.background": "#f7f7f7",
69
+ "editorStickyScrollHover.background": "#f7f7f7",
70
+ "editorWarning.foreground": "#a65e2b",
71
+ "editorWhitespace.foreground": "#00000015",
72
+ "editorWidget.background": "#ffffff",
73
+ errorForeground: "#ab5959",
74
+ focusBorder: "#00000000",
75
+ foreground: "#393a34",
76
+ "gitDecoration.addedResourceForeground": "#1e754f",
77
+ "gitDecoration.conflictingResourceForeground": "#a65e2b",
78
+ "gitDecoration.deletedResourceForeground": "#ab5959",
79
+ "gitDecoration.ignoredResourceForeground": "#393a3450",
80
+ "gitDecoration.modifiedResourceForeground": "#296aa3",
81
+ "gitDecoration.submoduleResourceForeground": "#393a3490",
82
+ "gitDecoration.untrackedResourceForeground": "#2993a3",
83
+ "input.background": "#f7f7f7",
84
+ "input.border": "#f0f0f0",
85
+ "input.foreground": "#393a34",
86
+ "input.placeholderForeground": "#393a3490",
87
+ "inputOption.activeBackground": "#393a3450",
88
+ "list.activeSelectionBackground": "#f7f7f7",
89
+ "list.activeSelectionForeground": "#393a34",
90
+ "list.focusBackground": "#f7f7f7",
91
+ "list.highlightForeground": "#1c6b48",
92
+ "list.hoverBackground": "#f7f7f7",
93
+ "list.hoverForeground": "#393a34",
94
+ "list.inactiveFocusBackground": "#ffffff",
95
+ "list.inactiveSelectionBackground": "#f7f7f7",
96
+ "list.inactiveSelectionForeground": "#393a34",
97
+ "menu.separatorBackground": "#f0f0f0",
98
+ "notificationCenterHeader.background": "#ffffff",
99
+ "notificationCenterHeader.foreground": "#6a737d",
100
+ "notifications.background": "#ffffff",
101
+ "notifications.border": "#f0f0f0",
102
+ "notifications.foreground": "#393a34",
103
+ "notificationsErrorIcon.foreground": "#ab5959",
104
+ "notificationsInfoIcon.foreground": "#296aa3",
105
+ "notificationsWarningIcon.foreground": "#a65e2b",
106
+ "panel.background": "#ffffff",
107
+ "panel.border": "#f0f0f0",
108
+ "panelInput.border": "#e1e4e8",
109
+ "panelTitle.activeBorder": "#1c6b48",
110
+ "panelTitle.activeForeground": "#393a34",
111
+ "panelTitle.inactiveForeground": "#6a737d",
112
+ "peekViewEditor.background": "#ffffff",
113
+ "peekViewResult.background": "#ffffff",
114
+ "pickerGroup.border": "#f0f0f0",
115
+ "pickerGroup.foreground": "#393a34",
116
+ "problemsErrorIcon.foreground": "#ab5959",
117
+ "problemsInfoIcon.foreground": "#296aa3",
118
+ "problemsWarningIcon.foreground": "#a65e2b",
119
+ "progressBar.background": "#1c6b48",
120
+ "quickInput.background": "#ffffff",
121
+ "quickInput.foreground": "#393a34",
122
+ "quickInputList.focusBackground": "#f7f7f7",
123
+ "scrollbar.shadow": "#6a737d33",
124
+ "scrollbarSlider.activeBackground": "#393a3450",
125
+ "scrollbarSlider.background": "#393a3410",
126
+ "scrollbarSlider.hoverBackground": "#393a3450",
127
+ "settings.headerForeground": "#393a34",
128
+ "settings.modifiedItemIndicator": "#1c6b48",
129
+ "sideBar.background": "#ffffff",
130
+ "sideBar.border": "#f0f0f0",
131
+ "sideBar.foreground": "#4e4f47",
132
+ "sideBarSectionHeader.background": "#ffffff",
133
+ "sideBarSectionHeader.border": "#f0f0f0",
134
+ "sideBarSectionHeader.foreground": "#393a34",
135
+ "sideBarTitle.foreground": "#393a34",
136
+ "statusBar.background": "#ffffff",
137
+ "statusBar.border": "#f0f0f0",
138
+ "statusBar.debuggingBackground": "#f7f7f7",
139
+ "statusBar.debuggingForeground": "#4e4f47",
140
+ "statusBar.foreground": "#4e4f47",
141
+ "statusBar.noFolderBackground": "#ffffff",
142
+ "statusBarItem.prominentBackground": "#f7f7f7",
143
+ "tab.activeBackground": "#ffffff",
144
+ "tab.activeBorder": "#f0f0f0",
145
+ "tab.activeBorderTop": "#393a3490",
146
+ "tab.activeForeground": "#393a34",
147
+ "tab.border": "#f0f0f0",
148
+ "tab.hoverBackground": "#f7f7f7",
149
+ "tab.inactiveBackground": "#ffffff",
150
+ "tab.inactiveForeground": "#6a737d",
151
+ "tab.unfocusedActiveBorder": "#f0f0f0",
152
+ "tab.unfocusedActiveBorderTop": "#f0f0f0",
153
+ "tab.unfocusedHoverBackground": "#ffffff",
154
+ "terminal.ansiBlack": "#121212",
155
+ "terminal.ansiBlue": "#296aa3",
156
+ "terminal.ansiBrightBlack": "#aaaaaa",
157
+ "terminal.ansiBrightBlue": "#296aa3",
158
+ "terminal.ansiBrightCyan": "#2993a3",
159
+ "terminal.ansiBrightGreen": "#1e754f",
160
+ "terminal.ansiBrightMagenta": "#a13865",
161
+ "terminal.ansiBrightRed": "#ab5959",
162
+ "terminal.ansiBrightWhite": "#dddddd",
163
+ "terminal.ansiBrightYellow": "#bda437",
164
+ "terminal.ansiCyan": "#2993a3",
165
+ "terminal.ansiGreen": "#1e754f",
166
+ "terminal.ansiMagenta": "#a13865",
167
+ "terminal.ansiRed": "#ab5959",
168
+ "terminal.ansiWhite": "#dbd7ca",
169
+ "terminal.ansiYellow": "#bda437",
170
+ "terminal.foreground": "#393a34",
171
+ "terminal.selectionBackground": "#22222218",
172
+ "textBlockQuote.background": "#ffffff",
173
+ "textBlockQuote.border": "#f0f0f0",
174
+ "textCodeBlock.background": "#ffffff",
175
+ "textLink.activeForeground": "#1c6b48",
176
+ "textLink.foreground": "#1c6b48",
177
+ "textPreformat.foreground": "#586069",
178
+ "textSeparator.foreground": "#d1d5da",
179
+ "titleBar.activeBackground": "#ffffff",
180
+ "titleBar.activeForeground": "#4e4f47",
181
+ "titleBar.border": "#f7f7f7",
182
+ "titleBar.inactiveBackground": "#ffffff",
183
+ "titleBar.inactiveForeground": "#6a737d",
184
+ "tree.indentGuidesStroke": "#e1e4e8",
185
+ "welcomePage.buttonBackground": "#f6f8fa",
186
+ "welcomePage.buttonHoverBackground": "#e1e4e8"
187
+ },
188
+ displayName: "Vitesse Light",
189
+ name: "vitesse-light",
190
+ semanticHighlighting: !0,
191
+ semanticTokenColors: {
192
+ class: "#5a6aa6",
193
+ interface: "#2e808f",
194
+ namespace: "#b05a78",
195
+ property: "#998418",
196
+ type: "#2e808f"
197
+ },
198
+ tokenColors: [
199
+ {
200
+ scope: [
201
+ "comment",
202
+ "punctuation.definition.comment",
203
+ "string.comment"
204
+ ],
205
+ settings: {
206
+ foreground: "#a0ada0"
207
+ }
208
+ },
209
+ {
210
+ scope: [
211
+ "delimiter.bracket",
212
+ "delimiter",
213
+ "invalid.illegal.character-not-allowed-here.html",
214
+ "keyword.operator.rest",
215
+ "keyword.operator.spread",
216
+ "keyword.operator.type.annotation",
217
+ "keyword.operator.relational",
218
+ "keyword.operator.assignment",
219
+ "meta.brace",
220
+ "meta.tag.block.any.html",
221
+ "meta.tag.inline.any.html",
222
+ "meta.tag.structure.input.void.html",
223
+ "meta.type.annotation",
224
+ "meta.embedded.block.github-actions-expression",
225
+ "storage.type.function.arrow",
226
+ "keyword.operator.type",
227
+ "meta.objectliteral.ts",
228
+ "punctuation"
229
+ ],
230
+ settings: {
231
+ foreground: "#999999"
232
+ }
233
+ },
234
+ {
235
+ scope: [
236
+ "constant",
237
+ "entity.name.constant",
238
+ "variable.language",
239
+ "meta.definition.variable"
240
+ ],
241
+ settings: {
242
+ foreground: "#a65e2b"
243
+ }
244
+ },
245
+ {
246
+ scope: [
247
+ "entity",
248
+ "entity.name"
249
+ ],
250
+ settings: {
251
+ foreground: "#59873a"
252
+ }
253
+ },
254
+ {
255
+ scope: "variable.parameter.function",
256
+ settings: {
257
+ foreground: "#393a34"
258
+ }
259
+ },
260
+ {
261
+ scope: [
262
+ "entity.name.tag",
263
+ "tag.html"
264
+ ],
265
+ settings: {
266
+ foreground: "#1e754f"
267
+ }
268
+ },
269
+ {
270
+ scope: "entity.name.function",
271
+ settings: {
272
+ foreground: "#59873a"
273
+ }
274
+ },
275
+ {
276
+ scope: [
277
+ "keyword",
278
+ "storage.type.class.jsdoc"
279
+ ],
280
+ settings: {
281
+ foreground: "#1e754f"
282
+ }
283
+ },
284
+ {
285
+ scope: [
286
+ "storage",
287
+ "storage.type",
288
+ "support.type.builtin",
289
+ "constant.language.undefined",
290
+ "constant.language.null"
291
+ ],
292
+ settings: {
293
+ foreground: "#ab5959"
294
+ }
295
+ },
296
+ {
297
+ scope: [
298
+ "text.html.derivative",
299
+ "storage.modifier.package",
300
+ "storage.modifier.import",
301
+ "storage.type.java"
302
+ ],
303
+ settings: {
304
+ foreground: "#393a34"
305
+ }
306
+ },
307
+ {
308
+ scope: [
309
+ "string",
310
+ "string punctuation.section.embedded source",
311
+ "attribute.value"
312
+ ],
313
+ settings: {
314
+ foreground: "#b56959"
315
+ }
316
+ },
317
+ {
318
+ scope: [
319
+ "punctuation.definition.string",
320
+ "punctuation.support.type.property-name"
321
+ ],
322
+ settings: {
323
+ foreground: "#b5695999"
324
+ }
325
+ },
326
+ {
327
+ scope: "support",
328
+ settings: {
329
+ foreground: "#998418"
330
+ }
331
+ },
332
+ {
333
+ scope: [
334
+ "property",
335
+ "meta.property-name",
336
+ "meta.object-literal.key",
337
+ "entity.name.tag.yaml",
338
+ "attribute.name"
339
+ ],
340
+ settings: {
341
+ foreground: "#998418"
342
+ }
343
+ },
344
+ {
345
+ scope: [
346
+ "entity.other.attribute-name",
347
+ "invalid.deprecated.entity.other.attribute-name.html"
348
+ ],
349
+ settings: {
350
+ foreground: "#b07d48"
351
+ }
352
+ },
353
+ {
354
+ scope: [
355
+ "variable",
356
+ "identifier"
357
+ ],
358
+ settings: {
359
+ foreground: "#b07d48"
360
+ }
361
+ },
362
+ {
363
+ scope: [
364
+ "support.type.primitive",
365
+ "entity.name.type"
366
+ ],
367
+ settings: {
368
+ foreground: "#2e8f82"
369
+ }
370
+ },
371
+ {
372
+ scope: "namespace",
373
+ settings: {
374
+ foreground: "#b05a78"
375
+ }
376
+ },
377
+ {
378
+ scope: [
379
+ "keyword.operator",
380
+ "keyword.operator.assignment.compound",
381
+ "meta.var.expr.ts"
382
+ ],
383
+ settings: {
384
+ foreground: "#ab5959"
385
+ }
386
+ },
387
+ {
388
+ scope: "invalid.broken",
389
+ settings: {
390
+ fontStyle: "italic",
391
+ foreground: "#b31d28"
392
+ }
393
+ },
394
+ {
395
+ scope: "invalid.deprecated",
396
+ settings: {
397
+ fontStyle: "italic",
398
+ foreground: "#b31d28"
399
+ }
400
+ },
401
+ {
402
+ scope: "invalid.illegal",
403
+ settings: {
404
+ fontStyle: "italic",
405
+ foreground: "#b31d28"
406
+ }
407
+ },
408
+ {
409
+ scope: "invalid.unimplemented",
410
+ settings: {
411
+ fontStyle: "italic",
412
+ foreground: "#b31d28"
413
+ }
414
+ },
415
+ {
416
+ scope: "carriage-return",
417
+ settings: {
418
+ background: "#d73a49",
419
+ content: "^M",
420
+ fontStyle: "italic underline",
421
+ foreground: "#fafbfc"
422
+ }
423
+ },
424
+ {
425
+ scope: "message.error",
426
+ settings: {
427
+ foreground: "#b31d28"
428
+ }
429
+ },
430
+ {
431
+ scope: "string variable",
432
+ settings: {
433
+ foreground: "#b56959"
434
+ }
435
+ },
436
+ {
437
+ scope: [
438
+ "source.regexp",
439
+ "string.regexp"
440
+ ],
441
+ settings: {
442
+ foreground: "#ab5e3f"
443
+ }
444
+ },
445
+ {
446
+ scope: [
447
+ "string.regexp.character-class",
448
+ "string.regexp constant.character.escape",
449
+ "string.regexp source.ruby.embedded",
450
+ "string.regexp string.regexp.arbitrary-repitition"
451
+ ],
452
+ settings: {
453
+ foreground: "#b56959"
454
+ }
455
+ },
456
+ {
457
+ scope: "string.regexp constant.character.escape",
458
+ settings: {
459
+ foreground: "#bda437"
460
+ }
461
+ },
462
+ {
463
+ scope: [
464
+ "support.constant"
465
+ ],
466
+ settings: {
467
+ foreground: "#a65e2b"
468
+ }
469
+ },
470
+ {
471
+ scope: [
472
+ "constant.numeric",
473
+ "number"
474
+ ],
475
+ settings: {
476
+ foreground: "#2f798a"
477
+ }
478
+ },
479
+ {
480
+ scope: [
481
+ "keyword.other.unit"
482
+ ],
483
+ settings: {
484
+ foreground: "#ab5959"
485
+ }
486
+ },
487
+ {
488
+ scope: [
489
+ "constant.language.boolean",
490
+ "constant.language"
491
+ ],
492
+ settings: {
493
+ foreground: "#1e754f"
494
+ }
495
+ },
496
+ {
497
+ scope: "meta.module-reference",
498
+ settings: {
499
+ foreground: "#1c6b48"
500
+ }
501
+ },
502
+ {
503
+ scope: "punctuation.definition.list.begin.markdown",
504
+ settings: {
505
+ foreground: "#a65e2b"
506
+ }
507
+ },
508
+ {
509
+ scope: [
510
+ "markup.heading",
511
+ "markup.heading entity.name"
512
+ ],
513
+ settings: {
514
+ fontStyle: "bold",
515
+ foreground: "#1c6b48"
516
+ }
517
+ },
518
+ {
519
+ scope: "markup.quote",
520
+ settings: {
521
+ foreground: "#2e808f"
522
+ }
523
+ },
524
+ {
525
+ scope: "markup.italic",
526
+ settings: {
527
+ fontStyle: "italic",
528
+ foreground: "#393a34"
529
+ }
530
+ },
531
+ {
532
+ scope: "markup.bold",
533
+ settings: {
534
+ fontStyle: "bold",
535
+ foreground: "#393a34"
536
+ }
537
+ },
538
+ {
539
+ scope: "markup.raw",
540
+ settings: {
541
+ foreground: "#1c6b48"
542
+ }
543
+ },
544
+ {
545
+ scope: [
546
+ "markup.deleted",
547
+ "meta.diff.header.from-file",
548
+ "punctuation.definition.deleted"
549
+ ],
550
+ settings: {
551
+ background: "#ffeef0",
552
+ foreground: "#b31d28"
553
+ }
554
+ },
555
+ {
556
+ scope: [
557
+ "markup.inserted",
558
+ "meta.diff.header.to-file",
559
+ "punctuation.definition.inserted"
560
+ ],
561
+ settings: {
562
+ background: "#f0fff4",
563
+ foreground: "#22863a"
564
+ }
565
+ },
566
+ {
567
+ scope: [
568
+ "markup.changed",
569
+ "punctuation.definition.changed"
570
+ ],
571
+ settings: {
572
+ background: "#ffebda",
573
+ foreground: "#e36209"
574
+ }
575
+ },
576
+ {
577
+ scope: [
578
+ "markup.ignored",
579
+ "markup.untracked"
580
+ ],
581
+ settings: {
582
+ background: "#005cc5",
583
+ foreground: "#f6f8fa"
584
+ }
585
+ },
586
+ {
587
+ scope: "meta.diff.range",
588
+ settings: {
589
+ fontStyle: "bold",
590
+ foreground: "#6f42c1"
591
+ }
592
+ },
593
+ {
594
+ scope: "meta.diff.header",
595
+ settings: {
596
+ foreground: "#005cc5"
597
+ }
598
+ },
599
+ {
600
+ scope: "meta.separator",
601
+ settings: {
602
+ fontStyle: "bold",
603
+ foreground: "#005cc5"
604
+ }
605
+ },
606
+ {
607
+ scope: "meta.output",
608
+ settings: {
609
+ foreground: "#005cc5"
610
+ }
611
+ },
612
+ {
613
+ scope: [
614
+ "brackethighlighter.tag",
615
+ "brackethighlighter.curly",
616
+ "brackethighlighter.round",
617
+ "brackethighlighter.square",
618
+ "brackethighlighter.angle",
619
+ "brackethighlighter.quote"
620
+ ],
621
+ settings: {
622
+ foreground: "#586069"
623
+ }
624
+ },
625
+ {
626
+ scope: "brackethighlighter.unmatched",
627
+ settings: {
628
+ foreground: "#b31d28"
629
+ }
630
+ },
631
+ {
632
+ scope: [
633
+ "constant.other.reference.link",
634
+ "string.other.link",
635
+ "punctuation.definition.string.begin.markdown",
636
+ "punctuation.definition.string.end.markdown"
637
+ ],
638
+ settings: {
639
+ foreground: "#b56959"
640
+ }
641
+ },
642
+ {
643
+ scope: [
644
+ "markup.underline.link.markdown",
645
+ "markup.underline.link.image.markdown"
646
+ ],
647
+ settings: {
648
+ fontStyle: "underline",
649
+ foreground: "#393a3490"
650
+ }
651
+ },
652
+ {
653
+ scope: [
654
+ "type.identifier"
655
+ ],
656
+ settings: {
657
+ foreground: "#5a6aa6"
658
+ }
659
+ },
660
+ {
661
+ scope: [
662
+ "entity.other.attribute-name.html.vue"
663
+ ],
664
+ settings: {
665
+ foreground: "#59873a"
666
+ }
667
+ },
668
+ {
669
+ scope: [
670
+ "invalid.illegal.unrecognized-tag.html"
671
+ ],
672
+ settings: {
673
+ fontStyle: "normal"
674
+ }
675
+ }
676
+ ],
677
+ type: "light"
678
+ });
679
+ export {
680
+ e as default
681
+ };