123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311
{
  "colors": {
    "checkbox.border": "#333536",
    "editor.background": "#121314",
    "editor.foreground": "#BBBEBF",
    "editor.inactiveSelectionBackground": "#27678260",
    "editorIndentGuide.background1": "#404040",
    "editorIndentGuide.activeBackground1": "#707070",
    "editor.selectionHighlightBackground": "#27678260",
    "list.dropBackground": "#3994BC1A",
    "activityBarBadge.background": "#3994BC",
    "sideBarTitle.foreground": "#bfbfbf",
    "input.placeholderForeground": "#555555",
    "menu.background": "#202122",
    "menu.foreground": "#bfbfbf",
    "menu.separatorBackground": "#2A2B2C",
    "menu.border": "#2A2B2CFF",
    "menu.selectionBackground": "#3994BC26",
    "statusBarItem.remoteForeground": "#FFFFFF",
    "statusBarItem.remoteBackground": "#0078D4",
    "ports.iconRunningProcessForeground": "#369432",
    "sideBarSectionHeader.background": "#191A1B",
    "sideBarSectionHeader.border": "#2A2B2CFF",
    "tab.selectedBackground": "#222222",
    "tab.selectedForeground": "#ffffffa0",
    "tab.lastPinnedBorder": "#2A2B2CFF",
    "list.activeSelectionIconForeground": "#FFF",
    "terminal.inactiveSelectionBackground": "#3A3D41",
    "widget.border": "#2A2B2CFF",
    "actionBar.toggledBackground": "#383a49",
    "activityBar.activeBorder": "#bfbfbf",
    "activityBar.background": "#191A1B",
    "activityBar.border": "#2A2B2CFF",
    "activityBar.foreground": "#bfbfbf",
    "activityBar.inactiveForeground": "#8C8C8C",
    "activityBarBadge.foreground": "#FFFFFF",
    "badge.background": "#3994BCF0",
    "badge.foreground": "#FFFFFF",
    "button.background": "#297AA0",
    "button.border": "#333536FF",
    "button.foreground": "#FFFFFF",
    "button.hoverBackground": "#2B7DA3",
    "button.secondaryBackground": "#00000000",
    "button.secondaryForeground": "#CCCCCC",
    "button.secondaryHoverBackground": "#FFFFFF10",
    "chat.slashCommandBackground": "#26477866",
    "chat.slashCommandForeground": "#85B6FF",
    "chat.editedFileForeground": "#E2C08D",
    "checkbox.background": "#242526",
    "debugToolBar.background": "#181818",
    "descriptionForeground": "#8C8C8C",
    "dropdown.background": "#191A1B",
    "dropdown.border": "#333536",
    "dropdown.foreground": "#bfbfbf",
    "dropdown.listBackground": "#191A1B",
    "editor.findMatchBackground": "#27678290",
    "editorGroup.border": "#FFFFFF17",
    "editorGroupHeader.tabsBackground": "#191A1B",
    "editorGroupHeader.tabsBorder": "#2A2B2CFF",
    "editorGutter.addedBackground": "#72C892",
    "editorGutter.deletedBackground": "#F28772",
    "editorGutter.modifiedBackground": "#0078D4",
    "editorLineNumber.activeForeground": "#BBBEBF",
    "editorLineNumber.foreground": "#858889",
    "editorOverviewRuler.border": "#2A2B2CFF",
    "editorWidget.background": "#202122",
    "errorForeground": "#f48771",
    "focusBorder": "#3994BCB3",
    "foreground": "#bfbfbf",
    "icon.foreground": "#8C8C8C",
    "input.background": "#191A1B",
    "input.border": "#333536FF",
    "input.foreground": "#bfbfbf",
    "inputOption.activeBackground": "#3994BC33",
    "inputOption.activeBorder": "#2A2B2CFF",
    "keybindingLabel.foreground": "#CCCCCC",
    "notificationCenterHeader.background": "#242526",
    "notificationCenterHeader.foreground": "#bfbfbf",
    "notifications.background": "#202122",
    "notifications.border": "#2A2B2CFF",
    "notifications.foreground": "#bfbfbf",
    "panel.background": "#191A1B",
    "panel.border": "#2A2B2CFF",
    "panelInput.border": "#2B2B2B",
    "panelTitle.activeBorder": "#3994BC",
    "panelTitle.activeForeground": "#bfbfbf",
    "panelTitle.inactiveForeground": "#8C8C8C",
    "peekViewEditor.background": "#191A1B",
    "peekViewEditor.matchHighlightBackground": "#3994BC33",
    "peekViewResult.background": "#191A1B",
    "peekViewResult.matchHighlightBackground": "#3994BC33",
    "pickerGroup.border": "#2A2B2CFF",
    "progressBar.background": "#878889",
    "quickInput.background": "#202122",
    "quickInput.foreground": "#bfbfbf",
    "settings.dropdownBackground": "#313131",
    "settings.dropdownBorder": "#3C3C3C",
    "settings.headerForeground": "#FFFFFF",
    "settings.modifiedItemIndicator": "#BB800966",
    "sideBar.background": "#191A1B",
    "sideBar.border": "#2A2B2CFF",
    "sideBar.foreground": "#bfbfbf",
    "sideBarSectionHeader.foreground": "#bfbfbf",
    "statusBar.background": "#191A1B",
    "statusBar.border": "#2A2B2CFF",
    "statusBarItem.hoverBackground": "#262728",
    "statusBarItem.hoverForeground": "#FFFFFF",
    "statusBar.debuggingBackground": "#3994BC",
    "statusBar.debuggingForeground": "#FFFFFF",
    "statusBar.focusBorder": "#3994BCB3",
    "statusBar.foreground": "#8C8C8C",
    "statusBar.noFolderBackground": "#191A1B",
    "statusBarItem.focusBorder": "#3994BCB3",
    "statusBarItem.prominentBackground": "#3994BC",
    "tab.activeBackground": "#121314",
    "tab.activeBorder": "#121314",
    "tab.activeBorderTop": "#3994BC",
    "tab.activeForeground": "#bfbfbf",
    "tab.selectedBorderTop": "#6caddf",
    "tab.border": "#2A2B2CFF",
    "tab.hoverBackground": "#121314",
    "tab.inactiveBackground": "#191A1B",
    "tab.inactiveForeground": "#8C8C8C",
    "tab.unfocusedActiveBorder": "#1F1F1F",
    "tab.unfocusedActiveBorderTop": "#2B2B2B",
    "tab.unfocusedHoverBackground": "#1F1F1F",
    "terminal.foreground": "#CCCCCC",
    "terminal.tab.activeBorder": "#3994BC00",
    "textBlockQuote.background": "#242526",
    "textBlockQuote.border": "#2A2B2CFF",
    "textCodeBlock.background": "#242526",
    "textLink.activeForeground": "#53A5CA",
    "textLink.foreground": "#48A0C7",
    "textPreformat.foreground": "#8C8C8C",
    "textPreformat.background": "#262626",
    "textSeparator.foreground": "#2a2a2aFF",
    "titleBar.activeBackground": "#191A1B",
    "titleBar.activeForeground": "#8C8C8C",
    "titleBar.border": "#2A2B2CFF",
    "titleBar.inactiveBackground": "#191A1B",
    "titleBar.inactiveForeground": "#8C8C8C",
    "welcomePage.tileBackground": "#2B2B2B",
    "welcomePage.progress.foreground": "#0078D4",
    "disabledForeground": "#555555",
    "checkbox.foreground": "#8C8C8C",
    "inputOption.activeForeground": "#bfbfbf",
    "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",
    "list.activeSelectionBackground": "#3994BC26",
    "list.activeSelectionForeground": "#ededed",
    "list.inactiveSelectionBackground": "#2C2D2E",
    "list.inactiveSelectionForeground": "#ededed",
    "list.hoverBackground": "#FFFFFF0D",
    "list.hoverForeground": "#bfbfbf",
    "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.activeFocusBorder": "#3994BCB3",
    "activityBarTop.activeBorder": "#bfbfbf",
    "menubar.selectionBackground": "#242526",
    "menubar.selectionForeground": "#bfbfbf",
    "menu.selectionForeground": "#bfbfbf",
    "commandCenter.foreground": "#bfbfbf",
    "commandCenter.activeForeground": "#bfbfbf",
    "commandCenter.background": "#191A1B",
    "commandCenter.activeBackground": "#FFFFFF0F",
    "commandCenter.border": "#2E3031",
    "editorStickyScroll.background": "#121314",
    "editorStickyScrollHover.background": "#202122",
    "editorStickyScroll.border": "#2A2B2CFF",
    "editorCursor.foreground": "#BBBEBF",
    "editor.selectionBackground": "#276782dd",
    "editor.wordHighlightBackground": "#27678250",
    "editor.wordHighlightStrongBackground": "#27678280",
    "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.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",
    "peekView.border": "#2A2B2CFF",
    "peekViewResult.fileForeground": "#bfbfbf",
    "peekViewResult.lineForeground": "#8C8C8C",
    "peekViewResult.selectionBackground": "#3994BC26",
    "peekViewResult.selectionForeground": "#bfbfbf",
    "peekViewTitle.background": "#242526",
    "peekViewTitleDescription.foreground": "#8C8C8C",
    "peekViewTitleLabel.foreground": "#bfbfbf",
    "editorGutter.background": "#121314",
    "diffEditor.insertedLineBackground": "#347d3926",
    "diffEditor.insertedTextBackground": "#57ab5a4d",
    "diffEditor.removedLineBackground": "#c93c3726",
    "diffEditor.removedTextBackground": "#f470674d",
    "editorOverviewRuler.findMatchForeground": "#3a94bc99",
    "editorOverviewRuler.modifiedForeground": "#6ab890",
    "editorOverviewRuler.addedForeground": "#73c991",
    "editorOverviewRuler.deletedForeground": "#f48771",
    "editorOverviewRuler.errorForeground": "#f48771",
    "editorOverviewRuler.warningForeground": "#e5ba7d",
    "statusBar.noFolderForeground": "#8C8C8C",
    "statusBarItem.activeBackground": "#4B4C4D",
    "statusBarItem.prominentForeground": "#FFFFFF",
    "statusBarItem.prominentHoverBackground": "#3994BC",
    "tab.hoverForeground": "#bfbfbf",
    "tab.unfocusedActiveBackground": "#121314",
    "tab.unfocusedActiveForeground": "#8C8C8C",
    "tab.unfocusedInactiveBackground": "#191A1B",
    "tab.unfocusedInactiveForeground": "#444444",
    "breadcrumb.foreground": "#8C8C8C",
    "breadcrumb.background": "#121314",
    "breadcrumb.focusForeground": "#bfbfbf",
    "breadcrumb.activeSelectionForeground": "#bfbfbf",
    "breadcrumbPicker.background": "#202122",
    "notificationCenter.border": "#2A2B2CFF",
    "notificationToast.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.foreground": "#bfbfbf",
    "quickInputList.focusBackground": "#297AA0",
    "quickInputList.focusForeground": "#FFFFFF",
    "quickInputList.focusIconForeground": "#FFFFFF",
    "quickInputList.focusHighlightForeground": "#FFFFFF",
    "quickInputList.hoverBackground": "#262728",
    "terminal.selectionBackground": "#3994BC33",
    "terminal.background": "#191A1B",
    "terminal.border": "#2A2B2CFF",
    "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",
    "chat.inputWorkingBorderColor1": "#297AA0",
    "chat.inputWorkingBorderColor2": "#1C546F",
    "chat.inputWorkingBorderColor3": "#5BA8CC",
    "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",
    "agents.background": "#121314",
    "agentsPanel.background": "#191A1B",
    "agentsPanel.foreground": "#bfbfbf",
    "agentsPanel.border": "#2A2B2CFF",
    "agentsGradient.tintColor": "#297AA0",
    "agentsChatInput.background": "#202122",
    "agentsChatInput.foreground": "#bfbfbf",
    "agentsChatInput.border": "#333536",
    "agentsChatInput.focusBorder": "#3994BCB3",
    "agentsChatInput.placeholderForeground": "#555555",
    "agentsNewSessionButton.background": "#00000000",
    "agentsNewSessionButton.foreground": "#bfbfbf",
    "agentsNewSessionButton.border": "#333536",
    "agentsNewSessionButton.hoverBackground": "#FFFFFF18",
    "agentsBadge.background": "#3994BC",
    "agentsBadge.foreground": "#FFFFFF",
    "agentsUnreadBadge.background": "#3994BC",
    "agentsUnreadBadge.foreground": "#FFFFFF"
  },
  "tokenColors": [
    {
      "scope": [
        "meta.embedded",
        "source.groovy.embedded",
        "string meta.image.inline.markdown",
        "variable.legacy.builtin.python"
      ],
      "settings": {
        "foreground": "#D4D4D4"
      }
    },
    {
      "scope": "emphasis",
      "settings": {
        "fontStyle": "italic"
      }
    },
    {
      "scope": "strong",
      "settings": {
        "fontStyle": "bold"
      }
    },
    {
      "scope": "header",
      "settings": {
        "foreground": "#000080"
      }
    },
    {
      "scope": "comment",
      "settings": {
        "foreground": "#6A9955"
      }
    },
    {
      "scope": "constant.language",
      "settings": {
        "foreground": "#569cd6"
      }
    },
    {
      "scope": [
        "constant.numeric",
        "variable.other.enummember",
        "keyword.operator.plus.exponent",
        "keyword.operator.minus.exponent"
      ],
      "settings": {
        "foreground": "#b5cea8"
      }
    },
    {
      "scope": "constant.regexp",
      "settings": {
        "foreground": "#646695"
      }
    },
    {
      "scope": "entity.name.tag",
      "settings": {
        "foreground": "#569cd6"
      }
    },
    {
      "scope": [
        "entity.name.tag.css",
        "entity.name.tag.less"
      ],
      "settings": {
        "foreground": "#d7ba7d"
      }
    },
    {
      "scope": "entity.other.attribute-name",
      "settings": {
        "foreground": "#9cdcfe"
      }
    },
    {
      "scope": [
        "entity.other.attribute-name.class.css",
        "source.css entity.other.attribute-name.class",
        "entity.other.attribute-name.id.css",
        "entity.other.attribute-name.parent-selector.css",
        "entity.other.attribute-name.parent.less",
        "source.css entity.other.attribute-name.pseudo-class",
        "entity.other.attribute-name.pseudo-element.css",
        "source.css.less entity.other.attribute-name.id",
        "entity.other.attribute-name.scss"
      ],
      "settings": {
        "foreground": "#d7ba7d"
      }
    },
    {
      "scope": "invalid",
      "settings": {
        "foreground": "#f44747"
      }
    },
    {
      "scope": "markup.underline",
      "settings": {
        "fontStyle": "underline"
      }
    },
    {
      "scope": "markup.bold",
      "settings": {
        "fontStyle": "bold",
        "foreground": "#569cd6"
      }
    },
    {
      "scope": "markup.heading",
      "settings": {
        "fontStyle": "bold",
        "foreground": "#569cd6"
      }
    },
    {
      "scope": "markup.italic",
      "settings": {
        "fontStyle": "italic",
        "foreground": "#C586C0"
      }
    },
    {
      "scope": "markup.strikethrough",
      "settings": {
        "fontStyle": "strikethrough"
      }
    },
    {
      "scope": "markup.inserted",
      "settings": {
        "foreground": "#b5cea8"
      }
    },
    {
      "scope": "markup.deleted",
      "settings": {
        "foreground": "#ce9178"
      }
    },
    {
      "scope": "markup.changed",
      "settings": {
        "foreground": "#569cd6"
      }
    },
    {
      "scope": "punctuation.definition.quote.begin.markdown",
      "settings": {
        "foreground": "#6A9955"
      }
    },
    {
      "scope": "punctuation.definition.list.begin.markdown",
      "settings": {
        "foreground": "#6796e6"
      }
    },
    {
      "scope": "markup.inline.raw",
      "settings": {
        "foreground": "#ce9178"
      }
    },
    {
      "name": "brackets of XML/HTML tags",
      "scope": "punctuation.definition.tag",
      "settings": {
        "foreground": "#808080"
      }
    },
    {
      "scope": [
        "meta.preprocessor",
        "entity.name.function.preprocessor"
      ],
      "settings": {
        "foreground": "#569cd6"
      }
    },
    {
      "scope": "meta.preprocessor.string",
      "settings": {
        "foreground": "#ce9178"
      }
    },
    {
      "scope": "meta.preprocessor.numeric",
      "settings": {
        "foreground": "#b5cea8"
      }
    },
    {
      "scope": "meta.structure.dictionary.key.python",
      "settings": {
        "foreground": "#9cdcfe"
      }
    },
    {
      "scope": "meta.diff.header",
      "settings": {
        "foreground": "#569cd6"
      }
    },
    {
      "scope": "storage",
      "settings": {
        "foreground": "#569cd6"
      }
    },
    {
      "scope": "storage.type",
      "settings": {
        "foreground": "#569cd6"
      }
    },
    {
      "scope": [
        "storage.modifier",
        "keyword.operator.noexcept"
      ],
      "settings": {
        "foreground": "#569cd6"
      }
    },
    {
      "scope": [
        "string",
        "meta.embedded.assembly"
      ],
      "settings": {
        "foreground": "#ce9178"
      }
    },
    {
      "scope": "string.tag",
      "settings": {
        "foreground": "#ce9178"
      }
    },
    {
      "scope": "string.value",
      "settings": {
        "foreground": "#ce9178"
      }
    },
    {
      "scope": "string.regexp",
      "settings": {
        "foreground": "#d16969"
      }
    },
    {
      "name": "String interpolation",
      "scope": [
        "punctuation.definition.template-expression.begin",
        "punctuation.definition.template-expression.end",
        "punctuation.section.embedded"
      ],
      "settings": {
        "foreground": "#569cd6"
      }
    },
    {
      "name": "Reset JavaScript string interpolation expression",
      "scope": [
        "meta.template.expression"
      ],
      "settings": {
        "foreground": "#d4d4d4"
      }
    },
    {
      "scope": [
        "support.type.vendored.property-name",
        "support.type.property-name",
        "source.css variable",
        "source.coffee.embedded"
      ],
      "settings": {
        "foreground": "#9cdcfe"
      }
    },
    {
      "scope": "keyword",
      "settings": {
        "foreground": "#569cd6"
      }
    },
    {
      "scope": "keyword.control",
      "settings": {
        "foreground": "#569cd6"
      }
    },
    {
      "scope": "keyword.operator",
      "settings": {
        "foreground": "#d4d4d4"
      }
    },
    {
      "scope": [
        "keyword.operator.new",
        "keyword.operator.expression",
        "keyword.operator.cast",
        "keyword.operator.sizeof",
        "keyword.operator.alignof",
        "keyword.operator.typeid",
        "keyword.operator.alignas",
        "keyword.operator.instanceof",
        "keyword.operator.logical.python",
        "keyword.operator.wordlike"
      ],
      "settings": {
        "foreground": "#569cd6"
      }
    },
    {
      "scope": "keyword.other.unit",
      "settings": {
        "foreground": "#b5cea8"
      }
    },
    {
      "scope": [
        "punctuation.section.embedded.begin.php",
        "punctuation.section.embedded.end.php"
      ],
      "settings": {
        "foreground": "#569cd6"
      }
    },
    {
      "scope": "support.function.git-rebase",
      "settings": {
        "foreground": "#9cdcfe"
      }
    },
    {
      "scope": "constant.sha.git-rebase",
      "settings": {
        "foreground": "#b5cea8"
      }
    },
    {
      "name": "coloring of the Java import and package identifiers",
      "scope": [
        "storage.modifier.import.java",
        "variable.language.wildcard.java",
        "storage.modifier.package.java"
      ],
      "settings": {
        "foreground": "#d4d4d4"
      }
    },
    {
      "name": "this.self",
      "scope": "variable.language",
      "settings": {
        "foreground": "#569cd6"
      }
    },
    {
      "name": "Function declarations",
      "scope": [
        "entity.name.function",
        "support.function",
        "support.constant.handlebars",
        "source.powershell variable.other.member",
        "entity.name.operator.custom-literal"
      ],
      "settings": {
        "foreground": "#DCDCAA"
      }
    },
    {
      "name": "Types declaration and references",
      "scope": [
        "support.class",
        "support.type",
        "entity.name.type",
        "entity.name.namespace",
        "entity.other.attribute",
        "entity.name.scope-resolution",
        "entity.name.class",
        "storage.type.numeric.go",
        "storage.type.byte.go",
        "storage.type.boolean.go",
        "storage.type.string.go",
        "storage.type.uintptr.go",
        "storage.type.error.go",
        "storage.type.rune.go",
        "storage.type.cs",
        "storage.type.generic.cs",
        "storage.type.modifier.cs",
        "storage.type.variable.cs",
        "storage.type.annotation.java",
        "storage.type.generic.java",
        "storage.type.java",
        "storage.type.object.array.java",
        "storage.type.primitive.array.java",
        "storage.type.primitive.java",
        "storage.type.token.java",
        "storage.type.groovy",
        "storage.type.annotation.groovy",
        "storage.type.parameters.groovy",
        "storage.type.generic.groovy",
        "storage.type.object.array.groovy",
        "storage.type.primitive.array.groovy",
        "storage.type.primitive.groovy"
      ],
      "settings": {
        "foreground": "#4EC9B0"
      }
    },
    {
      "name": "Types declaration and references, TS grammar specific",
      "scope": [
        "meta.type.cast.expr",
        "meta.type.new.expr",
        "support.constant.math",
        "support.constant.dom",
        "support.constant.json",
        "entity.other.inherited-class",
        "punctuation.separator.namespace.ruby"
      ],
      "settings": {
        "foreground": "#4EC9B0"
      }
    },
    {
      "name": "Control flow / Special keywords",
      "scope": [
        "keyword.control",
        "source.cpp keyword.operator.new",
        "keyword.operator.delete",
        "keyword.other.using",
        "keyword.other.directive.using",
        "keyword.other.operator",
        "entity.name.operator"
      ],
      "settings": {
        "foreground": "#C586C0"
      }
    },
    {
      "name": "Variable and parameter name",
      "scope": [
        "variable",
        "meta.definition.variable.name",
        "support.variable",
        "entity.name.variable",
        "constant.other.placeholder"
      ],
      "settings": {
        "foreground": "#9CDCFE"
      }
    },
    {
      "name": "Constants and enums",
      "scope": [
        "variable.other.constant",
        "variable.other.enummember"
      ],
      "settings": {
        "foreground": "#4FC1FF"
      }
    },
    {
      "name": "Object keys, TS grammar specific",
      "scope": [
        "meta.object-literal.key"
      ],
      "settings": {
        "foreground": "#9CDCFE"
      }
    },
    {
      "name": "CSS property value",
      "scope": [
        "support.constant.property-value",
        "support.constant.font-name",
        "support.constant.media-type",
        "support.constant.media",
        "constant.other.color.rgb-value",
        "constant.other.rgb-value",
        "support.constant.color"
      ],
      "settings": {
        "foreground": "#CE9178"
      }
    },
    {
      "name": "Regular expression groups",
      "scope": [
        "punctuation.definition.group.regexp",
        "punctuation.definition.group.assertion.regexp",
        "punctuation.definition.character-class.regexp",
        "punctuation.character.set.begin.regexp",
        "punctuation.character.set.end.regexp",
        "keyword.operator.negation.regexp",
        "support.other.parenthesis.regexp"
      ],
      "settings": {
        "foreground": "#CE9178"
      }
    },
    {
      "scope": [
        "constant.character.character-class.regexp",
        "constant.other.character-class.set.regexp",
        "constant.other.character-class.regexp",
        "constant.character.set.regexp"
      ],
      "settings": {
        "foreground": "#d16969"
      }
    },
    {
      "scope": [
        "keyword.operator.or.regexp",
        "keyword.control.anchor.regexp"
      ],
      "settings": {
        "foreground": "#DCDCAA"
      }
    },
    {
      "scope": "keyword.operator.quantifier.regexp",
      "settings": {
        "foreground": "#d7ba7d"
      }
    },
    {
      "scope": [
        "constant.character",
        "constant.other.option"
      ],
      "settings": {
        "foreground": "#569cd6"
      }
    },
    {
      "scope": "constant.character.escape",
      "settings": {
        "foreground": "#d7ba7d"
      }
    },
    {
      "scope": "entity.name.label",
      "settings": {
        "foreground": "#C8C8C8"
      }
    },
    {
      "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"
      }
    }
  ],
  "semanticTokenColors": {
    "newOperator": "#C586C0",
    "stringLiteral": "#ce9178",
    "customLiteral": "#DCDCAA",
    "numberLiteral": "#b5cea8"
  },
  "semanticHighlighting": true
}