xmlui 0.9.83 → 0.9.86

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 (75) hide show
  1. package/dist/lib/{index-aMRikNoc.mjs → index-Bm0sNu3Q.mjs} +17098 -21599
  2. package/dist/lib/index.css +1 -1
  3. package/dist/lib/{initMock-CYGUM37_.mjs → initMock-BJWFwa64.mjs} +1 -1
  4. package/dist/lib/language-server-web-worker.mjs +1 -1
  5. package/dist/lib/language-server.mjs +1 -1
  6. package/dist/lib/{server-common-LUcdzTQs.mjs → server-common-CfdMYx46.mjs} +4453 -4423
  7. package/dist/lib/syntax-monaco.d.ts +64 -0
  8. package/dist/lib/syntax-monaco.mjs +639 -0
  9. package/dist/lib/syntax-textmate.d.ts +2127 -0
  10. package/dist/lib/syntax-textmate.mjs +2491 -0
  11. package/dist/lib/xmlui-parser.d.ts +7 -1
  12. package/dist/lib/xmlui.d.ts +8 -2
  13. package/dist/lib/xmlui.mjs +1 -1
  14. package/dist/metadata/{collectedComponentMetadata-BD1Fa8Cz.mjs → collectedComponentMetadata-BLxDndi5.mjs} +19018 -23504
  15. package/dist/metadata/{initMock-CzVkUblk.mjs → initMock-DRxSMFJz.mjs} +1 -1
  16. package/dist/metadata/style.css +1 -1
  17. package/dist/metadata/xmlui-metadata.mjs +1 -1
  18. package/dist/metadata/xmlui-metadata.umd.js +138 -285
  19. package/dist/scripts/package.json +24 -4
  20. package/dist/scripts/src/components/APICall/APICall.js +4 -0
  21. package/dist/scripts/src/components/Accordion/Accordion.js +14 -4
  22. package/dist/scripts/src/components/AppState/AppState.js +7 -2
  23. package/dist/scripts/src/components/AutoComplete/AutoComplete.js +17 -3
  24. package/dist/scripts/src/components/Bookmark/Bookmark.js +1 -0
  25. package/dist/scripts/src/components/Carousel/Carousel.js +23 -5
  26. package/dist/scripts/src/components/Checkbox/Checkbox.js +15 -5
  27. package/dist/scripts/src/components/ColorPicker/ColorPicker.js +15 -3
  28. package/dist/scripts/src/components/ComponentProvider.js +0 -4
  29. package/dist/scripts/src/components/DatePicker/DatePicker.js +15 -3
  30. package/dist/scripts/src/components/DropdownMenu/DropdownMenu.js +8 -1
  31. package/dist/scripts/src/components/DropdownMenu/DropdownMenuNative.js +1 -0
  32. package/dist/scripts/src/components/ExpandableItem/ExpandableItem.js +16 -4
  33. package/dist/scripts/src/components/FileInput/FileInput.js +19 -6
  34. package/dist/scripts/src/components/Form/Form.js +12 -3
  35. package/dist/scripts/src/components/FormItem/FormItem.js +16 -5
  36. package/dist/scripts/src/components/FormItem/ItemWithLabel.js +5 -2
  37. package/dist/scripts/src/components/FormItem/Validations.js +4 -1
  38. package/dist/scripts/src/components/Heading/Heading.js +6 -0
  39. package/dist/scripts/src/components/Heading/HeadingNative.js +11 -1
  40. package/dist/scripts/src/components/HelloWorld/HelloWorld.js +8 -2
  41. package/dist/scripts/src/components/List/List.js +22 -4
  42. package/dist/scripts/src/components/ModalDialog/ModalDialog.js +14 -5
  43. package/dist/scripts/src/components/NumberBox/NumberBox.js +12 -3
  44. package/dist/scripts/src/components/NumberBox/NumberBox2.js +12 -3
  45. package/dist/scripts/src/components/Queue/Queue.js +38 -15
  46. package/dist/scripts/src/components/Select/Select.js +19 -4
  47. package/dist/scripts/src/components/Slider/Slider.js +15 -3
  48. package/dist/scripts/src/components/Switch/Switch.js +13 -3
  49. package/dist/scripts/src/components/Table/Table.js +26 -8
  50. package/dist/scripts/src/components/Tabs/Tabs.js +4 -1
  51. package/dist/scripts/src/components/TextArea/TextArea.js +8 -2
  52. package/dist/scripts/src/components/TextBox/TextBox.js +16 -4
  53. package/dist/scripts/src/components/Toggle/Toggle.js +9 -2
  54. package/dist/scripts/src/components/metadata-helpers.js +3 -3
  55. package/dist/standalone/xmlui-standalone.es.d.ts +9 -3
  56. package/dist/standalone/xmlui-standalone.umd.js +251 -251
  57. package/package.json +24 -4
  58. package/src/syntax/monaco/grammar.monacoLanguage.ts +283 -0
  59. package/src/syntax/monaco/index.ts +4 -0
  60. package/src/syntax/monaco/xmlui-dark.ts +24 -0
  61. package/src/syntax/monaco/xmlui-light.ts +24 -0
  62. package/src/syntax/monaco/xmluiscript.monacoLanguage.ts +337 -0
  63. package/src/syntax/textMate/index.ts +6 -0
  64. package/src/syntax/textMate/xmlui-dark.json +631 -0
  65. package/src/syntax/textMate/xmlui-light.json +565 -0
  66. package/src/syntax/textMate/xmlui.json +564 -0
  67. package/src/syntax/textMate/xmlui.tmLanguage.json +341 -0
  68. package/dist/lib/core-CvFpTAHi.mjs +0 -5775
  69. package/dist/lib/wasm-DQxwEHae.mjs +0 -7
  70. package/dist/metadata/core-D3puiNN6.mjs +0 -5771
  71. package/dist/metadata/wasm-DQxwEHae.mjs +0 -7
  72. package/dist/scripts/src/components-core/XmluiCodeHighlighter.js +0 -109
  73. package/dist/scripts/src/syntax/grammar.tmLanguage.json +0 -341
  74. package/dist/scripts/src/syntax/textMate/xmlui-dark.json +0 -631
  75. package/dist/scripts/src/syntax/textMate/xmlui-light.json +0 -565
@@ -1,565 +0,0 @@
1
- {
2
- "name": "xmlui-light",
3
- "type": "css",
4
- "colors": {
5
- "foreground": "#616161",
6
- "focusBorder": "#161F26",
7
- "widget.shadow": "#161F2694",
8
- "input.background": "#FFF",
9
- "input.border": "#161F26",
10
- "input.foreground": "#000",
11
- "input.placeholderForeground": "#a0a0a0",
12
- "inputOption.activeBorder": "#3E313C",
13
- "inputValidation.errorBackground": "#F44C5E",
14
- "inputValidation.errorForeground": "#FFF",
15
- "inputValidation.infoBackground": "#6182b8",
16
- "inputValidation.infoForeground": "#FFF",
17
- "inputValidation.warningBackground": "#F6B555",
18
- "inputValidation.warningForeground": "#000",
19
- "list.activeSelectionBackground": "#5899C5",
20
- "list.activeSelectionForeground": "#fff",
21
- "list.hoverBackground": "#d5e1ea",
22
- "list.hoverForeground": "#fff",
23
- "list.focusBackground": "#d5e1ea",
24
- "list.focusForeground": "#fff",
25
- "list.inactiveSelectionBackground": "#5899C5",
26
- "list.inactiveSelectionForeground": "#fff",
27
- "list.highlightForeground": "#2D3E4C",
28
- "list.inactiveFocusBackground": "#161F26",
29
- "list.invalidItemForeground": "#fff",
30
- "button.background": "#475663",
31
- "button.foreground": "#FFF",
32
- "button.hoverBackground": "#161F26",
33
- "scrollbar.shadow": "#ffffff00",
34
- "scrollbarSlider.activeBackground": "#161F267e",
35
- "scrollbarSlider.background": "#161F267e",
36
- "scrollbarSlider.hoverBackground": "#161F267e",
37
- "badge.background": "#8AE773",
38
- "progressBar.background": "#8AE773",
39
- "editor.background": "#FFF",
40
- "editor.foreground": "#000",
41
- "editor.lineHighlightBackground": "#EEEEEE",
42
- "editor.wordHighlightStrongBackground": "#EEEEEE",
43
- "editor.selectionBackground": "#AED4FB",
44
- "editorLineNumber.foreground": "#b9b9b9",
45
- "editorActiveLineNumber.foreground": "#475663",
46
- "editor.findMatchBackground": "#AED4FB",
47
- "editorHint.foreground": "#F9F9F9",
48
- "editorHint.border": "#F9F9F9",
49
- "editor.wordHighlightBackground": "#AED4FB",
50
- "terminal.border": "#2D3E4C",
51
- "terminal.foreground": "#161F26",
52
- "terminal.ansiBlack": "#000000",
53
- "terminal.ansiBlue": "#6182b8",
54
- "terminal.ansiBrightBlack": "#90a4ae",
55
- "terminal.ansiBrightBlue": "#6182b8",
56
- "terminal.ansiBrightCyan": "#39adb5",
57
- "terminal.ansiBrightGreen": "#91b859",
58
- "terminal.ansiBrightMagenta": "#7c4dff",
59
- "terminal.ansiBrightRed": "#e53935",
60
- "terminal.ansiBrightWhite": "#ffffff",
61
- "terminal.ansiBrightYellow": "#ffb62c",
62
- "terminal.ansiCyan": "#39adb5",
63
- "terminal.ansiGreen": "#91b859",
64
- "terminal.ansiMagenta": "#7c4dff",
65
- "terminal.ansiRed": "#e53935",
66
- "terminal.ansiWhite": "#ffffff",
67
- "terminal.ansiYellow": "#ffb62c",
68
- "terminal.selectionBackground": "#0006",
69
- "panelTitle.activeForeground": "#161F26",
70
- "activityBar.background": "#161F26",
71
- "activityBar.foreground": "#FFF",
72
- "activityBar.dropBackground": "#FFF",
73
- "activityBarBadge.background": "#8AE773",
74
- "activityBarBadge.foreground": "#FFF",
75
- "panel.border": "#2D3E4C",
76
- "dropdown.background": "#FFF",
77
- "dropdown.listBackground": "#FFF",
78
- "dropdown.border": "#DCDEDF",
79
- "dropdown.foreground": "#DCDEDF",
80
- "sideBar.background": "#2D3E4C",
81
- "sideBar.foreground": "#DCDEDF",
82
- "sideBarTitle.foreground": "#FFF",
83
- "sideBarSectionHeader.foreground": "#FFF",
84
- "sideBarSectionHeader.background": "#161F26",
85
- "debugToolBar.background": "#161F26",
86
- "tab.border": "#F3F3F3",
87
- "tab.activeBackground": "#FFF",
88
- "tab.inactiveForeground": "#686868",
89
- "tab.inactiveBackground": "#F3F3F3",
90
- "tab.activeForeground": "#000",
91
- "editorGroupHeader.tabsBackground": "#2D3E4C",
92
- "statusBar.foreground": "#FFF",
93
- "statusBar.background": "#5899C5",
94
- "statusBar.debuggingBackground": "#8AE773",
95
- "statusBar.noFolderBackground": "#161F26",
96
- "extensionButton.prominentBackground": "#475663",
97
- "extensionButton.prominentForeground": "#F6F6F6",
98
- "extensionButton.prominentHoverBackground": "#161F26",
99
- "gitDecoration.modifiedResourceForeground": "#ECB22E",
100
- "gitDecoration.deletedResourceForeground": "#FFF",
101
- "gitDecoration.untrackedResourceForeground": "#ECB22E",
102
- "gitDecoration.ignoredResourceForeground": "#877583",
103
- "gitDecoration.addedResourceForeground": "#ECB22E",
104
- "gitDecoration.conflictingResourceForeground": "#FFF",
105
- "notificationCenter.border": "#161F26",
106
- "notificationToast.border": "#161F26",
107
- "notifications.foreground": "#FFF",
108
- "notifications.background": "#161F26",
109
- "notifications.border": "#161F26",
110
- "notificationCenterHeader.foreground": "#FFF",
111
- "notificationLink.foreground": "#FFF",
112
- "titleBar.activeBackground": "#2D3E4C",
113
- "titleBar.activeForeground": "#FFF",
114
- "titleBar.inactiveBackground": "#161F26",
115
- "titleBar.inactiveForeground": "#685C66",
116
- "titleBar.border": "#2D3E4C",
117
- "welcomePage.buttonBackground": "#F3F3F3",
118
- "welcomePage.buttonHoverBackground": "#ECECEC",
119
- "editorWidget.background": "#F9F9F9",
120
- "editorWidget.border": "#dbdbdb",
121
- "editorSuggestWidget.foreground": "#2D3E4C",
122
- "editorSuggestWidget.highlightForeground": "#2D3E4C",
123
- "editorSuggestWidget.selectedBackground": "#b9b9b9",
124
- "editorGroup.emptyBackground": "#2D3E4C",
125
- "editorGroup.focusedEmptyBorder": "#2D3E4C",
126
- "editorPane.background": "#2D3E4C",
127
- "breadcrumb.foreground": "#161F26",
128
- "breadcrumb.focusForeground": "#475663",
129
- "settings.headerForeground": "#161F26",
130
- "settings.dropdownForeground": "#161F26",
131
- "settings.dropdownBorder": "#161F26",
132
- "menu.separatorBackground": "#F9FAFA",
133
- "menu.background": "#161F26",
134
- "menu.foreground": "#F9FAFA",
135
- "textPreformat.foreground": "#161F26",
136
- "editorIndentGuide.background": "#F3F3F3",
137
- "editorIndentGuide.activeBackground": "#dbdbdb",
138
- "debugExceptionWidget.background": "#AED4FB",
139
- "debugExceptionWidget.border": "#161F26",
140
- "editorMarkerNavigation.background": "#F9F9F9",
141
- "editorMarkerNavigationInfo.background": "#6182b8",
142
- "editorMarkerNavigationError.background": "#F44C5E",
143
- "editorMarkerNavigationWarning.background": "#F6B555"
144
- },
145
- "tokenColors": [
146
- {
147
- "scope": ["support.class.tag.component"],
148
- "settings": {
149
- "foreground": "#B33175"
150
- }
151
- },
152
- {
153
- "scope": ["punctuation.definition.tag"],
154
- "settings": {
155
- "foreground": "#66748E"
156
- }
157
- },
158
- {
159
- "scope": ["entity.other.attribute-name.localname"],
160
- "settings": {
161
- "foreground": "#2d2d2d"
162
- }
163
- },
164
- {
165
- "scope": ["keyword.operator"],
166
- "settings": {
167
- "foreground": "#2d2d2d"
168
- }
169
- },
170
- {
171
- "scope": ["string.xmlui"],
172
- "settings": {
173
- "foreground": "#0074a9"
174
- }
175
- },
176
- {
177
- "scope": ["entity.name.function"],
178
- "settings": {
179
- "foreground": "#02A1A1"
180
- }
181
- },
182
- {
183
- "scope": ["entity.name.tag.localname"],
184
- "settings": {
185
- "foreground": "#005AE1"
186
- }
187
- },
188
- {
189
- "scope": ["punctuation.definition.comment.xmlui"],
190
- "settings": {
191
- "foreground": "#606060"
192
- }
193
- },
194
- {
195
- "scope": ["comment.block.xmlui"],
196
- "settings": {
197
- "foreground": "#606060",
198
- "fontStyle": "italic"
199
- }
200
- },
201
- {
202
- "scope": ["constant.character.escape.xmlui"],
203
- "settings": {
204
- "foreground": "#00B248"
205
- }
206
- },
207
- {
208
- "scope": ["punctuation.definition.constant.xmlui"],
209
- "settings": {
210
- "foreground": "#708C00"
211
- }
212
- },
213
- {
214
- "scope": ["storage.xmlui"],
215
- "settings": {
216
- "foreground": "#079CF1"
217
- }
218
- },
219
- {
220
- "scope": ["punctuation.definition.block.xmlui"],
221
- "settings": {
222
- "foreground": "#F07100"
223
- }
224
- },
225
- {
226
- "settings": {
227
- "foreground": "#4e5fb3"
228
- }
229
- },
230
- {
231
- "scope": ["string.quoted.single", "string.quoted.double"],
232
- "settings": {
233
- "foreground": "#0074a9"
234
- }
235
- },
236
- {
237
- "scope": ["meta.paragraph.markdown", "string.other.link.description.title.markdown"],
238
- "settings": {
239
- "foreground": "#110000"
240
- }
241
- },
242
- {
243
- "scope": ["entity.name.section.markdown", "punctuation.definition.heading.markdown"],
244
- "settings": {
245
- "foreground": "#034c7c"
246
- }
247
- },
248
- {
249
- "scope": [
250
- "punctuation.definition.string.begin.markdown",
251
- "punctuation.definition.string.end.markdown",
252
- "markup.quote.markdown"
253
- ],
254
- "settings": {
255
- "foreground": "#00AC8F"
256
- }
257
- },
258
- {
259
- "scope": ["markup.quote.markdown"],
260
- "settings": {
261
- "fontStyle": "italic",
262
- "foreground": "#003494"
263
- }
264
- },
265
- {
266
- "scope": ["markup.bold.markdown", "punctuation.definition.bold.markdown"],
267
- "settings": {
268
- "fontStyle": "bold",
269
- "foreground": "#4e76b5"
270
- }
271
- },
272
- {
273
- "scope": ["markup.italic.markdown", "punctuation.definition.italic.markdown"],
274
- "settings": {
275
- "fontStyle": "italic",
276
- "foreground": "#C792EA"
277
- }
278
- },
279
- {
280
- "scope": ["markup.inline.raw.string.markdown", "markup.fenced_code.block.markdown"],
281
- "settings": {
282
- "fontStyle": "italic",
283
- "foreground": "#0460b1"
284
- }
285
- },
286
- {
287
- "scope": ["punctuation.definition.metadata.markdown"],
288
- "settings": {
289
- "foreground": "#00AC8F"
290
- }
291
- },
292
- {
293
- "scope": ["markup.underline.link.image.markdown", "markup.underline.link.markdown"],
294
- "settings": {
295
- "foreground": "#924205"
296
- }
297
- },
298
- {
299
- "name": "Component Tag",
300
- "scope": "component.tag",
301
- "settings": {
302
- "foreground": "#1174FF"
303
- }
304
- },
305
- {
306
- "name": "Attribute name",
307
- "scope": "attribute.name",
308
- "settings": {
309
- "fontStyle": "italic",
310
- "foreground": "#FF8D23"
311
- }
312
- },
313
- {
314
- "name": "Attribute value",
315
- "scope": "attribute.value",
316
- "settings": {
317
- "foreground": "#2E39B4"
318
- }
319
- },
320
- {
321
- "name": "Helper Tag",
322
- "scope": "helper.tag",
323
- "settings": {
324
- "foreground": "#32D158"
325
- }
326
- },
327
- {
328
- "name": "Library function",
329
- "scope": "support.function",
330
- "settings": {
331
- "fontStyle": "",
332
- "foreground": "#1ab394"
333
- }
334
- },
335
- {
336
- "name": "Library constant",
337
- "scope": "support.constant",
338
- "settings": {
339
- "fontStyle": "",
340
- "foreground": "#2E39B4"
341
- }
342
- },
343
- {
344
- "name": "Library class/type",
345
- "scope": ["support.type", "support.class"],
346
- "settings": {
347
- "foreground": "#2D2D2D"
348
- }
349
- },
350
- {
351
- "name": "Library variable",
352
- "scope": "support.other.variable",
353
- "settings": {
354
- "foreground": "#224555"
355
- }
356
- },
357
- {
358
- "name": "Invalid",
359
- "scope": "invalid",
360
- "settings": {
361
- "fontStyle": " italic bold underline",
362
- "foreground": "#207bb8"
363
- }
364
- },
365
- {
366
- "name": "Invalid deprecated",
367
- "scope": "invalid.deprecated",
368
- "settings": {
369
- "foreground": "#207bb8",
370
- "fontStyle": " bold italic underline"
371
- }
372
- },
373
- {
374
- "name": "[JSON] - Support",
375
- "scope": "source.json support",
376
- "settings": {
377
- "foreground": "#6dbdfa"
378
- }
379
- },
380
- {
381
- "name": "[JSON] - String",
382
- "scope": ["source.json string", "source.json punctuation.definition.string"],
383
- "settings": {
384
- "foreground": "#0074A9"
385
- }
386
- },
387
- {
388
- "name": "Lists",
389
- "scope": "markup.list",
390
- "settings": {
391
- "foreground": "#207bb8"
392
- }
393
- },
394
- {
395
- "name": "Headings",
396
- "scope": ["markup.heading punctuation.definition.heading", "entity.name.section"],
397
- "settings": {
398
- "fontStyle": "",
399
- "foreground": "#4FB4D8"
400
- }
401
- },
402
- {
403
- "name": "Support",
404
- "scope": [
405
- "text.html.markdown meta.paragraph meta.link.inline",
406
- "text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.begin.markdown",
407
- "text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.end.markdown"
408
- ],
409
- "settings": {
410
- "foreground": "#87429A"
411
- }
412
- },
413
- {
414
- "name": "Quotes",
415
- "scope": "markup.quote",
416
- "settings": {
417
- "foreground": "#87429A"
418
- }
419
- },
420
- {
421
- "name": "Bold",
422
- "scope": "markup.bold",
423
- "settings": {
424
- "fontStyle": "bold",
425
- "foreground": "#08134A"
426
- }
427
- },
428
- {
429
- "name": "Italic",
430
- "scope": ["markup.italic", "punctuation.definition.italic"],
431
- "settings": {
432
- "fontStyle": "italic",
433
- "foreground": "#2E39B4"
434
- }
435
- },
436
- {
437
- "name": "Link Url",
438
- "scope": "meta.link",
439
- "settings": {
440
- "foreground": "#87429A"
441
- }
442
- },
443
- {
444
- "name": "String",
445
- "scope": "string",
446
- "settings": {
447
- "foreground": "#152dd0"
448
- }
449
- },
450
- {
451
- "name": "Number",
452
- "scope": "constant.numeric",
453
- "settings": {
454
- "foreground": "#2E39B4"
455
- }
456
- },
457
- {
458
- "name": "Constant",
459
- "scope": "constant",
460
- "settings": {
461
- "foreground": "#2E39B4"
462
- }
463
- },
464
- {
465
- "name": "Built-in constant",
466
- "scope": "language.method",
467
- "settings": {
468
- "foreground": "#2E39B4"
469
- }
470
- },
471
- {
472
- "name": "User-defined constant",
473
- "scope": ["constant.character", "constant.other"],
474
- "settings": {
475
- "foreground": "#2E39B4"
476
- }
477
- },
478
- {
479
- "name": "Variable",
480
- "scope": "variable",
481
- "settings": {
482
- "fontStyle": "",
483
- "foreground": "#2f86d2"
484
- }
485
- },
486
- {
487
- "name": "Variable",
488
- "scope": "variable.language.this",
489
- "settings": {
490
- "fontStyle": "",
491
- "foreground": "#000000"
492
- }
493
- },
494
- {
495
- "name": "Keyword",
496
- "scope": "keyword",
497
- "settings": {
498
- "fontStyle": "",
499
- "foreground": "#7b30d0"
500
- }
501
- },
502
- {
503
- "name": "Storage",
504
- "scope": "storage",
505
- "settings": {
506
- "fontStyle": "",
507
- "foreground": "#da5221"
508
- }
509
- },
510
- {
511
- "name": "Storage type",
512
- "scope": "storage.type",
513
- "settings": {
514
- "foreground": "#0991b6",
515
- "fontStyle": ""
516
- }
517
- },
518
- {
519
- "name": "Class name",
520
- "scope": "entity.name.class",
521
- "settings": {
522
- "foreground": "#1172c7"
523
- }
524
- },
525
- {
526
- "name": "Inherited class",
527
- "scope": "entity.other.inherited-class",
528
- "settings": {
529
- "fontStyle": "",
530
- "foreground": "#b02767"
531
- }
532
- },
533
- {
534
- "name": "Function argument",
535
- "scope": "variable.parameter",
536
- "settings": {
537
- "foreground": "#b1108e",
538
- "fontStyle": ""
539
- }
540
- },
541
- {
542
- "name": "Tag name",
543
- "scope": "entity.name.tag",
544
- "settings": {
545
- "fontStyle": "",
546
- "foreground": "#0444ac"
547
- }
548
- },
549
- {
550
- "name": "Html Other",
551
- "scope": "text.html.basic",
552
- "settings": {
553
- "fontStyle": "",
554
- "foreground": "#0071ce"
555
- }
556
- },
557
- {
558
- "name": "Entity Name Type",
559
- "scope": "entity.name.type",
560
- "settings": {
561
- "foreground": "#0444ac"
562
- }
563
- }
564
- ]
565
- }