Skip to content

Instantly share code, notes, and snippets.

@andrewmcodes
Created April 11, 2021 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewmcodes/cb42ae0c3dfb852f21515715d5c8a03f to your computer and use it in GitHub Desktop.
Save andrewmcodes/cb42ae0c3dfb852f21515715d5c8a03f to your computer and use it in GitHub Desktop.
VS Code Generate Color Theme Output
{
"$schema": "vscode://schemas/color-theme",
"type": "dark",
"colors": {
"activityBar.background": "#181a1f",
"activityBar.foreground": "#d7dae0",
"activityBarBadge.background": "#4d78cc",
"activityBarBadge.foreground": "#f8fafd",
"badge.background": "#181a1f",
"button.background": "#404754",
"debugToolBar.background": "#181a1f",
"diffEditor.insertedTextBackground": "#00809b33",
"dropdown.background": "#1d1f23",
"dropdown.border": "#181a1f",
"editor.background": "#181a1f",
"editor.findMatchBackground": "#42557b",
"editor.findMatchBorder": "#457dff",
"editor.findMatchHighlightBackground": "#314365",
"editor.foreground": "#abb2bf",
"editor.lineHighlightBackground": "#2c313c",
"editor.selectionBackground": "#67769660",
"editor.selectionHighlightBackground": "#ffffff10",
"editor.selectionHighlightBorder": "#dddddd",
"editor.wordHighlightBackground": "#484e5b",
"editor.wordHighlightBorder": "#7f848e",
"editor.wordHighlightStrongBackground": "#abb2bf26",
"editor.wordHighlightStrongBorder": "#7f848e",
"editorBracketMatch.background": "#515a6b",
"editorBracketMatch.border": "#515a6b",
"editorCursor.background": "#ffffffc9",
"editorCursor.foreground": "#528bff",
"editorError.foreground": "#c24038",
"editorGroup.border": "#181a1f",
"editorGroup.emptyBackground": "#181a1f",
"editorGroupHeader.tabsBackground": "#181a1f",
"editorHoverWidget.background": "#181a1f",
"editorHoverWidget.border": "#181a1f",
"editorIndentGuide.activeBackground": "#c8c8c859",
"editorIndentGuide.background": "#3b4048",
"editorLineNumber.activeForeground": "#737984",
"editorLineNumber.foreground": "#495162",
"editorMarkerNavigation.background": "#181a1f",
"editorRuler.foreground": "#abb2bf26",
"editorSuggestWidget.background": "#181a1f",
"editorSuggestWidget.border": "#181a1f",
"editorSuggestWidget.selectedBackground": "#2c313a",
"editorWarning.foreground": "#d19a66",
"editorWhitespace.foreground": "#3b4048",
"editorWidget.background": "#181a1f",
"focusBorder": "#181a1f",
"input.background": "#1d1f23",
"list.activeSelectionBackground": "#2c313a",
"list.activeSelectionForeground": "#d7dae0",
"list.focusBackground": "#383e4a",
"list.highlightForeground": "#c5c5c5",
"list.hoverBackground": "#292d35",
"list.inactiveSelectionBackground": "#2c313a",
"list.inactiveSelectionForeground": "#d7dae0",
"list.warningForeground": "#d19a66",
"menu.foreground": "#c8c8c8",
"peekViewEditor.background": "#1b1d23",
"peekViewEditor.matchHighlightBackground": "#29244b",
"peekViewResult.background": "#22262b",
"scrollbarSlider.activeBackground": "#747d9180",
"scrollbarSlider.background": "#4e566660",
"scrollbarSlider.hoverBackground": "#5a637580",
"sideBar.background": "#181a1f",
"sideBarSectionHeader.background": "#181a1f",
"statusBar.background": "#181a1f",
"statusBar.debuggingBackground": "#7e0097",
"statusBar.debuggingBorder": "#66017a",
"statusBar.debuggingForeground": "#ffffff",
"statusBar.foreground": "#9da5b4",
"statusBar.noFolderBackground": "#181a1f",
"statusBarItem.hoverBackground": "#2c313a",
"statusBarItem.remoteBackground": "#517bce",
"statusBarItem.remoteForeground": "#f8fafd",
"tab.activeBackground": "#181a1f",
"tab.activeForeground": "#dcdcdc",
"tab.border": "#181a1f",
"tab.hoverBackground": "#323842",
"tab.inactiveBackground": "#181a1f",
"tab.unfocusedHoverBackground": "#323842",
"terminal.ansiBlack": "#3f4451",
"terminal.ansiBlue": "#4aa5f0",
"terminal.ansiBrightBlack": "#4f5666",
"terminal.ansiBrightBlue": "#4dc4ff",
"terminal.ansiBrightCyan": "#4cd1e0",
"terminal.ansiBrightGreen": "#a5e075",
"terminal.ansiBrightMagenta": "#de73ff",
"terminal.ansiBrightRed": "#ff616e",
"terminal.ansiBrightWhite": "#ffffff",
"terminal.ansiBrightYellow": "#f0a45d",
"terminal.ansiCyan": "#42b3c2",
"terminal.ansiGreen": "#8cc265",
"terminal.ansiMagenta": "#c162de",
"terminal.ansiRed": "#e05561",
"terminal.ansiWhite": "#e6e6e6",
"terminal.ansiYellow": "#d18f52",
"terminal.background": "#181a1f",
"terminal.border": "#abb2bf",
"terminal.foreground": "#abb2bf",
"terminal.selectionBackground": "#abb2bf30",
"textLink.foreground": "#61afef",
"titleBar.activeBackground": "#181a1f",
"titleBar.activeForeground": "#9da5b4",
"titleBar.inactiveBackground": "#181a1f",
"titleBar.inactiveForeground": "#6b717d",
//"activityBar.activeBorder": "#d7dae0",
//"activityBar.dropBorder": "#d7dae0",
//"activityBar.inactiveForeground": "#d7dae066",
//"badge.foreground": "#ffffff",
//"bookmarks.lineBackground": "#00000000",
//"bookmarks.lineBorder": "#00000000",
//"bookmarks.overviewRuler": "#157efb88",
//"breadcrumb.activeSelectionForeground": "#e0e0e0",
//"breadcrumb.background": "#181a1f",
//"breadcrumb.focusForeground": "#e0e0e0",
//"breadcrumb.foreground": "#cccccccc",
//"breadcrumbPicker.background": "#181a1f",
//"button.foreground": "#ffffff",
//"button.hoverBackground": "#4d5565",
//"button.secondaryBackground": "#3a3d41",
//"button.secondaryForeground": "#ffffff",
//"button.secondaryHoverBackground": "#45494e",
//"charts.blue": "#75beff",
//"charts.foreground": "#cccccc",
//"charts.green": "#89d185",
//"charts.lines": "#cccccc80",
//"charts.orange": "#d18616",
//"charts.purple": "#b180d7",
//"charts.red": "#c24038",
//"charts.yellow": "#d19a66",
//"checkbox.background": "#1d1f23",
//"checkbox.border": "#181a1f",
//"checkbox.foreground": "#f0f0f0",
//"debugConsole.errorForeground": "#f48771",
//"debugConsole.infoForeground": "#75beff",
//"debugConsole.sourceForeground": "#cccccc",
//"debugConsole.warningForeground": "#d19a66",
//"debugConsoleInputIcon.foreground": "#cccccc",
//"debugExceptionWidget.background": "#420b0d",
//"debugExceptionWidget.border": "#a31515",
//"debugIcon.breakpointCurrentStackframeForeground": "#ffcc00",
//"debugIcon.breakpointDisabledForeground": "#848484",
//"debugIcon.breakpointForeground": "#e51400",
//"debugIcon.breakpointStackframeForeground": "#89d185",
//"debugIcon.breakpointUnverifiedForeground": "#848484",
//"debugIcon.continueForeground": "#75beff",
//"debugIcon.disconnectForeground": "#f48771",
//"debugIcon.pauseForeground": "#75beff",
//"debugIcon.restartForeground": "#89d185",
//"debugIcon.startForeground": "#89d185",
//"debugIcon.stepBackForeground": "#75beff",
//"debugIcon.stepIntoForeground": "#75beff",
//"debugIcon.stepOutForeground": "#75beff",
//"debugIcon.stepOverForeground": "#75beff",
//"debugIcon.stopForeground": "#f48771",
//"debugTokenExpression.boolean": "#4e94ce",
//"debugTokenExpression.error": "#f48771",
//"debugTokenExpression.name": "#c586c0",
//"debugTokenExpression.number": "#b5cea8",
//"debugTokenExpression.string": "#ce9178",
//"debugTokenExpression.value": "#cccccc99",
//"debugView.exceptionLabelBackground": "#6c2022",
//"debugView.exceptionLabelForeground": "#cccccc",
//"debugView.stateLabelBackground": "#88888844",
//"debugView.stateLabelForeground": "#cccccc",
//"debugView.valueChangedHighlight": "#569cd6",
//"descriptionForeground": "#ccccccb3",
//"diffEditor.diagonalFill": "#cccccc33",
//"diffEditor.removedTextBackground": "#ff000033",
//"dropdown.foreground": "#f0f0f0",
//"editor.findRangeHighlightBackground": "#3a3d4166",
//"editor.focusedStackFrameHighlightBackground": "#7abd7a4d",
//"editor.foldBackground": "#6776961d",
//"editor.hoverHighlightBackground": "#264f7840",
//"editor.inactiveSelectionBackground": "#67769630",
//"editor.lineHighlightBorder": "#282828",
//"editor.linkedEditingBackground": "#ff00004d",
//"editor.rangeHighlightBackground": "#ffffff0b",
//"editor.snippetFinalTabstopHighlightBorder": "#525252",
//"editor.snippetTabstopHighlightBackground": "#7c7c7c4d",
//"editor.stackFrameHighlightBackground": "#ffff0033",
//"editor.symbolHighlightBackground": "#314365",
//"editorActiveLineNumber.foreground": "#c6c6c6",
//"editorCodeLens.foreground": "#999999",
//"editorGroup.dropBackground": "#53595d80",
//"editorGroupHeader.noTabsBackground": "#181a1f",
//"editorGutter.addedBackground": "#587c0c",
//"editorGutter.background": "#181a1f",
//"editorGutter.commentRangeForeground": "#c5c5c5",
//"editorGutter.deletedBackground": "#94151b",
//"editorGutter.foldingControlForeground": "#c5c5c5",
//"editorGutter.modifiedBackground": "#0c7d9d",
//"editorHint.foreground": "#eeeeeeb3",
//"editorHoverWidget.foreground": "#cccccc",
//"editorHoverWidget.statusBarBackground": "#1d1f25",
//"editorInfo.foreground": "#75beff",
//"editorInlineHint.background": "#cccccc",
//"editorInlineHint.foreground": "#181a1f",
//"editorLightBulb.foreground": "#ffcc00",
//"editorLightBulbAutoFix.foreground": "#75beff",
//"editorLink.activeForeground": "#4e94ce",
//"editorMarkerNavigationError.background": "#c24038",
//"editorMarkerNavigationInfo.background": "#75beff",
//"editorMarkerNavigationWarning.background": "#d19a66",
//"editorOverviewRuler.addedForeground": "#587c0c99",
//"editorOverviewRuler.border": "#7f7f7f4d",
//"editorOverviewRuler.bracketMatchForeground": "#a0a0a0",
//"editorOverviewRuler.commonContentForeground": "#60606066",
//"editorOverviewRuler.currentContentForeground": "#40c8ae80",
//"editorOverviewRuler.deletedForeground": "#94151b99",
//"editorOverviewRuler.errorForeground": "#ff1212b3",
//"editorOverviewRuler.findMatchForeground": "#d186167e",
//"editorOverviewRuler.incomingContentForeground": "#40a6ff80",
//"editorOverviewRuler.infoForeground": "#75beff",
//"editorOverviewRuler.modifiedForeground": "#0c7d9d99",
//"editorOverviewRuler.rangeHighlightForeground": "#007acc99",
//"editorOverviewRuler.selectionHighlightForeground": "#a0a0a0cc",
//"editorOverviewRuler.warningForeground": "#d19a66",
//"editorOverviewRuler.wordHighlightForeground": "#a0a0a0cc",
//"editorOverviewRuler.wordHighlightStrongForeground": "#c0a0c0cc",
//"editorPane.background": "#181a1f",
//"editorSuggestWidget.foreground": "#abb2bf",
//"editorSuggestWidget.highlightForeground": "#c5c5c5",
//"editorUnnecessaryCode.opacity": "#000000aa",
//"editorWidget.border": "#454545",
//"editorWidget.foreground": "#cccccc",
//"errorForeground": "#f48771",
//"extensionBadge.remoteBackground": "#4d78cc",
//"extensionBadge.remoteForeground": "#f8fafd",
//"extensionButton.prominentBackground": "#404754",
//"extensionButton.prominentForeground": "#ffffff",
//"extensionButton.prominentHoverBackground": "#4d5565",
//"extensionIcon.starForeground": "#ff8e00",
//"foreground": "#cccccc",
//"gitDecoration.addedResourceForeground": "#81b88b",
//"gitDecoration.conflictingResourceForeground": "#e4676b",
//"gitDecoration.deletedResourceForeground": "#c74e39",
//"gitDecoration.ignoredResourceForeground": "#8c8c8c",
//"gitDecoration.modifiedResourceForeground": "#e2c08d",
//"gitDecoration.renamedResourceForeground": "#73c991",
//"gitDecoration.stageDeletedResourceForeground": "#c74e39",
//"gitDecoration.stageModifiedResourceForeground": "#e2c08d",
//"gitDecoration.submoduleResourceForeground": "#8db9e2",
//"gitDecoration.untrackedResourceForeground": "#73c991",
//"gitlens.closedPullRequestIconColor": "#f85149",
//"gitlens.decorations.addedForegroundColor": "#81b88b",
//"gitlens.decorations.branchAheadForegroundColor": "#35b15e",
//"gitlens.decorations.branchBehindForegroundColor": "#b15e35",
//"gitlens.decorations.branchDivergedForegroundColor": "#d8af1b",
//"gitlens.decorations.branchMissingUpstreamForegroundColor": "#c74e39",
//"gitlens.decorations.branchUnpublishedForegroundColor": "#35b15e",
//"gitlens.decorations.copiedForegroundColor": "#73c991",
//"gitlens.decorations.deletedForegroundColor": "#c74e39",
//"gitlens.decorations.ignoredForegroundColor": "#8c8c8c",
//"gitlens.decorations.modifiedForegroundColor": "#e2c08d",
//"gitlens.decorations.renamedForegroundColor": "#73c991",
//"gitlens.decorations.untrackedForegroundColor": "#73c991",
//"gitlens.gutterBackgroundColor": "#ffffff13",
//"gitlens.gutterForegroundColor": "#bebebe",
//"gitlens.gutterUncommittedForegroundColor": "#00bcf299",
//"gitlens.lineHighlightBackgroundColor": "#00bcf233",
//"gitlens.lineHighlightOverviewRulerColor": "#00bcf299",
//"gitlens.mergedPullRequestIconColor": "#995dff",
//"gitlens.openPullRequestIconColor": "#56d364",
//"gitlens.trailingLineBackgroundColor": "#00000000",
//"gitlens.trailingLineForegroundColor": "#99999959",
//"gitlens.unpublishedCommitIconColor": "#35b15e",
//"gitlens.unpulledChangesIconColor": "#b15e35",
//"gitlens.unpushlishedChangesIconColor": "#35b15e",
//"icon.foreground": "#c5c5c5",
//"imagePreview.border": "#80808059",
//"inlineTitleBar.background": "#181a1f",
//"input.foreground": "#cccccc",
//"input.placeholderForeground": "#cccccc80",
//"inputOption.activeBackground": "#181a1f66",
//"inputOption.activeBorder": "#007acc00",
//"inputOption.activeForeground": "#ffffff",
//"inputValidation.errorBackground": "#5a1d1d",
//"inputValidation.errorBorder": "#be1100",
//"inputValidation.infoBackground": "#063b49",
//"inputValidation.infoBorder": "#007acc",
//"inputValidation.warningBackground": "#352a05",
//"inputValidation.warningBorder": "#b89500",
//"issues.closed": "#cb2431",
//"issues.newIssueDecoration": "#ffffff48",
//"issues.open": "#22863a",
//"list.deemphasizedForeground": "#8c8c8c",
//"list.dropBackground": "#062f4a",
//"list.errorForeground": "#f88070",
//"list.filterMatchBackground": "#314365",
//"list.focusOutline": "#181a1f",
//"list.invalidItemForeground": "#b89500",
//"listFilterWidget.background": "#653723",
//"listFilterWidget.noMatchesOutline": "#be1100",
//"listFilterWidget.outline": "#00000000",
//"menu.background": "#1d1f23",
//"menu.selectionBackground": "#2c313a",
//"menu.selectionForeground": "#d7dae0",
//"menu.separatorBackground": "#bbbbbb",
//"menubar.selectionBackground": "#ffffff1a",
//"menubar.selectionForeground": "#9da5b4",
//"merge.commonContentBackground": "#60606029",
//"merge.commonHeaderBackground": "#60606066",
//"merge.currentContentBackground": "#40c8ae33",
//"merge.currentHeaderBackground": "#40c8ae80",
//"merge.incomingContentBackground": "#40a6ff33",
//"merge.incomingHeaderBackground": "#40a6ff80",
//"minimap.errorHighlight": "#ff1212b3",
//"minimap.findMatchHighlight": "#d18616",
//"minimap.selectionHighlight": "#264f78",
//"minimap.warningHighlight": "#d19a66",
//"minimapGutter.addedBackground": "#587c0c",
//"minimapGutter.deletedBackground": "#94151b",
//"minimapGutter.modifiedBackground": "#0c7d9d",
//"minimapSlider.activeBackground": "#747d9140",
//"minimapSlider.background": "#4e566630",
//"minimapSlider.hoverBackground": "#5a637540",
//"notebook.cellBorderColor": "#2c313a",
//"notebook.cellInsertionIndicator": "#181a1f",
//"notebook.cellStatusBarItemHoverBackground": "#ffffff26",
//"notebook.cellToolbarSeparator": "#80808059",
//"notebook.focusedCellBorder": "#181a1f",
//"notebook.focusedEditorBorder": "#181a1f",
//"notebook.focusedRowBorder": "#ffffff1f",
//"notebook.inactiveFocusedCellBorder": "#2c313a",
//"notebook.outputContainerBackgroundColor": "#2c313a",
//"notebook.rowHoverBackground": "#80808012",
//"notebook.selectedCellBackground": "#2c313a",
//"notebook.selectedCellBorder": "#2c313a",
//"notebook.symbolHighlightBackground": "#ffffff0b",
//"notebookScrollbarSlider.activeBackground": "#747d9180",
//"notebookScrollbarSlider.background": "#4e566660",
//"notebookScrollbarSlider.hoverBackground": "#5a637580",
//"notebookStatusErrorIcon.foreground": "#f48771",
//"notebookStatusRunningIcon.foreground": "#cccccc",
//"notebookStatusSuccessIcon.foreground": "#89d185",
//"notificationCenterHeader.background": "#1f2228",
//"notificationLink.foreground": "#61afef",
//"notifications.background": "#181a1f",
//"notifications.border": "#1f2228",
//"notifications.foreground": "#cccccc",
//"notificationsErrorIcon.foreground": "#c24038",
//"notificationsInfoIcon.foreground": "#75beff",
//"notificationsWarningIcon.foreground": "#d19a66",
//"panel.background": "#181a1f",
//"panel.border": "#80808059",
//"panel.dropBorder": "#e7e7e7",
//"panelSection.border": "#80808059",
//"panelSection.dropBackground": "#53595d80",
//"panelSectionHeader.background": "#80808033",
//"panelTitle.activeBorder": "#e7e7e7",
//"panelTitle.activeForeground": "#e7e7e7",
//"panelTitle.inactiveForeground": "#e7e7e799",
//"peekView.border": "#007acc",
//"peekViewEditorGutter.background": "#1b1d23",
//"peekViewResult.fileForeground": "#ffffff",
//"peekViewResult.lineForeground": "#bbbbbb",
//"peekViewResult.matchHighlightBackground": "#ea5c004d",
//"peekViewResult.selectionBackground": "#3399ff33",
//"peekViewResult.selectionForeground": "#ffffff",
//"peekViewTitle.background": "#1e1e1e",
//"peekViewTitleDescription.foreground": "#ccccccb3",
//"peekViewTitleLabel.foreground": "#ffffff",
//"pickerGroup.border": "#3f3f46",
//"pickerGroup.foreground": "#3794ff",
//"problemsErrorIcon.foreground": "#c24038",
//"problemsInfoIcon.foreground": "#75beff",
//"problemsWarningIcon.foreground": "#d19a66",
//"progressBar.background": "#0e70c0",
//"quickInput.background": "#181a1f",
//"quickInput.foreground": "#cccccc",
//"quickInputList.focusBackground": "#383e4a",
//"quickInputTitle.background": "#ffffff1b",
//"sash.hoverBorder": "#181a1f",
//"scm.providerBorder": "#454545",
//"scrollbar.shadow": "#000000",
//"searchEditor.findMatchBackground": "#314365a8",
//"settings.checkboxBackground": "#1d1f23",
//"settings.checkboxBorder": "#181a1f",
//"settings.checkboxForeground": "#f0f0f0",
//"settings.dropdownBackground": "#1d1f23",
//"settings.dropdownBorder": "#181a1f",
//"settings.dropdownForeground": "#f0f0f0",
//"settings.dropdownListBorder": "#454545",
//"settings.focusedRowBackground": "#80808024",
//"settings.headerForeground": "#e7e7e7",
//"settings.modifiedItemIndicator": "#0c7d9d",
//"settings.numberInputBackground": "#1d1f23",
//"settings.numberInputForeground": "#cccccc",
//"settings.textInputBackground": "#1d1f23",
//"settings.textInputForeground": "#cccccc",
//"sideBar.dropBackground": "#53595d80",
//"statusBar.noFolderForeground": "#9da5b4",
//"statusBarItem.activeBackground": "#ffffff2e",
//"statusBarItem.errorBackground": "#c72e0f",
//"statusBarItem.errorForeground": "#ffffff",
//"statusBarItem.prominentBackground": "#00000080",
//"statusBarItem.prominentForeground": "#9da5b4",
//"statusBarItem.prominentHoverBackground": "#0000004d",
//"symbolIcon.arrayForeground": "#cccccc",
//"symbolIcon.booleanForeground": "#cccccc",
//"symbolIcon.classForeground": "#ee9d28",
//"symbolIcon.colorForeground": "#cccccc",
//"symbolIcon.constantForeground": "#cccccc",
//"symbolIcon.constructorForeground": "#b180d7",
//"symbolIcon.enumeratorForeground": "#ee9d28",
//"symbolIcon.enumeratorMemberForeground": "#75beff",
//"symbolIcon.eventForeground": "#ee9d28",
//"symbolIcon.fieldForeground": "#75beff",
//"symbolIcon.fileForeground": "#cccccc",
//"symbolIcon.folderForeground": "#cccccc",
//"symbolIcon.functionForeground": "#b180d7",
//"symbolIcon.interfaceForeground": "#75beff",
//"symbolIcon.keyForeground": "#cccccc",
//"symbolIcon.keywordForeground": "#cccccc",
//"symbolIcon.methodForeground": "#b180d7",
//"symbolIcon.moduleForeground": "#cccccc",
//"symbolIcon.namespaceForeground": "#cccccc",
//"symbolIcon.nullForeground": "#cccccc",
//"symbolIcon.numberForeground": "#cccccc",
//"symbolIcon.objectForeground": "#cccccc",
//"symbolIcon.operatorForeground": "#cccccc",
//"symbolIcon.packageForeground": "#cccccc",
//"symbolIcon.propertyForeground": "#cccccc",
//"symbolIcon.referenceForeground": "#cccccc",
//"symbolIcon.snippetForeground": "#cccccc",
//"symbolIcon.stringForeground": "#cccccc",
//"symbolIcon.structForeground": "#cccccc",
//"symbolIcon.textForeground": "#cccccc",
//"symbolIcon.typeParameterForeground": "#cccccc",
//"symbolIcon.unitForeground": "#cccccc",
//"symbolIcon.variableForeground": "#75beff",
//"tab.activeModifiedBorder": "#3399cc",
//"tab.inactiveForeground": "#dcdcdc80",
//"tab.inactiveModifiedBorder": "#3399cc80",
//"tab.lastPinnedBorder": "#585858",
//"tab.unfocusedActiveBackground": "#181a1f",
//"tab.unfocusedActiveForeground": "#dcdcdc80",
//"tab.unfocusedActiveModifiedBorder": "#3399cc80",
//"tab.unfocusedInactiveBackground": "#181a1f",
//"tab.unfocusedInactiveForeground": "#dcdcdc40",
//"tab.unfocusedInactiveModifiedBorder": "#3399cc40",
//"testing.iconErrored": "#f14c4c",
//"testing.iconFailed": "#f14c4c",
//"testing.iconPassed": "#73c991",
//"testing.iconQueued": "#cca700",
//"testing.iconSkipped": "#848484",
//"testing.iconUnset": "#848484",
//"testing.message.error.decorationForeground": "#c24038",
//"testing.message.error.lineBackground": "#ff000033",
//"testing.message.hint.decorationForeground": "#eeeeeeb3",
//"testing.message.info.decorationForeground": "#75beff",
//"testing.message.info.lineBackground": "#007fff33",
//"testing.message.warning.decorationForeground": "#d19a66",
//"testing.message.warning.lineBackground": "#ffd00033",
//"testing.peekBorder": "#c24038",
//"testing.runAction": "#73c991",
//"textBlockQuote.background": "#7f7f7f1a",
//"textBlockQuote.border": "#007acc80",
//"textCodeBlock.background": "#0a0a0a66",
//"textLink.activeForeground": "#3794ff",
//"textPreformat.foreground": "#d7ba7d",
//"textSeparator.foreground": "#ffffff2e",
//"tree.indentGuidesStroke": "#585858",
//"tree.tableColumnsBorder": "#cccccc20",
//"welcomePage.progress.background": "#1d1f23",
//"welcomePage.progress.foreground": "#61afef",
//"welcomePage.tileBackground": "#181a1f",
//"welcomePage.tileHoverBackground": "#1d1f25",
//"welcomePage.tileShadow.": "#0000005c",
//"widget.shadow": "#0000005c",
//"workspaceTrust.trustedForergound": "#89d185",
//"workspaceTrust.untrustedForeground": "#c24038",
//"activityBar.activeBackground": null,
//"activityBar.activeFocusBorder": null,
//"activityBar.border": null,
//"contrastActiveBorder": null,
//"contrastBorder": null,
//"debugToolBar.border": null,
//"diffEditor.border": null,
//"diffEditor.insertedTextBorder": null,
//"diffEditor.removedTextBorder": null,
//"dropdown.listBackground": null,
//"editor.findMatchHighlightBorder": null,
//"editor.findRangeHighlightBorder": null,
//"editor.rangeHighlightBorder": null,
//"editor.selectionForeground": null,
//"editor.snippetFinalTabstopHighlightBackground": null,
//"editor.snippetTabstopHighlightBorder": null,
//"editor.symbolHighlightBorder": null,
//"editorError.background": null,
//"editorError.border": null,
//"editorGroup.background": null,
//"editorGroup.focusedEmptyBorder": null,
//"editorGroupHeader.border": null,
//"editorGroupHeader.tabsBorder": null,
//"editorHint.border": null,
//"editorInfo.background": null,
//"editorInfo.border": null,
//"editorOverviewRuler.background": null,
//"editorUnnecessaryCode.border": null,
//"editorWarning.background": null,
//"editorWarning.border": null,
//"editorWidget.resizeBorder": null,
//"gitlens.decorations.branchUpToDateForegroundColor": null,
//"input.border": null,
//"inputValidation.errorForeground": null,
//"inputValidation.infoForeground": null,
//"inputValidation.warningForeground": null,
//"list.filterMatchBorder": null,
//"list.focusForeground": null,
//"list.hoverForeground": null,
//"list.inactiveFocusBackground": null,
//"list.inactiveFocusOutline": null,
//"menu.border": null,
//"menu.selectionBorder": null,
//"menubar.selectionBorder": null,
//"merge.border": null,
//"minimap.background": null,
//"notebook.cellHoverBackground": null,
//"notebook.focusedCellBackground": null,
//"notebook.inactiveSelectedCellBorder": null,
//"notificationCenter.border": null,
//"notificationCenterHeader.foreground": null,
//"notificationToast.border": null,
//"panelInput.border": null,
//"panelSectionHeader.border": null,
//"panelSectionHeader.foreground": null,
//"peekViewEditor.matchHighlightBorder": null,
//"quickInput.list.focusBackground": null,
//"searchEditor.findMatchBorder": null,
//"searchEditor.textInputBorder": null,
//"selection.background": null,
//"settings.numberInputBorder": null,
//"settings.textInputBorder": null,
//"sideBar.border": null,
//"sideBar.foreground": null,
//"sideBarSectionHeader.border": null,
//"sideBarSectionHeader.foreground": null,
//"sideBarTitle.foreground": null,
//"statusBar.border": null,
//"statusBar.noFolderBorder": null,
//"tab.activeBorder": null,
//"tab.activeBorderTop": null,
//"tab.hoverBorder": null,
//"tab.hoverForeground": null,
//"tab.unfocusedActiveBorder": null,
//"tab.unfocusedActiveBorderTop": null,
//"tab.unfocusedHoverBorder": null,
//"tab.unfocusedHoverForeground": null,
//"terminalCursor.background": null,
//"terminalCursor.foreground": null,
//"testing.message.hint.lineBackground": null,
//"titleBar.border": null,
//"walkThrough.embeddedEditorBackground": null,
//"welcomePage.background": null,
//"welcomePage.buttonBackground": null,
//"welcomePage.buttonHoverBackground": null,
//"window.activeBorder": null,
//"window.inactiveBorder": null
},
"tokenColors": [
{
"scope": "punctuation.definition.block.sequence.item.yaml",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "markup.quote.markdown",
"settings": {
"foreground": "#5C6370"
}
},
{
"scope": "comment, punctuation.definition.comment",
"settings": {
"foreground": "#7F848E",
"fontStyle": "italic"
}
},
{
"scope": [
" meta.brace.square"
],
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": [
"entity.name.label.cs",
"markup.heading.setext.1.markdown",
"markup.heading.setext.2.markdown"
],
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": [
"entity.name.label.cs",
"entity.name.scope-resolution.function.call",
"entity.name.scope-resolution.function.definition"
],
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": [
"punctuation.definition.tag.xi"
],
"settings": {
"foreground": "#5C6370"
}
},
{
"scope": [
"constant.other.color.rgb-value.xi"
],
"settings": {
"foreground": "#FFFFFF"
}
},
{
"scope": [
"wikiword.xi"
],
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": [
"accent.xi"
],
"settings": {
"foreground": "#52ADF2"
}
},
{
"scope": [
"constant.character.xi"
],
"settings": {
"foreground": "#52ADF2"
}
},
{
"scope": [
"beginning.punctuation.definition.list.markdown.xi"
],
"settings": {
"foreground": "#7F848E"
}
},
{
"scope": [
"beginning.punctuation.definition.quote.markdown.xi"
],
"settings": {
"foreground": "#98C379"
}
},
{
"scope": [
"invalid.xi"
],
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": [
"keyword.control.xi"
],
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": [
"constant.regexp.xi"
],
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": [
"constant.character.character-class.regexp.xi"
],
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": [
"entity.name.class.xi"
],
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": [
"entity.name.function.xi"
],
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": [
"support.type.swift",
"support.type.vb.asp"
],
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": [
"text.variable",
"text.bracketed"
],
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": [
"support.type.texture.hlsl",
"support.type.sampler.hlsl",
"support.type.object.hlsl",
"support.type.object.rw.hlsl",
"support.type.fx.hlsl",
"support.type.object.hlsl"
],
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": [
"support.variable.semantic.hlsl"
],
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": [
"meta.definition.class.inherited.classes.groovy"
],
"settings": {
"foreground": "#98C379"
}
},
{
"scope": [
"meta.definition.variable.name.groovy"
],
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": [
"meta.method.groovy"
],
"settings": {
"foreground": "#52ADF2"
}
},
{
"scope": [
"storage.modifier.import.groovy"
],
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": [
"source.makefile"
],
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": [
"meta.scope.prerequisites.makefile"
],
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": [
"source.ini"
],
"settings": {
"foreground": "#98C379"
}
},
{
"scope": [
"meta.arguments.coffee",
"variable.parameter.function.coffee"
],
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": [
"constant.keyword.clojure"
],
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": [
"meta.symbol.clojure"
],
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": [
"entity.global.clojure"
],
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": [
"entity.other.attribute-name.pseudo-element",
"entity.other.attribute-name.pseudo-class"
],
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": [
"constant.character.entity"
],
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": [
"punctuation.quasi.element"
],
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": [
"support.constant.elm"
],
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": [
"support.type.prelude.elm"
],
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": [
"entity.name.package.go"
],
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": [
"keyword.operator.assignment.go",
"keyword.operator.address.go"
],
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": [
"keyword.operator.assignment"
],
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": [
"keyword.other.substitution.end"
],
"settings": {
"foreground": "#98C379"
}
},
{
"scope": [
"keyword.other.substitution.begin"
],
"settings": {
"foreground": "#98C379"
}
},
{
"scope": [
"keyword.other.template.end"
],
"settings": {
"foreground": "#98C379"
}
},
{
"scope": [
"keyword.other.template.begin"
],
"settings": {
"foreground": "#98C379"
}
},
{
"scope": [
"variable.parameter.function.js"
],
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": [
"meta.property.object"
],
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": [
"support.type.primitive"
],
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": [
"support.type.type.flowtype"
],
"settings": {
"foreground": "#52ADF2"
}
},
{
"scope": [
"keyword.operator.module"
],
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": [
"meta.template.expression"
],
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": [
"punctuation.definition.template-expression.begin",
"punctuation.definition.template-expression.end",
"punctuation.section.embedded"
],
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "token.debug-token",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "token.error-token",
"settings": {
"foreground": "#F44747"
}
},
{
"scope": "token.warn-token",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "token.info-token",
"settings": {
"foreground": "#52ADF2"
}
},
{
"scope": "entity.name.variable.local.cs",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "storage.type.cs",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "block.scope.end,block.scope.begin",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "selector.sass",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "less rgb-value",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "inline-color-decoration rgb-value",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "rgb-value",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "constant.language.symbol.ruby",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "function.parameter.ruby, function.parameter.cs",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "function.brace",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "function.parameter",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "support.token.decorator.python,meta.function.decorator.identifier.python",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "meta.function.decorator.python",
"settings": {
"foreground": "#52ADF2"
}
},
{
"scope": "keyword.operator.heredoc.php,keyword.operator.nowdoc.php",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "keyword.operator.comparison.php",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "keyword.operator.regexp.php",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "entity.name.goto-label.php,support.other.php",
"settings": {
"foreground": "#52ADF2"
}
},
{
"scope": "support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "support.constant.core.rust",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php",
"settings": {
"foreground": "#52ADF2"
}
},
{
"scope": "storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "invalid.illegal.non-null-typehinted.php",
"settings": {
"foreground": "#F44747"
}
},
{
"scope": "punctuation.section.array.end.php",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "punctuation.section.array.begin.php",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "keyword.operator.type.php",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "keyword.operator.error-control.php",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "support.type.property-name.json punctuation",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "support.type.property-name.json",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation",
"settings": {
"foreground": "#98C379"
}
},
{
"scope": "source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "source.json meta.structure.dictionary.json > string.quoted.json",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "invalid.unimplemented",
"settings": {
"foreground": "#FFFFFF"
}
},
{
"scope": "invalid.deprecated",
"settings": {
"foreground": "#FFFFFF"
}
},
{
"scope": "invalid.broken",
"settings": {
"foreground": "#FFFFFF"
}
},
{
"scope": "invalid.illegal.bad-ampersand.html",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "invalid.illegal",
"settings": {
"foreground": "#FFFFFF"
}
},
{
"scope": "punctuation.section.embedded.begin,punctuation.section.embedded.end",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "punctuation.section.embedded, variable.interpolation",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "constant.character.escape",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "string.regexp",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "markup.bold.markdown",
"settings": {
"fontStyle": "bold"
}
},
{
"scope": "string.other.link.title.markdown,string.other.link.description.markdown",
"settings": {
"foreground": "#52ADF2"
}
},
{
"scope": "markup.underline.link.markdown,markup.underline.link.image.markdown",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "punctuation.definition.metadata.markdown",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": [
"beginning.punctuation.definition.list.markdown"
],
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": [
"punctuation.definition.string.begin.markdown",
"punctuation.definition.string.end.markdown",
"punctuation.definition.metadata.markdown"
],
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "punctuation.definition.list.markdown",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "markup.inline.raw.string.markdown",
"settings": {
"foreground": "#98C379"
}
},
{
"scope": "markup.inline.raw.markdown",
"settings": {
"foreground": "#98C379"
}
},
{
"scope": "punctuation.definition.bold.markdown",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "markup.heading.setext",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "punctuation.definition.list.begin.markdown",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "punctuation.definition.heading.markdown",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "entity.name.section.markdown",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "emphasis md",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "markup.italic, punctuation.definition.italic,todo.emphasis",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "punctuation.definition.bold",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "markup.bold,todo.bold",
"settings": {
"foreground": "#D8985F",
"fontStyle": "bold"
}
},
{
"scope": "keyword.other.unit",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "markup.heading punctuation.definition.heading, entity.name.section",
"settings": {
"foreground": "#52ADF2"
}
},
{
"scope": "markup.heading",
"settings": {
"foreground": "#EF596F",
"fontStyle": "bold"
}
},
{
"scope": "meta.selector",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "entity.other.attribute-name.class.css",
"settings": {
"foreground": "#D8985F",
"fontStyle": ""
}
},
{
"scope": "entity.other.attribute-name.id",
"settings": {
"foreground": "#52ADF2",
"fontStyle": ""
}
},
{
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "entity.name.tag",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "punctuation.definition.constant",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "constant",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "constant.numeric",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "constant.other.symbol",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "entity.other.inherited-class",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "string",
"settings": {
"foreground": "#98C379"
}
},
{
"scope": "meta.tag",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "support.constant.font-name",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "support.constant.property-value",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "support.type.property-name",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "support.function",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "token.storage.type.java",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "token.storage",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "storage",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "keyword.other.special-method",
"settings": {
"foreground": "#52ADF2"
}
},
{
"scope": "control.elements, keyword.operator.less",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "keyword.control",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "entity.name.type",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "variable.other.class.php",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": [
"entity.name.class",
"variable.other.class.js",
"variable.other.class.ts"
],
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "entity.name.class.identifier.namespace.type",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "support.class, entity.name.type.class",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "entity.name.type.namespace",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": [
"entity.name.function",
"meta.require",
"support.function.any-method",
"variable.function"
],
"settings": {
"foreground": "#52ADF2"
}
},
{
"scope": "token.package",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "token.package.keyword",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "import.storage.java",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "token.variable.parameter.java",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "variable.language",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "variable.c",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "variable",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "keyword",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "keyword.operator.assignment.compound",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "keyword.operator",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "constant.character.format.placeholder.other.python",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "meta.function-call.generic.python",
"settings": {
"foreground": "#52ADF2"
}
},
{
"scope": "punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "variable.parameter.function.python",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "keyword.operator.logical.python",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "support.type.python",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "variable.parameter.function.language.python",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "keyword.operator.sizeof.c,keyword.operator.sizeof.cpp",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "support.type.posix-reserved.c,support.type.posix-reserved.cpp",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "punctuation.separator.c,punctuation.separator.cpp",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "punctuation.separator.delimiter",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "support.variable.dom,support.variable.property.dom",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "support.type.object.dom",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "keyword.operator.delete",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "keyword.operator.misc.rust",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "entity.name.function,support.function.console",
"settings": {
"foreground": "#52ADF2"
}
},
{
"scope": "support.variable.property.process",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "support.type.object.console",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": [
"keyword.operator.expression.instanceof",
"keyword.operator.new",
"keyword.operator.ternary",
"keyword.operator.optional",
"keyword.operator.expression.keyof"
],
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "support.constant.json",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "entity.name.type.module",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "support.module.node,support.type.object.module,support.module.node",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "support.type.vendored.property-name.css",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "support.constant.color.w3c-standard-color-name.css",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "punctuation.separator.list.comma.css",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "keyword.operator.css,keyword.operator.scss,keyword.operator.less",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "support.constant.property-value.scss,support.constant.property-value.css",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "keyword.operator.channel",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "keyword.operator.bitwise",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "keyword.operator.logical",
"settings": {
"foreground": "#33D8E4"
}
},
{
"scope": "meta.definition.variable.name.java",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "keyword.operator.instanceof.java",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "storage.modifier.import.java,storage.type.java,storage.type.generic.java",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "meta.method.java",
"settings": {
"foreground": "#52ADF2"
}
},
{
"scope": "punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "source.java",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": [
"storage.type.annotation.java",
"storage.type.object.array.java"
],
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "variable.other.constant",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "support.constant.property.math",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "support.constant.math",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "keyword.operator.expression.import",
"settings": {
"foreground": "#52ADF2"
}
},
{
"scope": "punctuation.separator.key-value",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "meta.function.c,meta.function.cpp",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "markup.deleted.diff",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "markup.inserted.diff",
"settings": {
"foreground": "#98C379"
}
},
{
"scope": "meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff",
"settings": {
"foreground": "#52ADF2"
}
},
{
"scope": "markup.changed.diff",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "comment markup.link",
"settings": {
"foreground": "#5C6370"
}
},
{
"scope": "variable.parameter.function",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "punctuation.definition.string.begin,punctuation.definition.string.end",
"settings": {
"foreground": "#98C379"
}
},
{
"scope": "keyword.operator.quantifier.regexp",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "constant.other.character-class.regexp",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "support.constant.edge",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "variable.language.rust",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "entity.name.lifetime.rust",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "support.function.std.rust",
"settings": {
"foreground": "#52ADF2"
}
},
{
"scope": "storage.modifier.lifetime.rust",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "variable.parameter.function.language.special.self.python",
"settings": {
"foreground": "#F5C876"
}
},
{
"scope": "punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python",
"settings": {
"foreground": "#AAB1C0"
}
},
{
"scope": "support.variable.magic.python",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "storage.type.haskell",
"settings": {
"foreground": "#D8985F"
}
},
{
"scope": "variable.other.generic-type.haskell",
"settings": {
"foreground": "#D55FDE"
}
},
{
"scope": "punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison",
"settings": {
"foreground": "#EF596F"
}
},
{
"scope": "markup.italic.markdown",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "keyword.control.import.python,keyword.control.flow.python",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "comment.line.double-slash,comment.block.documentation",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super",
"settings": {
"fontStyle": "italic"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment