@codingame/monaco-vscode-theme-defaults-default-extension 29.0.0 → 29.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.
package/index.js CHANGED
@@ -4,8 +4,8 @@ var manifest = {name:"theme-defaults",displayName:"%displayName%",description:"%
4
4
 
5
5
  const { registerFileUrl, whenReady } = registerExtension(manifest, undefined, {"system":true});
6
6
  registerFileUrl('./fileicons/vs_minimal-icon-theme.json', new URL('./resources/vs_minimal-icon-theme.json', import.meta.url).toString(), {"mimeType":"application/json","size":1094});
7
- registerFileUrl('./themes/2026-dark.json', new URL('./resources/2026-dark.json', import.meta.url).toString(), {"mimeType":"application/json","size":15604});
8
- registerFileUrl('./themes/2026-light.json', new URL('./resources/2026-light.json', import.meta.url).toString(), {"mimeType":"application/json","size":15488});
7
+ registerFileUrl('./themes/2026-dark.json', new URL('./resources/2026-dark.json', import.meta.url).toString(), {"mimeType":"application/json","size":15578});
8
+ registerFileUrl('./themes/2026-light.json', new URL('./resources/2026-light.json', import.meta.url).toString(), {"mimeType":"application/json","size":15462});
9
9
  registerFileUrl('./themes/dark_modern.json', new URL('./resources/dark_modern.json', import.meta.url).toString(), {"mimeType":"application/json","size":4670});
10
10
  registerFileUrl('./themes/dark_plus.json', new URL('./resources/dark_plus.json', import.meta.url).toString(), {"mimeType":"application/json","size":3684});
11
11
  registerFileUrl('./themes/dark_vs.json', new URL('./resources/dark_vs.json', import.meta.url).toString(), {"mimeType":"application/json","size":6165});
@@ -26,5 +26,11 @@ registerFileUrl('fileicons/images/root-folder-open-dark.svg', new URL('./resourc
26
26
  registerFileUrl('fileicons/images/root-folder-open-light.svg', new URL('./resources/root-folder-open-light.svg', import.meta.url).toString(), {"mimeType":"image/svg+xml","size":930});
27
27
  registerFileUrl('package.json', new URL('./resources/package.json', import.meta.url).toString(), {"mimeType":"application/json","size":1505});
28
28
  registerFileUrl('package.nls.json', new URL('./resources/package.nls.json', import.meta.url).toString(), {"mimeType":"application/json","size":555});
29
+ registerFileUrl('themes/dark_modern.json', new URL('./resources/dark_modern.json', import.meta.url).toString(), {"mimeType":"application/json","size":4670});
30
+ registerFileUrl('themes/dark_plus.json', new URL('./resources/dark_plus.json', import.meta.url).toString(), {"mimeType":"application/json","size":3684});
31
+ registerFileUrl('themes/dark_vs.json', new URL('./resources/dark_vs.json', import.meta.url).toString(), {"mimeType":"application/json","size":6165});
32
+ registerFileUrl('themes/light_modern.json', new URL('./resources/light_modern.json', import.meta.url).toString(), {"mimeType":"application/json","size":5468});
33
+ registerFileUrl('themes/light_plus.json', new URL('./resources/light_plus.json', import.meta.url).toString(), {"mimeType":"application/json","size":3725});
34
+ registerFileUrl('themes/light_vs.json', new URL('./resources/light_vs.json', import.meta.url).toString(), {"mimeType":"application/json","size":7037});
29
35
 
30
36
  export { whenReady };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-theme-defaults-default-extension",
3
- "version": "29.0.0",
3
+ "version": "29.1.0",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -18,6 +18,6 @@
18
18
  "module": "index.js",
19
19
  "types": "index.d.ts",
20
20
  "dependencies": {
21
- "@codingame/monaco-vscode-api": "29.0.0"
21
+ "@codingame/monaco-vscode-api": "29.1.0"
22
22
  }
23
23
  }
@@ -1 +1 @@
1
- {"$schema":"vscode://schemas/color-theme","name":"2026 Dark","include":"../../theme-defaults/themes/dark_modern.json","type":"dark","colors":{"foreground":"#bfbfbf","disabledForeground":"#555555","errorForeground":"#f48771","descriptionForeground":"#8C8C8C","icon.foreground":"#8C8C8C","focusBorder":"#3994BCB3","textBlockQuote.background":"#242526","textBlockQuote.border":"#2A2B2CFF","textCodeBlock.background":"#242526","textLink.foreground":"#48A0C7","textLink.activeForeground":"#53A5CA","textPreformat.background":"#262626","textPreformat.foreground":"#8C8C8C","textSeparator.foreground":"#2a2a2aFF","button.background":"#297AA0","button.foreground":"#FFFFFF","button.hoverBackground":"#2B7DA3","button.border":"#333536FF","button.secondaryHoverBackground":"#FFFFFF10","checkbox.background":"#242526","checkbox.border":"#333536","checkbox.foreground":"#8C8C8C","dropdown.background":"#191A1B","dropdown.border":"#333536","dropdown.foreground":"#bfbfbf","dropdown.listBackground":"#191A1B","input.background":"#191A1B","input.border":"#333536FF","input.foreground":"#bfbfbf","input.placeholderForeground":"#555555","inputOption.activeBackground":"#3994BC33","inputOption.activeForeground":"#bfbfbf","inputOption.activeBorder":"#2A2B2CFF","inputValidation.infoBackground":"#1E3A47","inputValidation.infoBorder":"#3994BC","inputValidation.infoForeground":"#bfbfbf","inputValidation.warningBackground":"#352A05","inputValidation.warningBorder":"#B89500","inputValidation.warningForeground":"#bfbfbf","inputValidation.errorBackground":"#3A1D1D","inputValidation.errorBorder":"#BE1100","inputValidation.errorForeground":"#bfbfbf","scrollbar.shadow":"#191B1D4D","scrollbarSlider.background":"#83848533","scrollbarSlider.hoverBackground":"#83848566","scrollbarSlider.activeBackground":"#83848599","badge.background":"#3994BCF0","badge.foreground":"#FFFFFF","progressBar.background":"#878889","list.activeSelectionBackground":"#3994BC26","list.activeSelectionForeground":"#ededed","list.inactiveSelectionBackground":"#2C2D2E","list.inactiveSelectionForeground":"#ededed","list.hoverBackground":"#FFFFFF0D","list.hoverForeground":"#bfbfbf","list.dropBackground":"#3994BC1A","toolbar.hoverBackground":"#FFFFFF18","list.focusBackground":"#3994BC26","list.focusForeground":"#bfbfbf","list.focusOutline":"#3994BCB3","list.highlightForeground":"#48A0C7","list.invalidItemForeground":"#444444","list.errorForeground":"#f48771","list.warningForeground":"#e5ba7d","activityBar.background":"#191A1B","activityBar.foreground":"#bfbfbf","activityBar.inactiveForeground":"#8C8C8C","activityBar.border":"#2A2B2CFF","activityBar.activeBorder":"#bfbfbf","activityBar.activeFocusBorder":"#3994BCB3","activityBarBadge.background":"#3994BC","activityBarBadge.foreground":"#FFFFFF","activityBarTop.activeBorder":"#bfbfbf","sideBar.background":"#191A1B","sideBar.foreground":"#bfbfbf","sideBar.border":"#2A2B2CFF","sideBarTitle.foreground":"#bfbfbf","sideBarSectionHeader.background":"#191A1B","sideBarSectionHeader.foreground":"#bfbfbf","sideBarSectionHeader.border":"#2A2B2CFF","titleBar.activeBackground":"#191A1B","titleBar.activeForeground":"#8C8C8C","titleBar.inactiveBackground":"#191A1B","titleBar.inactiveForeground":"#8C8C8C","titleBar.border":"#2A2B2CFF","menubar.selectionBackground":"#242526","menubar.selectionForeground":"#bfbfbf","menu.background":"#202122","menu.foreground":"#bfbfbf","menu.selectionBackground":"#3994BC26","menu.selectionForeground":"#bfbfbf","menu.separatorBackground":"#2A2B2C","menu.border":"#2A2B2CFF","commandCenter.foreground":"#bfbfbf","commandCenter.activeForeground":"#bfbfbf","commandCenter.background":"#191A1B","commandCenter.activeBackground":"#FFFFFF0F","commandCenter.border":"#2E3031","editor.background":"#121314","editor.foreground":"#BBBEBF","editorStickyScroll.background":"#121314","editorStickyScrollHover.background":"#202122","editorStickyScroll.border":"#2A2B2CFF","editorLineNumber.foreground":"#858889","editorLineNumber.activeForeground":"#BBBEBF","editorCursor.foreground":"#BBBEBF","editor.selectionBackground":"#276782dd","editor.inactiveSelectionBackground":"#27678260","editor.selectionHighlightBackground":"#27678260","editor.wordHighlightBackground":"#27678250","editor.wordHighlightStrongBackground":"#27678280","editor.findMatchBackground":"#27678290","editor.findMatchHighlightBackground":"#27678280","editor.findRangeHighlightBackground":"#242526","editor.hoverHighlightBackground":"#242526","editor.lineHighlightBackground":"#242526","editor.rangeHighlightBackground":"#242526","editorLink.activeForeground":"#3a94bc","editorWhitespace.foreground":"#8C8C8C4D","editorIndentGuide.background":"#8384854D","editorIndentGuide.activeBackground":"#838485","editorRuler.foreground":"#848484","editorCodeLens.foreground":"#8C8C8C","editorBracketMatch.background":"#3994BC55","editorBracketMatch.border":"#2A2B2CFF","editorWidget.background":"#202122","editorWidget.border":"#2A2B2CFF","editorWidget.foreground":"#bfbfbf","editorSuggestWidget.background":"#202122","editorSuggestWidget.border":"#2A2B2CFF","editorSuggestWidget.foreground":"#bfbfbf","editorSuggestWidget.highlightForeground":"#bfbfbf","editorSuggestWidget.selectedBackground":"#3994BC26","editorHoverWidget.background":"#202122","editorHoverWidget.border":"#2A2B2CFF","widget.border":"#2A2B2CFF","peekView.border":"#2A2B2CFF","peekViewEditor.background":"#191A1B","peekViewEditor.matchHighlightBackground":"#3994BC33","peekViewResult.background":"#191A1B","peekViewResult.fileForeground":"#bfbfbf","peekViewResult.lineForeground":"#8C8C8C","peekViewResult.matchHighlightBackground":"#3994BC33","peekViewResult.selectionBackground":"#3994BC26","peekViewResult.selectionForeground":"#bfbfbf","peekViewTitle.background":"#242526","peekViewTitleDescription.foreground":"#8C8C8C","peekViewTitleLabel.foreground":"#bfbfbf","editorGutter.background":"#121314","editorGutter.addedBackground":"#72C892","editorGutter.deletedBackground":"#F28772","diffEditor.insertedLineBackground":"#347d3926","diffEditor.insertedTextBackground":"#57ab5a4d","diffEditor.removedLineBackground":"#c93c3726","diffEditor.removedTextBackground":"#f470674d","editorOverviewRuler.border":"#2A2B2CFF","editorOverviewRuler.findMatchForeground":"#3a94bc99","editorOverviewRuler.modifiedForeground":"#6ab890","editorOverviewRuler.addedForeground":"#73c991","editorOverviewRuler.deletedForeground":"#f48771","editorOverviewRuler.errorForeground":"#f48771","editorOverviewRuler.warningForeground":"#e5ba7d","panel.background":"#191A1B","panel.border":"#2A2B2CFF","panelTitle.activeBorder":"#3994BC","panelTitle.activeForeground":"#bfbfbf","panelTitle.inactiveForeground":"#8C8C8C","statusBar.background":"#191A1B","statusBar.foreground":"#8C8C8C","statusBar.border":"#2A2B2CFF","statusBar.focusBorder":"#3994BCB3","statusBar.debuggingBackground":"#3994BC","statusBar.debuggingForeground":"#FFFFFF","statusBar.noFolderBackground":"#191A1B","statusBar.noFolderForeground":"#8C8C8C","statusBarItem.activeBackground":"#4B4C4D","statusBarItem.hoverBackground":"#262728","statusBarItem.focusBorder":"#3994BCB3","statusBarItem.prominentBackground":"#3994BC","statusBarItem.prominentForeground":"#FFFFFF","statusBarItem.prominentHoverBackground":"#3994BC","tab.activeBackground":"#121314","tab.activeForeground":"#bfbfbf","tab.inactiveBackground":"#191A1B","tab.inactiveForeground":"#8C8C8C","tab.border":"#2A2B2CFF","tab.lastPinnedBorder":"#2A2B2CFF","tab.activeBorderTop":"#3994BC","tab.hoverBackground":"#121314","tab.hoverForeground":"#bfbfbf","tab.unfocusedActiveBackground":"#121314","tab.unfocusedActiveForeground":"#8C8C8C","tab.unfocusedInactiveBackground":"#191A1B","tab.unfocusedInactiveForeground":"#444444","editorGroupHeader.tabsBackground":"#191A1B","tab.activeBorder":"#121314","editorGroupHeader.tabsBorder":"#2A2B2CFF","breadcrumb.foreground":"#8C8C8C","breadcrumb.background":"#121314","breadcrumb.focusForeground":"#bfbfbf","breadcrumb.activeSelectionForeground":"#bfbfbf","breadcrumbPicker.background":"#202122","notificationCenter.border":"#2A2B2CFF","notificationCenterHeader.foreground":"#bfbfbf","notificationCenterHeader.background":"#242526","notificationToast.border":"#2A2B2CFF","notifications.foreground":"#bfbfbf","notifications.background":"#202122","notifications.border":"#2A2B2CFF","notificationLink.foreground":"#3a94bc","notificationsWarningIcon.foreground":"#CCA700","notificationsErrorIcon.foreground":"#f48771","notificationsInfoIcon.foreground":"#3a94bc","activityWarningBadge.foreground":"#202020","activityWarningBadge.background":"#CCA700","activityErrorBadge.foreground":"#FFFFFF","activityErrorBadge.background":"#f48771","extensionButton.prominentBackground":"#297AA0","extensionButton.prominentForeground":"#FFFFFF","extensionButton.prominentHoverBackground":"#2B7DA3","pickerGroup.border":"#2A2B2CFF","pickerGroup.foreground":"#bfbfbf","quickInput.background":"#202122","quickInput.foreground":"#bfbfbf","quickInputList.focusBackground":"#3994BC26","quickInputList.focusForeground":"#bfbfbf","quickInputList.focusIconForeground":"#bfbfbf","quickInputList.hoverBackground":"#262728","terminal.selectionBackground":"#3994BC33","terminal.background":"#191A1B","terminal.border":"#2A2B2CFF","terminal.tab.activeBorder":"#3994BC00","terminalCursor.foreground":"#bfbfbf","terminalCursor.background":"#191A1B","gitDecoration.addedResourceForeground":"#73c991","gitDecoration.modifiedResourceForeground":"#e5ba7d","gitDecoration.deletedResourceForeground":"#f48771","gitDecoration.untrackedResourceForeground":"#73c991","gitDecoration.ignoredResourceForeground":"#8C8C8C","gitDecoration.conflictingResourceForeground":"#f48771","gitDecoration.stageModifiedResourceForeground":"#e5ba7d","gitDecoration.stageDeletedResourceForeground":"#f48771","quickInputTitle.background":"#202122","commandCenter.activeBorder":"#333536","quickInput.border":"#333536","gauge.foreground":"#59a4f9","gauge.background":"#58A4F94D","gauge.border":"#2A2C2EFF","gauge.warningForeground":"#e5ba7d","gauge.warningBackground":"#E3B97E4D","gauge.errorForeground":"#f48771","gauge.errorBackground":"#F287724D","chat.requestBubbleBackground":"#ffffff13","chat.requestBubbleHoverBackground":"#ffffff22","editorCommentsWidget.rangeBackground":"#488FAE26","editorCommentsWidget.rangeActiveBackground":"#488FAE46","charts.foreground":"#CCCCCC","charts.lines":"#C8CACC80","charts.blue":"#57A3F8","charts.red":"#EF8773","charts.yellow":"#E0B97F","charts.orange":"#CD861A","charts.green":"#86CF86","charts.purple":"#AD80D7","inlineChat.border":"#00000000","minimapSlider.background":"#83848533","minimapSlider.hoverBackground":"#83848566","minimapSlider.activeBackground":"#83848599"},"tokenColors":[{"scope":["comment","punctuation.definition.comment","string.comment"],"settings":{"foreground":"#8b949e"}},{"scope":["constant.other.placeholder","constant.character"],"settings":{"foreground":"#ff7b72"}},{"scope":["constant","entity.name.constant","variable.other.constant","variable.other.enummember","variable.language","entity"],"settings":{"foreground":"#79c0ff"}},{"scope":["entity.name","meta.export.default","meta.definition.variable"],"settings":{"foreground":"#ffa657"}},{"scope":["variable.parameter.function","meta.jsx.children","meta.block","meta.tag.attributes","entity.name.constant","meta.object.member","meta.embedded.expression"],"settings":{"foreground":"#c9d1d9"}},{"scope":"entity.name.function","settings":{"foreground":"#d2a8ff"}},{"scope":["entity.name.tag","support.class.component"],"settings":{"foreground":"#7ee787"}},{"scope":"keyword","settings":{"foreground":"#ff7b72"}},{"scope":["storage","storage.type"],"settings":{"foreground":"#ff7b72"}},{"scope":["storage.modifier.package","storage.modifier.import","storage.type.java"],"settings":{"foreground":"#c9d1d9"}},{"scope":["string","string punctuation.section.embedded source"],"settings":{"foreground":"#a5d6ff"}},{"scope":"support","settings":{"foreground":"#79c0ff"}},{"scope":"meta.property-name","settings":{"foreground":"#79c0ff"}},{"scope":"variable","settings":{"foreground":"#ffa657"}},{"scope":"variable.other","settings":{"foreground":"#c9d1d9"}},{"scope":"invalid.broken","settings":{"foreground":"#ffa198","fontStyle":"italic"}},{"scope":"invalid.deprecated","settings":{"foreground":"#ffa198","fontStyle":"italic"}},{"scope":"invalid.illegal","settings":{"foreground":"#ffa198","fontStyle":"italic"}},{"scope":"invalid.unimplemented","settings":{"foreground":"#ffa198","fontStyle":"italic"}},{"scope":"carriage-return","settings":{"foreground":"#f0f6fc","background":"#8b1111","fontStyle":"italic underline","content":"^M"}},{"scope":"message.error","settings":{"foreground":"#ffa198"}},{"scope":"string variable","settings":{"foreground":"#79c0ff"}},{"scope":["source.regexp","string.regexp"],"settings":{"foreground":"#a5d6ff"}},{"scope":["string.regexp.character-class","string.regexp constant.character.escape","string.regexp source.ruby.embedded","string.regexp string.regexp.arbitrary-repitition"],"settings":{"foreground":"#a5d6ff"}},{"scope":"string.regexp constant.character.escape","settings":{"foreground":"#7ee787","fontStyle":"bold"}},{"scope":"support.constant","settings":{"foreground":"#79c0ff"}},{"scope":"support.variable","settings":{"foreground":"#79c0ff"}},{"scope":"support.type.property-name.json","settings":{"foreground":"#7ee787"}},{"scope":"meta.module-reference","settings":{"foreground":"#79c0ff"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#ffa657"}},{"scope":["markup.heading","markup.heading entity.name"],"settings":{"foreground":"#79c0ff","fontStyle":"bold"}},{"scope":"markup.quote","settings":{"foreground":"#7ee787"}},{"scope":"markup.italic","settings":{"foreground":"#c9d1d9","fontStyle":"italic"}},{"scope":"markup.bold","settings":{"foreground":"#c9d1d9","fontStyle":"bold"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["markup.strikethrough"],"settings":{"fontStyle":"strikethrough"}},{"scope":"markup.inline.raw","settings":{"foreground":"#79c0ff"}},{"scope":["markup.deleted","meta.diff.header.from-file","punctuation.definition.deleted"],"settings":{"foreground":"#ffa198","background":"#490202"}},{"scope":["punctuation.section.embedded"],"settings":{"foreground":"#ff7b72"}},{"scope":["markup.inserted","meta.diff.header.to-file","punctuation.definition.inserted"],"settings":{"foreground":"#7ee787","background":"#04260f"}},{"scope":["markup.changed","punctuation.definition.changed"],"settings":{"foreground":"#ffa657","background":"#5a1e02"}},{"scope":["markup.ignored","markup.untracked"],"settings":{"foreground":"#0d1117","background":"#79c0ff"}},{"scope":"meta.diff.range","settings":{"foreground":"#d2a8ff","fontStyle":"bold"}},{"scope":"meta.diff.header","settings":{"foreground":"#79c0ff"}},{"scope":"meta.separator","settings":{"foreground":"#79c0ff","fontStyle":"bold"}},{"scope":"meta.output","settings":{"foreground":"#79c0ff"}},{"scope":["brackethighlighter.tag","brackethighlighter.curly","brackethighlighter.round","brackethighlighter.square","brackethighlighter.angle","brackethighlighter.quote"],"settings":{"foreground":"#8b949e"}},{"scope":"brackethighlighter.unmatched","settings":{"foreground":"#ffa198"}},{"scope":["constant.other.reference.link","string.other.link"],"settings":{"foreground":"#a5d6ff"}},{"scope":"token.info-token","settings":{"foreground":"#6796E6"}},{"scope":"token.warn-token","settings":{"foreground":"#CD9731"}},{"scope":"token.error-token","settings":{"foreground":"#F44747"}},{"scope":"token.debug-token","settings":{"foreground":"#B267E6"}}],"semanticHighlighting":true}
1
+ {"$schema":"vscode://schemas/color-theme","name":"2026 Dark","include":"./dark_modern.json","type":"dark","colors":{"foreground":"#bfbfbf","disabledForeground":"#555555","errorForeground":"#f48771","descriptionForeground":"#8C8C8C","icon.foreground":"#8C8C8C","focusBorder":"#3994BCB3","textBlockQuote.background":"#242526","textBlockQuote.border":"#2A2B2CFF","textCodeBlock.background":"#242526","textLink.foreground":"#48A0C7","textLink.activeForeground":"#53A5CA","textPreformat.background":"#262626","textPreformat.foreground":"#8C8C8C","textSeparator.foreground":"#2a2a2aFF","button.background":"#297AA0","button.foreground":"#FFFFFF","button.hoverBackground":"#2B7DA3","button.border":"#333536FF","button.secondaryHoverBackground":"#FFFFFF10","checkbox.background":"#242526","checkbox.border":"#333536","checkbox.foreground":"#8C8C8C","dropdown.background":"#191A1B","dropdown.border":"#333536","dropdown.foreground":"#bfbfbf","dropdown.listBackground":"#191A1B","input.background":"#191A1B","input.border":"#333536FF","input.foreground":"#bfbfbf","input.placeholderForeground":"#555555","inputOption.activeBackground":"#3994BC33","inputOption.activeForeground":"#bfbfbf","inputOption.activeBorder":"#2A2B2CFF","inputValidation.infoBackground":"#1E3A47","inputValidation.infoBorder":"#3994BC","inputValidation.infoForeground":"#bfbfbf","inputValidation.warningBackground":"#352A05","inputValidation.warningBorder":"#B89500","inputValidation.warningForeground":"#bfbfbf","inputValidation.errorBackground":"#3A1D1D","inputValidation.errorBorder":"#BE1100","inputValidation.errorForeground":"#bfbfbf","scrollbar.shadow":"#191B1D4D","scrollbarSlider.background":"#83848533","scrollbarSlider.hoverBackground":"#83848566","scrollbarSlider.activeBackground":"#83848599","badge.background":"#3994BCF0","badge.foreground":"#FFFFFF","progressBar.background":"#878889","list.activeSelectionBackground":"#3994BC26","list.activeSelectionForeground":"#ededed","list.inactiveSelectionBackground":"#2C2D2E","list.inactiveSelectionForeground":"#ededed","list.hoverBackground":"#FFFFFF0D","list.hoverForeground":"#bfbfbf","list.dropBackground":"#3994BC1A","toolbar.hoverBackground":"#FFFFFF18","list.focusBackground":"#3994BC26","list.focusForeground":"#bfbfbf","list.focusOutline":"#3994BCB3","list.highlightForeground":"#48A0C7","list.invalidItemForeground":"#444444","list.errorForeground":"#f48771","list.warningForeground":"#e5ba7d","activityBar.background":"#191A1B","activityBar.foreground":"#bfbfbf","activityBar.inactiveForeground":"#8C8C8C","activityBar.border":"#2A2B2CFF","activityBar.activeBorder":"#bfbfbf","activityBar.activeFocusBorder":"#3994BCB3","activityBarBadge.background":"#3994BC","activityBarBadge.foreground":"#FFFFFF","activityBarTop.activeBorder":"#bfbfbf","sideBar.background":"#191A1B","sideBar.foreground":"#bfbfbf","sideBar.border":"#2A2B2CFF","sideBarTitle.foreground":"#bfbfbf","sideBarSectionHeader.background":"#191A1B","sideBarSectionHeader.foreground":"#bfbfbf","sideBarSectionHeader.border":"#2A2B2CFF","titleBar.activeBackground":"#191A1B","titleBar.activeForeground":"#8C8C8C","titleBar.inactiveBackground":"#191A1B","titleBar.inactiveForeground":"#8C8C8C","titleBar.border":"#2A2B2CFF","menubar.selectionBackground":"#242526","menubar.selectionForeground":"#bfbfbf","menu.background":"#202122","menu.foreground":"#bfbfbf","menu.selectionBackground":"#3994BC26","menu.selectionForeground":"#bfbfbf","menu.separatorBackground":"#2A2B2C","menu.border":"#2A2B2CFF","commandCenter.foreground":"#bfbfbf","commandCenter.activeForeground":"#bfbfbf","commandCenter.background":"#191A1B","commandCenter.activeBackground":"#FFFFFF0F","commandCenter.border":"#2E3031","editor.background":"#121314","editor.foreground":"#BBBEBF","editorStickyScroll.background":"#121314","editorStickyScrollHover.background":"#202122","editorStickyScroll.border":"#2A2B2CFF","editorLineNumber.foreground":"#858889","editorLineNumber.activeForeground":"#BBBEBF","editorCursor.foreground":"#BBBEBF","editor.selectionBackground":"#276782dd","editor.inactiveSelectionBackground":"#27678260","editor.selectionHighlightBackground":"#27678260","editor.wordHighlightBackground":"#27678250","editor.wordHighlightStrongBackground":"#27678280","editor.findMatchBackground":"#27678290","editor.findMatchHighlightBackground":"#27678280","editor.findRangeHighlightBackground":"#242526","editor.hoverHighlightBackground":"#242526","editor.lineHighlightBackground":"#242526","editor.rangeHighlightBackground":"#242526","editorLink.activeForeground":"#3a94bc","editorWhitespace.foreground":"#8C8C8C4D","editorIndentGuide.background":"#8384854D","editorIndentGuide.activeBackground":"#838485","editorRuler.foreground":"#848484","editorCodeLens.foreground":"#8C8C8C","editorBracketMatch.background":"#3994BC55","editorBracketMatch.border":"#2A2B2CFF","editorWidget.background":"#202122","editorWidget.border":"#2A2B2CFF","editorWidget.foreground":"#bfbfbf","editorSuggestWidget.background":"#202122","editorSuggestWidget.border":"#2A2B2CFF","editorSuggestWidget.foreground":"#bfbfbf","editorSuggestWidget.highlightForeground":"#bfbfbf","editorSuggestWidget.selectedBackground":"#3994BC26","editorHoverWidget.background":"#202122","editorHoverWidget.border":"#2A2B2CFF","widget.border":"#2A2B2CFF","peekView.border":"#2A2B2CFF","peekViewEditor.background":"#191A1B","peekViewEditor.matchHighlightBackground":"#3994BC33","peekViewResult.background":"#191A1B","peekViewResult.fileForeground":"#bfbfbf","peekViewResult.lineForeground":"#8C8C8C","peekViewResult.matchHighlightBackground":"#3994BC33","peekViewResult.selectionBackground":"#3994BC26","peekViewResult.selectionForeground":"#bfbfbf","peekViewTitle.background":"#242526","peekViewTitleDescription.foreground":"#8C8C8C","peekViewTitleLabel.foreground":"#bfbfbf","editorGutter.background":"#121314","editorGutter.addedBackground":"#72C892","editorGutter.deletedBackground":"#F28772","diffEditor.insertedLineBackground":"#347d3926","diffEditor.insertedTextBackground":"#57ab5a4d","diffEditor.removedLineBackground":"#c93c3726","diffEditor.removedTextBackground":"#f470674d","editorOverviewRuler.border":"#2A2B2CFF","editorOverviewRuler.findMatchForeground":"#3a94bc99","editorOverviewRuler.modifiedForeground":"#6ab890","editorOverviewRuler.addedForeground":"#73c991","editorOverviewRuler.deletedForeground":"#f48771","editorOverviewRuler.errorForeground":"#f48771","editorOverviewRuler.warningForeground":"#e5ba7d","panel.background":"#191A1B","panel.border":"#2A2B2CFF","panelTitle.activeBorder":"#3994BC","panelTitle.activeForeground":"#bfbfbf","panelTitle.inactiveForeground":"#8C8C8C","statusBar.background":"#191A1B","statusBar.foreground":"#8C8C8C","statusBar.border":"#2A2B2CFF","statusBar.focusBorder":"#3994BCB3","statusBar.debuggingBackground":"#3994BC","statusBar.debuggingForeground":"#FFFFFF","statusBar.noFolderBackground":"#191A1B","statusBar.noFolderForeground":"#8C8C8C","statusBarItem.activeBackground":"#4B4C4D","statusBarItem.hoverBackground":"#262728","statusBarItem.focusBorder":"#3994BCB3","statusBarItem.prominentBackground":"#3994BC","statusBarItem.prominentForeground":"#FFFFFF","statusBarItem.prominentHoverBackground":"#3994BC","tab.activeBackground":"#121314","tab.activeForeground":"#bfbfbf","tab.inactiveBackground":"#191A1B","tab.inactiveForeground":"#8C8C8C","tab.border":"#2A2B2CFF","tab.lastPinnedBorder":"#2A2B2CFF","tab.activeBorderTop":"#3994BC","tab.hoverBackground":"#121314","tab.hoverForeground":"#bfbfbf","tab.unfocusedActiveBackground":"#121314","tab.unfocusedActiveForeground":"#8C8C8C","tab.unfocusedInactiveBackground":"#191A1B","tab.unfocusedInactiveForeground":"#444444","editorGroupHeader.tabsBackground":"#191A1B","tab.activeBorder":"#121314","editorGroupHeader.tabsBorder":"#2A2B2CFF","breadcrumb.foreground":"#8C8C8C","breadcrumb.background":"#121314","breadcrumb.focusForeground":"#bfbfbf","breadcrumb.activeSelectionForeground":"#bfbfbf","breadcrumbPicker.background":"#202122","notificationCenter.border":"#2A2B2CFF","notificationCenterHeader.foreground":"#bfbfbf","notificationCenterHeader.background":"#242526","notificationToast.border":"#2A2B2CFF","notifications.foreground":"#bfbfbf","notifications.background":"#202122","notifications.border":"#2A2B2CFF","notificationLink.foreground":"#3a94bc","notificationsWarningIcon.foreground":"#CCA700","notificationsErrorIcon.foreground":"#f48771","notificationsInfoIcon.foreground":"#3a94bc","activityWarningBadge.foreground":"#202020","activityWarningBadge.background":"#CCA700","activityErrorBadge.foreground":"#FFFFFF","activityErrorBadge.background":"#f48771","extensionButton.prominentBackground":"#297AA0","extensionButton.prominentForeground":"#FFFFFF","extensionButton.prominentHoverBackground":"#2B7DA3","pickerGroup.border":"#2A2B2CFF","pickerGroup.foreground":"#bfbfbf","quickInput.background":"#202122","quickInput.foreground":"#bfbfbf","quickInputList.focusBackground":"#3994BC26","quickInputList.focusForeground":"#bfbfbf","quickInputList.focusIconForeground":"#bfbfbf","quickInputList.hoverBackground":"#262728","terminal.selectionBackground":"#3994BC33","terminal.background":"#191A1B","terminal.border":"#2A2B2CFF","terminal.tab.activeBorder":"#3994BC00","terminalCursor.foreground":"#bfbfbf","terminalCursor.background":"#191A1B","gitDecoration.addedResourceForeground":"#73c991","gitDecoration.modifiedResourceForeground":"#e5ba7d","gitDecoration.deletedResourceForeground":"#f48771","gitDecoration.untrackedResourceForeground":"#73c991","gitDecoration.ignoredResourceForeground":"#8C8C8C","gitDecoration.conflictingResourceForeground":"#f48771","gitDecoration.stageModifiedResourceForeground":"#e5ba7d","gitDecoration.stageDeletedResourceForeground":"#f48771","quickInputTitle.background":"#202122","commandCenter.activeBorder":"#333536","quickInput.border":"#333536","gauge.foreground":"#59a4f9","gauge.background":"#58A4F94D","gauge.border":"#2A2C2EFF","gauge.warningForeground":"#e5ba7d","gauge.warningBackground":"#E3B97E4D","gauge.errorForeground":"#f48771","gauge.errorBackground":"#F287724D","chat.requestBubbleBackground":"#ffffff13","chat.requestBubbleHoverBackground":"#ffffff22","editorCommentsWidget.rangeBackground":"#488FAE26","editorCommentsWidget.rangeActiveBackground":"#488FAE46","charts.foreground":"#CCCCCC","charts.lines":"#C8CACC80","charts.blue":"#57A3F8","charts.red":"#EF8773","charts.yellow":"#E0B97F","charts.orange":"#CD861A","charts.green":"#86CF86","charts.purple":"#AD80D7","inlineChat.border":"#00000000","minimapSlider.background":"#83848533","minimapSlider.hoverBackground":"#83848566","minimapSlider.activeBackground":"#83848599"},"tokenColors":[{"scope":["comment","punctuation.definition.comment","string.comment"],"settings":{"foreground":"#8b949e"}},{"scope":["constant.other.placeholder","constant.character"],"settings":{"foreground":"#ff7b72"}},{"scope":["constant","entity.name.constant","variable.other.constant","variable.other.enummember","variable.language","entity"],"settings":{"foreground":"#79c0ff"}},{"scope":["entity.name","meta.export.default","meta.definition.variable"],"settings":{"foreground":"#ffa657"}},{"scope":["variable.parameter.function","meta.jsx.children","meta.block","meta.tag.attributes","entity.name.constant","meta.object.member","meta.embedded.expression"],"settings":{"foreground":"#c9d1d9"}},{"scope":"entity.name.function","settings":{"foreground":"#d2a8ff"}},{"scope":["entity.name.tag","support.class.component"],"settings":{"foreground":"#7ee787"}},{"scope":"keyword","settings":{"foreground":"#ff7b72"}},{"scope":["storage","storage.type"],"settings":{"foreground":"#ff7b72"}},{"scope":["storage.modifier.package","storage.modifier.import","storage.type.java"],"settings":{"foreground":"#c9d1d9"}},{"scope":["string","string punctuation.section.embedded source"],"settings":{"foreground":"#a5d6ff"}},{"scope":"support","settings":{"foreground":"#79c0ff"}},{"scope":"meta.property-name","settings":{"foreground":"#79c0ff"}},{"scope":"variable","settings":{"foreground":"#ffa657"}},{"scope":"variable.other","settings":{"foreground":"#c9d1d9"}},{"scope":"invalid.broken","settings":{"foreground":"#ffa198","fontStyle":"italic"}},{"scope":"invalid.deprecated","settings":{"foreground":"#ffa198","fontStyle":"italic"}},{"scope":"invalid.illegal","settings":{"foreground":"#ffa198","fontStyle":"italic"}},{"scope":"invalid.unimplemented","settings":{"foreground":"#ffa198","fontStyle":"italic"}},{"scope":"carriage-return","settings":{"foreground":"#f0f6fc","background":"#8b1111","fontStyle":"italic underline","content":"^M"}},{"scope":"message.error","settings":{"foreground":"#ffa198"}},{"scope":"string variable","settings":{"foreground":"#79c0ff"}},{"scope":["source.regexp","string.regexp"],"settings":{"foreground":"#a5d6ff"}},{"scope":["string.regexp.character-class","string.regexp constant.character.escape","string.regexp source.ruby.embedded","string.regexp string.regexp.arbitrary-repitition"],"settings":{"foreground":"#a5d6ff"}},{"scope":"string.regexp constant.character.escape","settings":{"foreground":"#7ee787","fontStyle":"bold"}},{"scope":"support.constant","settings":{"foreground":"#79c0ff"}},{"scope":"support.variable","settings":{"foreground":"#79c0ff"}},{"scope":"support.type.property-name.json","settings":{"foreground":"#7ee787"}},{"scope":"meta.module-reference","settings":{"foreground":"#79c0ff"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#ffa657"}},{"scope":["markup.heading","markup.heading entity.name"],"settings":{"foreground":"#79c0ff","fontStyle":"bold"}},{"scope":"markup.quote","settings":{"foreground":"#7ee787"}},{"scope":"markup.italic","settings":{"foreground":"#c9d1d9","fontStyle":"italic"}},{"scope":"markup.bold","settings":{"foreground":"#c9d1d9","fontStyle":"bold"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["markup.strikethrough"],"settings":{"fontStyle":"strikethrough"}},{"scope":"markup.inline.raw","settings":{"foreground":"#79c0ff"}},{"scope":["markup.deleted","meta.diff.header.from-file","punctuation.definition.deleted"],"settings":{"foreground":"#ffa198","background":"#490202"}},{"scope":["punctuation.section.embedded"],"settings":{"foreground":"#ff7b72"}},{"scope":["markup.inserted","meta.diff.header.to-file","punctuation.definition.inserted"],"settings":{"foreground":"#7ee787","background":"#04260f"}},{"scope":["markup.changed","punctuation.definition.changed"],"settings":{"foreground":"#ffa657","background":"#5a1e02"}},{"scope":["markup.ignored","markup.untracked"],"settings":{"foreground":"#0d1117","background":"#79c0ff"}},{"scope":"meta.diff.range","settings":{"foreground":"#d2a8ff","fontStyle":"bold"}},{"scope":"meta.diff.header","settings":{"foreground":"#79c0ff"}},{"scope":"meta.separator","settings":{"foreground":"#79c0ff","fontStyle":"bold"}},{"scope":"meta.output","settings":{"foreground":"#79c0ff"}},{"scope":["brackethighlighter.tag","brackethighlighter.curly","brackethighlighter.round","brackethighlighter.square","brackethighlighter.angle","brackethighlighter.quote"],"settings":{"foreground":"#8b949e"}},{"scope":"brackethighlighter.unmatched","settings":{"foreground":"#ffa198"}},{"scope":["constant.other.reference.link","string.other.link"],"settings":{"foreground":"#a5d6ff"}},{"scope":"token.info-token","settings":{"foreground":"#6796E6"}},{"scope":"token.warn-token","settings":{"foreground":"#CD9731"}},{"scope":"token.error-token","settings":{"foreground":"#F44747"}},{"scope":"token.debug-token","settings":{"foreground":"#B267E6"}}],"semanticHighlighting":true}
@@ -1 +1 @@
1
- {"$schema":"vscode://schemas/color-theme","name":"2026 Light","include":"../../theme-defaults/themes/light_modern.json","type":"light","colors":{"foreground":"#202020","disabledForeground":"#BBBBBB","errorForeground":"#ad0707","descriptionForeground":"#606060","icon.foreground":"#606060","focusBorder":"#0069CCFF","textBlockQuote.background":"#EAEAEA","textBlockQuote.border":"#F0F1F2FF","textCodeBlock.background":"#EAEAEA","textLink.foreground":"#0069CC","textLink.activeForeground":"#0069CC","textPreformat.foreground":"#606060","textPreformat.background":"#ECECEC","textSeparator.foreground":"#EEEEEEFF","button.background":"#0069CC","button.foreground":"#FFFFFF","button.hoverBackground":"#0063C1","button.border":"#EEEEF1","button.secondaryBackground":"#EAEAEA","button.secondaryForeground":"#202020","button.secondaryHoverBackground":"#F2F3F4","checkbox.background":"#EAEAEA","checkbox.border":"#D8D8D8","checkbox.foreground":"#606060","dropdown.background":"#FFFFFF","dropdown.border":"#D8D8D8","dropdown.foreground":"#202020","dropdown.listBackground":"#FFFFFF","input.background":"#FFFFFF","input.border":"#D8D8D866","input.foreground":"#202020","input.placeholderForeground":"#999999","inputOption.activeBackground":"#0069CC26","inputOption.activeForeground":"#202020","inputOption.activeBorder":"#F0F1F2FF","inputValidation.infoBackground":"#E6F2FA","inputValidation.infoBorder":"#0069CC","inputValidation.infoForeground":"#202020","inputValidation.warningBackground":"#FDF6E3","inputValidation.warningBorder":"#B69500","inputValidation.warningForeground":"#202020","inputValidation.errorBackground":"#FDEDED","inputValidation.errorBorder":"#ad0707","inputValidation.errorForeground":"#202020","scrollbar.shadow":"#00000000","widget.shadow":"#00000000","widget.border":"#E2E2E5","editorStickyScroll.shadow":"#00000000","editorStickyScrollHover.background":"#F0F0F3","editorStickyScroll.border":"#F0F1F2FF","sideBarStickyScroll.shadow":"#00000000","panelStickyScroll.shadow":"#00000000","listFilterWidget.shadow":"#00000000","scrollbarSlider.background":"#99999926","scrollbarSlider.hoverBackground":"#99999940","scrollbarSlider.activeBackground":"#99999955","badge.background":"#0069CC","badge.foreground":"#FFFFFF","progressBar.background":"#0069CC","list.activeSelectionBackground":"#0069CC1A","list.activeSelectionForeground":"#202020","list.inactiveSelectionBackground":"#DADADA99","list.inactiveSelectionForeground":"#202020","list.hoverBackground":"#DADADA4f","list.hoverForeground":"#202020","list.dropBackground":"#0069CC15","list.focusBackground":"#0069CC1A","list.focusForeground":"#202020","list.focusOutline":"#0069CCFF","list.highlightForeground":"#0069CC","list.invalidItemForeground":"#BBBBBB","list.errorForeground":"#ad0707","list.warningForeground":"#667309","activityBar.background":"#FAFAFD","activityBar.foreground":"#202020","activityBar.inactiveForeground":"#606060","activityBar.border":"#F0F1F2FF","activityBar.activeBorder":"#000000","activityBar.activeFocusBorder":"#0069CCFF","activityBarBadge.background":"#0069CC","activityBarBadge.foreground":"#FFFFFF","activityBarTop.activeBorder":"#000000","sideBar.background":"#FAFAFD","sideBar.foreground":"#202020","sideBar.border":"#F0F1F2FF","sideBarTitle.foreground":"#202020","sideBarSectionHeader.background":"#FAFAFD","sideBarSectionHeader.foreground":"#202020","sideBarSectionHeader.border":"#F0F1F2FF","titleBar.activeBackground":"#FAFAFD","titleBar.activeForeground":"#606060","titleBar.inactiveBackground":"#FAFAFD","titleBar.inactiveForeground":"#606060","titleBar.border":"#F0F1F2FF","menubar.selectionBackground":"#EAEAEA","menubar.selectionForeground":"#202020","menu.background":"#FAFAFD","menu.foreground":"#202020","menu.selectionBackground":"#0069CC1A","menu.selectionForeground":"#202020","menu.separatorBackground":"#EEEEF1","menu.border":"#E4E5E6FF","commandCenter.foreground":"#202020","commandCenter.activeForeground":"#202020","commandCenter.background":"#FFFFFF","commandCenter.activeBackground":"#DADADA4f","commandCenter.border":"#D8D8D8AA","editor.background":"#FFFFFF","editor.foreground":"#202020","editorLineNumber.foreground":"#606060","editorLineNumber.activeForeground":"#202020","editorCursor.foreground":"#202020","editor.selectionBackground":"#0069CC40","editor.inactiveSelectionBackground":"#0069CC1A","editor.selectionHighlightBackground":"#0069CC15","editor.wordHighlightBackground":"#0069CC26","editor.wordHighlightStrongBackground":"#0069CC26","editor.findMatchBackground":"#0069CC40","editor.findMatchHighlightBackground":"#0069CC1A","editor.findRangeHighlightBackground":"#EAEAEA","editor.hoverHighlightBackground":"#EAEAEA","editor.lineHighlightBackground":"#EAEAEA40","editor.rangeHighlightBackground":"#EAEAEA","editorLink.activeForeground":"#0069CC","editorWhitespace.foreground":"#60606040","editorIndentGuide.background":"#F7F7F740","editorIndentGuide.activeBackground":"#EEEEEE","editorRuler.foreground":"#F7F7F7","editorCodeLens.foreground":"#606060","editorBracketMatch.background":"#0069CC40","editorBracketMatch.border":"#F0F1F2FF","editorWidget.background":"#FAFAFD","editorWidget.border":"#E4E5E6FF","editorWidget.foreground":"#202020","editorSuggestWidget.background":"#FAFAFD","editorSuggestWidget.border":"#E4E5E6FF","editorSuggestWidget.foreground":"#202020","editorSuggestWidget.highlightForeground":"#0069CC","editorSuggestWidget.selectedBackground":"#0069CC26","editorHoverWidget.background":"#FAFAFD","editorHoverWidget.border":"#E4E5E6FF","peekView.border":"#0069CC","peekViewEditor.background":"#FAFAFD","peekViewEditor.matchHighlightBackground":"#0069CC33","peekViewResult.background":"#FAFAFD","peekViewResult.fileForeground":"#202020","peekViewResult.lineForeground":"#606060","peekViewResult.matchHighlightBackground":"#0069CC33","peekViewResult.selectionBackground":"#0069CC26","peekViewResult.selectionForeground":"#202020","peekViewTitle.background":"#FAFAFD","peekViewTitleDescription.foreground":"#606060","peekViewTitleLabel.foreground":"#202020","editorGutter.addedBackground":"#587c0c","editorGutter.deletedBackground":"#ad0707","diffEditor.insertedTextBackground":"#587c0c26","diffEditor.removedTextBackground":"#ad070726","editorOverviewRuler.border":"#F0F1F2FF","editorOverviewRuler.findMatchForeground":"#0069CC99","editorOverviewRuler.modifiedForeground":"#0069CC","editorOverviewRuler.addedForeground":"#587c0c","editorOverviewRuler.deletedForeground":"#ad0707","editorOverviewRuler.errorForeground":"#ad0707","editorOverviewRuler.warningForeground":"#667309","editorGutter.background":"#FFFFFF","panel.background":"#FAFAFD","panel.border":"#F0F1F2FF","panelTitle.activeBorder":"#000000","panelTitle.activeForeground":"#202020","panelTitle.inactiveForeground":"#606060","statusBar.background":"#FAFAFD","statusBar.foreground":"#606060","statusBar.border":"#F0F1F2FF","statusBar.focusBorder":"#0069CCFF","statusBar.debuggingBackground":"#0069CC","statusBar.debuggingForeground":"#FFFFFF","statusBar.noFolderBackground":"#F0F0F3","statusBar.noFolderForeground":"#606060","statusBarItem.activeBackground":"#EEEEEE","statusBarItem.hoverBackground":"#DADADA4f","statusBarItem.focusBorder":"#0069CCFF","statusBarItem.prominentBackground":"#0069CCDD","statusBarItem.prominentForeground":"#FFFFFF","statusBarItem.prominentHoverBackground":"#0069CC","toolbar.hoverBackground":"#00000010","tab.activeBackground":"#FFFFFF","tab.activeForeground":"#202020","tab.inactiveBackground":"#FAFAFD","tab.inactiveForeground":"#606060","tab.border":"#F0F1F2FF","tab.lastPinnedBorder":"#F0F1F2FF","tab.activeBorderTop":"#000000","tab.hoverBackground":"#FFFFFF","tab.hoverForeground":"#202020","tab.unfocusedActiveBackground":"#FAFAFD","tab.unfocusedActiveForeground":"#606060","tab.unfocusedInactiveBackground":"#FAFAFD","tab.unfocusedInactiveForeground":"#BBBBBB","editorGroupHeader.tabsBackground":"#FAFAFD","tab.activeBorder":"#FFFFFF","editorGroupHeader.tabsBorder":"#F0F1F2FF","breadcrumb.foreground":"#606060","breadcrumb.background":"#FFFFFF","breadcrumb.focusForeground":"#202020","breadcrumb.activeSelectionForeground":"#202020","breadcrumbPicker.background":"#FAFAFD","notificationCenter.border":"#F0F1F2FF","notificationCenterHeader.foreground":"#202020","notificationCenterHeader.background":"#FAFAFD","notificationToast.border":"#F0F1F2FF","notifications.foreground":"#202020","notifications.background":"#FAFAFD","notifications.border":"#F0F1F2FF","notificationLink.foreground":"#0069CC","notificationsWarningIcon.foreground":"#B69500","notificationsErrorIcon.foreground":"#ad0707","notificationsInfoIcon.foreground":"#0069CC","activityWarningBadge.foreground":"#202020","activityWarningBadge.background":"#F2C94C","activityErrorBadge.foreground":"#FFFFFF","activityErrorBadge.background":"#ad0707","extensionButton.prominentBackground":"#0069CC","extensionButton.prominentForeground":"#FFFFFF","extensionButton.prominentHoverBackground":"#0064CC","pickerGroup.border":"#EEEEF1","pickerGroup.foreground":"#202020","quickInput.background":"#FAFAFD","quickInput.foreground":"#202020","quickInputList.focusBackground":"#0069CC1A","quickInputList.focusForeground":"#202020","quickInputList.focusIconForeground":"#202020","quickInputList.hoverBackground":"#EDF0F5","terminal.selectionBackground":"#0069CC26","terminalCursor.foreground":"#202020","terminalCursor.background":"#FFFFFF","gitDecoration.addedResourceForeground":"#587c0c","gitDecoration.modifiedResourceForeground":"#667309","gitDecoration.deletedResourceForeground":"#ad0707","gitDecoration.untrackedResourceForeground":"#587c0c","gitDecoration.ignoredResourceForeground":"#8E8E90","gitDecoration.conflictingResourceForeground":"#ad0707","gitDecoration.stageModifiedResourceForeground":"#667309","gitDecoration.stageDeletedResourceForeground":"#ad0707","commandCenter.activeBorder":"#D8D8D8","quickInput.border":"#D8D8D8","gauge.foreground":"#0069CC","gauge.background":"#0069CC40","gauge.border":"#F0F1F2FF","gauge.warningForeground":"#B69500","gauge.warningBackground":"#B6950040","gauge.errorForeground":"#ad0707","gauge.errorBackground":"#ad070740","statusBarItem.prominentHoverForeground":"#FFFFFF","quickInputTitle.background":"#FAFAFD","chat.requestBubbleBackground":"#EEF4FB","chat.requestBubbleHoverBackground":"#E6EDFA","chat.thinkingShimmer":"#999999","editorCommentsWidget.rangeBackground":"#EEF4FB","editorCommentsWidget.rangeActiveBackground":"#E6EDFA","charts.foreground":"#202020","charts.lines":"#20202066","charts.blue":"#1A5CFF","charts.red":"#ad0707","charts.yellow":"#667309","charts.orange":"#d18616","charts.green":"#388A34","charts.purple":"#652D90","agentStatusIndicator.background":"#FFFFFF","inlineChat.border":"#00000000","minimapSlider.background":"#99999926","minimapSlider.hoverBackground":"#99999940","minimapSlider.activeBackground":"#99999955"},"tokenColors":[{"scope":["comment","punctuation.definition.comment","string.comment"],"settings":{"foreground":"#6e7781"}},{"scope":["constant.other.placeholder","constant.character"],"settings":{"foreground":"#cf222e"}},{"scope":["constant","entity.name.constant","variable.other.constant","variable.other.enummember","variable.language","entity"],"settings":{"foreground":"#0550ae"}},{"scope":["entity.name","meta.export.default","meta.definition.variable"],"settings":{"foreground":"#953800"}},{"scope":["variable.parameter.function","meta.jsx.children","meta.block","meta.tag.attributes","entity.name.constant","meta.object.member","meta.embedded.expression"],"settings":{"foreground":"#1f2328"}},{"scope":"entity.name.function","settings":{"foreground":"#8250df"}},{"scope":["entity.name.tag","support.class.component"],"settings":{"foreground":"#116329"}},{"scope":"keyword","settings":{"foreground":"#cf222e"}},{"scope":["storage","storage.type"],"settings":{"foreground":"#cf222e"}},{"scope":["storage.modifier.package","storage.modifier.import","storage.type.java"],"settings":{"foreground":"#1f2328"}},{"scope":["string","string punctuation.section.embedded source"],"settings":{"foreground":"#0a3069"}},{"scope":"support","settings":{"foreground":"#0550ae"}},{"scope":"meta.property-name","settings":{"foreground":"#0550ae"}},{"scope":"variable","settings":{"foreground":"#953800"}},{"scope":"variable.other","settings":{"foreground":"#1f2328"}},{"scope":"invalid.broken","settings":{"fontStyle":"italic","foreground":"#82071e"}},{"scope":"invalid.deprecated","settings":{"fontStyle":"italic","foreground":"#82071e"}},{"scope":"invalid.illegal","settings":{"fontStyle":"italic","foreground":"#82071e"}},{"scope":"invalid.unimplemented","settings":{"fontStyle":"italic","foreground":"#82071e"}},{"scope":"carriage-return","settings":{"fontStyle":"italic underline","background":"#cf222e","foreground":"#f6f8fa","content":"^M"}},{"scope":"message.error","settings":{"foreground":"#82071e"}},{"scope":"string variable","settings":{"foreground":"#0550ae"}},{"scope":["source.regexp","string.regexp"],"settings":{"foreground":"#0a3069"}},{"scope":["string.regexp.character-class","string.regexp constant.character.escape","string.regexp source.ruby.embedded","string.regexp string.regexp.arbitrary-repitition"],"settings":{"foreground":"#0a3069"}},{"scope":"string.regexp constant.character.escape","settings":{"fontStyle":"bold","foreground":"#116329"}},{"scope":"support.constant","settings":{"foreground":"#0550ae"}},{"scope":"support.variable","settings":{"foreground":"#0550ae"}},{"scope":"support.type.property-name.json","settings":{"foreground":"#116329"}},{"scope":"meta.module-reference","settings":{"foreground":"#0550ae"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#953800"}},{"scope":["markup.heading","markup.heading entity.name"],"settings":{"fontStyle":"bold","foreground":"#0550ae"}},{"scope":"markup.quote","settings":{"foreground":"#116329"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#1f2328"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#1f2328"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["markup.strikethrough"],"settings":{"fontStyle":"strikethrough"}},{"scope":"markup.inline.raw","settings":{"foreground":"#0550ae"}},{"scope":["markup.deleted","meta.diff.header.from-file","punctuation.definition.deleted"],"settings":{"background":"#ffebe9","foreground":"#82071e"}},{"scope":["punctuation.section.embedded"],"settings":{"foreground":"#cf222e"}},{"scope":["markup.inserted","meta.diff.header.to-file","punctuation.definition.inserted"],"settings":{"background":"#dafbe1","foreground":"#116329"}},{"scope":["markup.changed","punctuation.definition.changed"],"settings":{"background":"#ffd8b5","foreground":"#953800"}},{"scope":["markup.ignored","markup.untracked"],"settings":{"foreground":"#eaeef2","background":"#0550ae"}},{"scope":"meta.diff.range","settings":{"foreground":"#8250df","fontStyle":"bold"}},{"scope":"meta.diff.header","settings":{"foreground":"#0550ae"}},{"scope":"meta.separator","settings":{"fontStyle":"bold","foreground":"#0550ae"}},{"scope":"meta.output","settings":{"foreground":"#0550ae"}},{"scope":["brackethighlighter.tag","brackethighlighter.curly","brackethighlighter.round","brackethighlighter.square","brackethighlighter.angle","brackethighlighter.quote"],"settings":{"foreground":"#57606a"}},{"scope":"brackethighlighter.unmatched","settings":{"foreground":"#82071e"}},{"scope":["constant.other.reference.link","string.other.link"],"settings":{"foreground":"#0a3069"}}],"semanticHighlighting":true}
1
+ {"$schema":"vscode://schemas/color-theme","name":"2026 Light","include":"./light_modern.json","type":"light","colors":{"foreground":"#202020","disabledForeground":"#BBBBBB","errorForeground":"#ad0707","descriptionForeground":"#606060","icon.foreground":"#606060","focusBorder":"#0069CCFF","textBlockQuote.background":"#EAEAEA","textBlockQuote.border":"#F0F1F2FF","textCodeBlock.background":"#EAEAEA","textLink.foreground":"#0069CC","textLink.activeForeground":"#0069CC","textPreformat.foreground":"#606060","textPreformat.background":"#ECECEC","textSeparator.foreground":"#EEEEEEFF","button.background":"#0069CC","button.foreground":"#FFFFFF","button.hoverBackground":"#0063C1","button.border":"#EEEEF1","button.secondaryBackground":"#EAEAEA","button.secondaryForeground":"#202020","button.secondaryHoverBackground":"#F2F3F4","checkbox.background":"#EAEAEA","checkbox.border":"#D8D8D8","checkbox.foreground":"#606060","dropdown.background":"#FFFFFF","dropdown.border":"#D8D8D8","dropdown.foreground":"#202020","dropdown.listBackground":"#FFFFFF","input.background":"#FFFFFF","input.border":"#D8D8D866","input.foreground":"#202020","input.placeholderForeground":"#999999","inputOption.activeBackground":"#0069CC26","inputOption.activeForeground":"#202020","inputOption.activeBorder":"#F0F1F2FF","inputValidation.infoBackground":"#E6F2FA","inputValidation.infoBorder":"#0069CC","inputValidation.infoForeground":"#202020","inputValidation.warningBackground":"#FDF6E3","inputValidation.warningBorder":"#B69500","inputValidation.warningForeground":"#202020","inputValidation.errorBackground":"#FDEDED","inputValidation.errorBorder":"#ad0707","inputValidation.errorForeground":"#202020","scrollbar.shadow":"#00000000","widget.shadow":"#00000000","widget.border":"#E2E2E5","editorStickyScroll.shadow":"#00000000","editorStickyScrollHover.background":"#F0F0F3","editorStickyScroll.border":"#F0F1F2FF","sideBarStickyScroll.shadow":"#00000000","panelStickyScroll.shadow":"#00000000","listFilterWidget.shadow":"#00000000","scrollbarSlider.background":"#99999926","scrollbarSlider.hoverBackground":"#99999940","scrollbarSlider.activeBackground":"#99999955","badge.background":"#0069CC","badge.foreground":"#FFFFFF","progressBar.background":"#0069CC","list.activeSelectionBackground":"#0069CC1A","list.activeSelectionForeground":"#202020","list.inactiveSelectionBackground":"#DADADA99","list.inactiveSelectionForeground":"#202020","list.hoverBackground":"#DADADA4f","list.hoverForeground":"#202020","list.dropBackground":"#0069CC15","list.focusBackground":"#0069CC1A","list.focusForeground":"#202020","list.focusOutline":"#0069CCFF","list.highlightForeground":"#0069CC","list.invalidItemForeground":"#BBBBBB","list.errorForeground":"#ad0707","list.warningForeground":"#667309","activityBar.background":"#FAFAFD","activityBar.foreground":"#202020","activityBar.inactiveForeground":"#606060","activityBar.border":"#F0F1F2FF","activityBar.activeBorder":"#000000","activityBar.activeFocusBorder":"#0069CCFF","activityBarBadge.background":"#0069CC","activityBarBadge.foreground":"#FFFFFF","activityBarTop.activeBorder":"#000000","sideBar.background":"#FAFAFD","sideBar.foreground":"#202020","sideBar.border":"#F0F1F2FF","sideBarTitle.foreground":"#202020","sideBarSectionHeader.background":"#FAFAFD","sideBarSectionHeader.foreground":"#202020","sideBarSectionHeader.border":"#F0F1F2FF","titleBar.activeBackground":"#FAFAFD","titleBar.activeForeground":"#606060","titleBar.inactiveBackground":"#FAFAFD","titleBar.inactiveForeground":"#606060","titleBar.border":"#F0F1F2FF","menubar.selectionBackground":"#EAEAEA","menubar.selectionForeground":"#202020","menu.background":"#FAFAFD","menu.foreground":"#202020","menu.selectionBackground":"#0069CC1A","menu.selectionForeground":"#202020","menu.separatorBackground":"#EEEEF1","menu.border":"#E4E5E6FF","commandCenter.foreground":"#202020","commandCenter.activeForeground":"#202020","commandCenter.background":"#FFFFFF","commandCenter.activeBackground":"#DADADA4f","commandCenter.border":"#D8D8D8AA","editor.background":"#FFFFFF","editor.foreground":"#202020","editorLineNumber.foreground":"#606060","editorLineNumber.activeForeground":"#202020","editorCursor.foreground":"#202020","editor.selectionBackground":"#0069CC40","editor.inactiveSelectionBackground":"#0069CC1A","editor.selectionHighlightBackground":"#0069CC15","editor.wordHighlightBackground":"#0069CC26","editor.wordHighlightStrongBackground":"#0069CC26","editor.findMatchBackground":"#0069CC40","editor.findMatchHighlightBackground":"#0069CC1A","editor.findRangeHighlightBackground":"#EAEAEA","editor.hoverHighlightBackground":"#EAEAEA","editor.lineHighlightBackground":"#EAEAEA40","editor.rangeHighlightBackground":"#EAEAEA","editorLink.activeForeground":"#0069CC","editorWhitespace.foreground":"#60606040","editorIndentGuide.background":"#F7F7F740","editorIndentGuide.activeBackground":"#EEEEEE","editorRuler.foreground":"#F7F7F7","editorCodeLens.foreground":"#606060","editorBracketMatch.background":"#0069CC40","editorBracketMatch.border":"#F0F1F2FF","editorWidget.background":"#FAFAFD","editorWidget.border":"#E4E5E6FF","editorWidget.foreground":"#202020","editorSuggestWidget.background":"#FAFAFD","editorSuggestWidget.border":"#E4E5E6FF","editorSuggestWidget.foreground":"#202020","editorSuggestWidget.highlightForeground":"#0069CC","editorSuggestWidget.selectedBackground":"#0069CC26","editorHoverWidget.background":"#FAFAFD","editorHoverWidget.border":"#E4E5E6FF","peekView.border":"#0069CC","peekViewEditor.background":"#FAFAFD","peekViewEditor.matchHighlightBackground":"#0069CC33","peekViewResult.background":"#FAFAFD","peekViewResult.fileForeground":"#202020","peekViewResult.lineForeground":"#606060","peekViewResult.matchHighlightBackground":"#0069CC33","peekViewResult.selectionBackground":"#0069CC26","peekViewResult.selectionForeground":"#202020","peekViewTitle.background":"#FAFAFD","peekViewTitleDescription.foreground":"#606060","peekViewTitleLabel.foreground":"#202020","editorGutter.addedBackground":"#587c0c","editorGutter.deletedBackground":"#ad0707","diffEditor.insertedTextBackground":"#587c0c26","diffEditor.removedTextBackground":"#ad070726","editorOverviewRuler.border":"#F0F1F2FF","editorOverviewRuler.findMatchForeground":"#0069CC99","editorOverviewRuler.modifiedForeground":"#0069CC","editorOverviewRuler.addedForeground":"#587c0c","editorOverviewRuler.deletedForeground":"#ad0707","editorOverviewRuler.errorForeground":"#ad0707","editorOverviewRuler.warningForeground":"#667309","editorGutter.background":"#FFFFFF","panel.background":"#FAFAFD","panel.border":"#F0F1F2FF","panelTitle.activeBorder":"#000000","panelTitle.activeForeground":"#202020","panelTitle.inactiveForeground":"#606060","statusBar.background":"#FAFAFD","statusBar.foreground":"#606060","statusBar.border":"#F0F1F2FF","statusBar.focusBorder":"#0069CCFF","statusBar.debuggingBackground":"#0069CC","statusBar.debuggingForeground":"#FFFFFF","statusBar.noFolderBackground":"#F0F0F3","statusBar.noFolderForeground":"#606060","statusBarItem.activeBackground":"#EEEEEE","statusBarItem.hoverBackground":"#DADADA4f","statusBarItem.focusBorder":"#0069CCFF","statusBarItem.prominentBackground":"#0069CCDD","statusBarItem.prominentForeground":"#FFFFFF","statusBarItem.prominentHoverBackground":"#0069CC","toolbar.hoverBackground":"#00000010","tab.activeBackground":"#FFFFFF","tab.activeForeground":"#202020","tab.inactiveBackground":"#FAFAFD","tab.inactiveForeground":"#606060","tab.border":"#F0F1F2FF","tab.lastPinnedBorder":"#F0F1F2FF","tab.activeBorderTop":"#000000","tab.hoverBackground":"#FFFFFF","tab.hoverForeground":"#202020","tab.unfocusedActiveBackground":"#FAFAFD","tab.unfocusedActiveForeground":"#606060","tab.unfocusedInactiveBackground":"#FAFAFD","tab.unfocusedInactiveForeground":"#BBBBBB","editorGroupHeader.tabsBackground":"#FAFAFD","tab.activeBorder":"#FFFFFF","editorGroupHeader.tabsBorder":"#F0F1F2FF","breadcrumb.foreground":"#606060","breadcrumb.background":"#FFFFFF","breadcrumb.focusForeground":"#202020","breadcrumb.activeSelectionForeground":"#202020","breadcrumbPicker.background":"#FAFAFD","notificationCenter.border":"#F0F1F2FF","notificationCenterHeader.foreground":"#202020","notificationCenterHeader.background":"#FAFAFD","notificationToast.border":"#F0F1F2FF","notifications.foreground":"#202020","notifications.background":"#FAFAFD","notifications.border":"#F0F1F2FF","notificationLink.foreground":"#0069CC","notificationsWarningIcon.foreground":"#B69500","notificationsErrorIcon.foreground":"#ad0707","notificationsInfoIcon.foreground":"#0069CC","activityWarningBadge.foreground":"#202020","activityWarningBadge.background":"#F2C94C","activityErrorBadge.foreground":"#FFFFFF","activityErrorBadge.background":"#ad0707","extensionButton.prominentBackground":"#0069CC","extensionButton.prominentForeground":"#FFFFFF","extensionButton.prominentHoverBackground":"#0064CC","pickerGroup.border":"#EEEEF1","pickerGroup.foreground":"#202020","quickInput.background":"#FAFAFD","quickInput.foreground":"#202020","quickInputList.focusBackground":"#0069CC1A","quickInputList.focusForeground":"#202020","quickInputList.focusIconForeground":"#202020","quickInputList.hoverBackground":"#EDF0F5","terminal.selectionBackground":"#0069CC26","terminalCursor.foreground":"#202020","terminalCursor.background":"#FFFFFF","gitDecoration.addedResourceForeground":"#587c0c","gitDecoration.modifiedResourceForeground":"#667309","gitDecoration.deletedResourceForeground":"#ad0707","gitDecoration.untrackedResourceForeground":"#587c0c","gitDecoration.ignoredResourceForeground":"#8E8E90","gitDecoration.conflictingResourceForeground":"#ad0707","gitDecoration.stageModifiedResourceForeground":"#667309","gitDecoration.stageDeletedResourceForeground":"#ad0707","commandCenter.activeBorder":"#D8D8D8","quickInput.border":"#D8D8D8","gauge.foreground":"#0069CC","gauge.background":"#0069CC40","gauge.border":"#F0F1F2FF","gauge.warningForeground":"#B69500","gauge.warningBackground":"#B6950040","gauge.errorForeground":"#ad0707","gauge.errorBackground":"#ad070740","statusBarItem.prominentHoverForeground":"#FFFFFF","quickInputTitle.background":"#FAFAFD","chat.requestBubbleBackground":"#EEF4FB","chat.requestBubbleHoverBackground":"#E6EDFA","chat.thinkingShimmer":"#999999","editorCommentsWidget.rangeBackground":"#EEF4FB","editorCommentsWidget.rangeActiveBackground":"#E6EDFA","charts.foreground":"#202020","charts.lines":"#20202066","charts.blue":"#1A5CFF","charts.red":"#ad0707","charts.yellow":"#667309","charts.orange":"#d18616","charts.green":"#388A34","charts.purple":"#652D90","agentStatusIndicator.background":"#FFFFFF","inlineChat.border":"#00000000","minimapSlider.background":"#99999926","minimapSlider.hoverBackground":"#99999940","minimapSlider.activeBackground":"#99999955"},"tokenColors":[{"scope":["comment","punctuation.definition.comment","string.comment"],"settings":{"foreground":"#6e7781"}},{"scope":["constant.other.placeholder","constant.character"],"settings":{"foreground":"#cf222e"}},{"scope":["constant","entity.name.constant","variable.other.constant","variable.other.enummember","variable.language","entity"],"settings":{"foreground":"#0550ae"}},{"scope":["entity.name","meta.export.default","meta.definition.variable"],"settings":{"foreground":"#953800"}},{"scope":["variable.parameter.function","meta.jsx.children","meta.block","meta.tag.attributes","entity.name.constant","meta.object.member","meta.embedded.expression"],"settings":{"foreground":"#1f2328"}},{"scope":"entity.name.function","settings":{"foreground":"#8250df"}},{"scope":["entity.name.tag","support.class.component"],"settings":{"foreground":"#116329"}},{"scope":"keyword","settings":{"foreground":"#cf222e"}},{"scope":["storage","storage.type"],"settings":{"foreground":"#cf222e"}},{"scope":["storage.modifier.package","storage.modifier.import","storage.type.java"],"settings":{"foreground":"#1f2328"}},{"scope":["string","string punctuation.section.embedded source"],"settings":{"foreground":"#0a3069"}},{"scope":"support","settings":{"foreground":"#0550ae"}},{"scope":"meta.property-name","settings":{"foreground":"#0550ae"}},{"scope":"variable","settings":{"foreground":"#953800"}},{"scope":"variable.other","settings":{"foreground":"#1f2328"}},{"scope":"invalid.broken","settings":{"fontStyle":"italic","foreground":"#82071e"}},{"scope":"invalid.deprecated","settings":{"fontStyle":"italic","foreground":"#82071e"}},{"scope":"invalid.illegal","settings":{"fontStyle":"italic","foreground":"#82071e"}},{"scope":"invalid.unimplemented","settings":{"fontStyle":"italic","foreground":"#82071e"}},{"scope":"carriage-return","settings":{"fontStyle":"italic underline","background":"#cf222e","foreground":"#f6f8fa","content":"^M"}},{"scope":"message.error","settings":{"foreground":"#82071e"}},{"scope":"string variable","settings":{"foreground":"#0550ae"}},{"scope":["source.regexp","string.regexp"],"settings":{"foreground":"#0a3069"}},{"scope":["string.regexp.character-class","string.regexp constant.character.escape","string.regexp source.ruby.embedded","string.regexp string.regexp.arbitrary-repitition"],"settings":{"foreground":"#0a3069"}},{"scope":"string.regexp constant.character.escape","settings":{"fontStyle":"bold","foreground":"#116329"}},{"scope":"support.constant","settings":{"foreground":"#0550ae"}},{"scope":"support.variable","settings":{"foreground":"#0550ae"}},{"scope":"support.type.property-name.json","settings":{"foreground":"#116329"}},{"scope":"meta.module-reference","settings":{"foreground":"#0550ae"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#953800"}},{"scope":["markup.heading","markup.heading entity.name"],"settings":{"fontStyle":"bold","foreground":"#0550ae"}},{"scope":"markup.quote","settings":{"foreground":"#116329"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#1f2328"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#1f2328"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["markup.strikethrough"],"settings":{"fontStyle":"strikethrough"}},{"scope":"markup.inline.raw","settings":{"foreground":"#0550ae"}},{"scope":["markup.deleted","meta.diff.header.from-file","punctuation.definition.deleted"],"settings":{"background":"#ffebe9","foreground":"#82071e"}},{"scope":["punctuation.section.embedded"],"settings":{"foreground":"#cf222e"}},{"scope":["markup.inserted","meta.diff.header.to-file","punctuation.definition.inserted"],"settings":{"background":"#dafbe1","foreground":"#116329"}},{"scope":["markup.changed","punctuation.definition.changed"],"settings":{"background":"#ffd8b5","foreground":"#953800"}},{"scope":["markup.ignored","markup.untracked"],"settings":{"foreground":"#eaeef2","background":"#0550ae"}},{"scope":"meta.diff.range","settings":{"foreground":"#8250df","fontStyle":"bold"}},{"scope":"meta.diff.header","settings":{"foreground":"#0550ae"}},{"scope":"meta.separator","settings":{"fontStyle":"bold","foreground":"#0550ae"}},{"scope":"meta.output","settings":{"foreground":"#0550ae"}},{"scope":["brackethighlighter.tag","brackethighlighter.curly","brackethighlighter.round","brackethighlighter.square","brackethighlighter.angle","brackethighlighter.quote"],"settings":{"foreground":"#57606a"}},{"scope":"brackethighlighter.unmatched","settings":{"foreground":"#82071e"}},{"scope":["constant.other.reference.link","string.other.link"],"settings":{"foreground":"#0a3069"}}],"semanticHighlighting":true}