Skip to content

Instantly share code, notes, and snippets.

@ComradeCat24
Created January 4, 2022 08:45
Show Gist options
  • Save ComradeCat24/929f7211c1f6eb5f2076138e837faf42 to your computer and use it in GitHub Desktop.
Save ComradeCat24/929f7211c1f6eb5f2076138e837faf42 to your computer and use it in GitHub Desktop.
{
"$schema": "vscode://schemas/color-theme",
"type": "dark",
"colors": {
"activityBar.activeBorder": "#84ffff",
"activityBar.background": "#1f2023",
"activityBar.border": "#1f2023",
"activityBar.foreground": "#bcb28d",
"activityBarBadge.background": "#84ffff",
"breadcrumb.activeSelectionForeground": "#84ffff",
"descriptionForeground": "#bcb28d",
"editor.background": "#1f2023",
"editor.findMatchBorder": "#84ffff",
"editor.findMatchHighlightBackground": "#2c5a65",
"editor.findRangeHighlightBackground": "#2c5a65",
"editor.foreground": "#bcb28d",
"editor.lineHighlightBackground": "#282b31",
"editor.lineHighlightBorder": "#1f2023",
"editor.selectionBackground": "#2c5a65",
"editor.selectionHighlightBackground": "#2c5a65",
"editor.wordHighlightBackground": "#2c5a65",
"editorBracketMatch.background": "#ffffff00",
"editorBracketMatch.border": "#886b67",
"editorCursor.foreground": "#bcb28d",
"editorError.foreground": "#e03c8a",
"editorGroupHeader.tabsBackground": "#212121",
"editorGutter.background": "#1f2023",
"editorIndentGuide.background": "#2f3033",
"editorLineNumber.foreground": "#43474c",
"editorLink.activeForeground": "#999999",
"editorSuggestWidget.highlightForeground": "#84ffff",
"editorSuggestWidget.selectedBackground": "#243d46",
"editorWarning.foreground": "#e6844f",
"editorWidget.background": "#282b31",
"editorWidget.border": "#84ffff",
"editorWidget.resizeBorder": "#84ffff",
"errorForeground": "#e03c8a",
"focusBorder": "#1f2023",
"foreground": "#bcb28d",
"gitDecoration.ignoredResourceForeground": "#505f55",
"list.activeSelectionBackground": "#243d46",
"list.activeSelectionForeground": "#84ffff",
"list.errorForeground": "#e03c8a",
"list.focusBackground": "#243d46",
"list.focusForeground": "#bcb28d",
"list.highlightForeground": "#84ffff",
"list.hoverBackground": "#3a3e47",
"list.hoverForeground": "#bcb28d",
"list.inactiveFocusBackground": "#243d46",
"list.inactiveSelectionBackground": "#243d46",
"list.inactiveSelectionForeground": "#84ffff",
"list.warningForeground": "#e6844f",
"menu.selectionForeground": "#84ffff",
"menubar.selectionForeground": "#84ffff",
"notificationLink.foreground": "#84ffff",
"panel.background": "#1f2023",
"panelTitle.activeBorder": "#84ffff",
"pickerGroup.foreground": "#84ffff",
"progressBar.background": "#84ffff",
"scrollbar.shadow": "#1f2023",
"scrollbarSlider.activeBackground": "#84ffff50",
"selection.background": "#84ffff40",
"settings.headerForeground": "#84ffff",
"settings.modifiedItemIndicator": "#84ffff",
"sideBar.background": "#1f2023",
"sideBar.border": "#1f2023",
"sideBar.foreground": "#707c74",
"sideBarSectionHeader.background": "#1f2023",
"sideBarSectionHeader.foreground": "#999999",
"sideBarTitle.foreground": "#999999",
"statusBar.background": "#1f2023",
"statusBar.border": "#1f2023",
"statusBar.debuggingBackground": "#bcb28d",
"statusBar.debuggingForeground": "#1f2023",
"statusBar.foreground": "#bcb28d",
"statusBar.noFolderBackground": "#1f2023",
"statusBar.noFolderForeground": "#bcb28d",
"statusBarItem.remoteBackground": "#84ffff",
"tab.activeBackground": "#1f2023",
"tab.activeBorder": "#84ffff",
"tab.activeForeground": "#bcb28d",
"tab.border": "#1f2023",
"tab.hoverBackground": "#282b31",
"tab.inactiveBackground": "#212121",
"tab.inactiveForeground": "#bcb28d66",
"terminal.ansiBlack": "#2c5a65",
"terminal.ansiBlue": "#58b2dc",
"terminal.ansiBrightBlack": "#666666",
"terminal.ansiBrightBlue": "#58b2dc",
"terminal.ansiBrightCyan": "#93a1a1",
"terminal.ansiBrightGreen": "#5c8490",
"terminal.ansiBrightMagenta": "#646695",
"terminal.ansiBrightRed": "#e6844f",
"terminal.ansiBrightWhite": "#fdf6e3",
"terminal.ansiBrightYellow": "#657b83",
"terminal.ansiCyan": "#69b0ac",
"terminal.ansiGreen": "#24936e",
"terminal.ansiMagenta": "#e03c8a",
"terminal.ansiRed": "#e03c8a",
"terminal.ansiWhite": "#eee8d5",
"terminal.ansiYellow": "#e6844f",
"terminal.background": "#1f2023",
"terminal.foreground": "#bcb28d",
"terminalCursor.background": "#eee8d5",
"terminalCursor.foreground": "#657b83",
"textLink.foreground": "#84ffff",
"titleBar.activeBackground": "#1f2023",
"titleBar.activeForeground": "#bcb28d",
"titleBar.inactiveBackground": "#31343c",
"titleBar.inactiveForeground": "#707c74",
//"activityBar.dropBorder": "#bcb28d",
//"activityBar.inactiveForeground": "#bcb28d66",
//"activityBarBadge.foreground": "#ffffff",
//"badge.background": "#4d4d4d",
//"badge.foreground": "#ffffff",
//"banner.background": "#243d46",
//"banner.foreground": "#84ffff",
//"banner.iconForeground": "#3794ff",
//"breadcrumb.background": "#1f2023",
//"breadcrumb.focusForeground": "#c8c0a2",
//"breadcrumb.foreground": "#bcb28dcc",
//"breadcrumbPicker.background": "#282b31",
//"button.background": "#0e639c",
//"button.foreground": "#ffffff",
//"button.hoverBackground": "#1177bb",
//"button.secondaryBackground": "#3a3d41",
//"button.secondaryForeground": "#ffffff",
//"button.secondaryHoverBackground": "#45494e",
//"charts.blue": "#3794ff",
//"charts.foreground": "#bcb28d",
//"charts.green": "#89d185",
//"charts.lines": "#bcb28d80",
//"charts.orange": "#d18616",
//"charts.purple": "#b180d7",
//"charts.red": "#e03c8a",
//"charts.yellow": "#e6844f",
//"checkbox.background": "#3c3c3c",
//"checkbox.border": "#3c3c3c",
//"checkbox.foreground": "#f0f0f0",
//"debugConsole.errorForeground": "#e03c8a",
//"debugConsole.infoForeground": "#3794ff",
//"debugConsole.sourceForeground": "#bcb28d",
//"debugConsole.warningForeground": "#e6844f",
//"debugConsoleInputIcon.foreground": "#bcb28d",
//"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",
//"debugToolBar.background": "#333333",
//"debugView.exceptionLabelBackground": "#6c2022",
//"debugView.exceptionLabelForeground": "#bcb28d",
//"debugView.stateLabelBackground": "#88888844",
//"debugView.stateLabelForeground": "#bcb28d",
//"debugView.valueChangedHighlight": "#569cd6",
//"diffEditor.diagonalFill": "#cccccc33",
//"diffEditor.insertedTextBackground": "#9bb95533",
//"diffEditor.removedTextBackground": "#ff000033",
//"dropdown.background": "#3c3c3c",
//"dropdown.border": "#3c3c3c",
//"dropdown.foreground": "#f0f0f0",
//"editor.findMatchBackground": "#515c6a",
//"editor.focusedStackFrameHighlightBackground": "#7abd7a4d",
//"editor.foldBackground": "#2c5a654d",
//"editor.hoverHighlightBackground": "#264f7840",
//"editor.inactiveSelectionBackground": "#2c5a6580",
//"editor.inlineValuesBackground": "#ffc80033",
//"editor.inlineValuesForeground": "#ffffff80",
//"editor.linkedEditingBackground": "#ff00004d",
//"editor.rangeHighlightBackground": "#ffffff0b",
//"editor.snippetFinalTabstopHighlightBorder": "#525252",
//"editor.snippetTabstopHighlightBackground": "#7c7c7c4d",
//"editor.stackFrameHighlightBackground": "#ffff0033",
//"editor.symbolHighlightBackground": "#2c5a65",
//"editor.wordHighlightStrongBackground": "#004972b8",
//"editorActiveLineNumber.foreground": "#c6c6c6",
//"editorBracketHighlight.foreground1": "#ffd700",
//"editorBracketHighlight.foreground2": "#da70d6",
//"editorBracketHighlight.foreground3": "#179fff",
//"editorBracketHighlight.foreground4": "#00000000",
//"editorBracketHighlight.foreground5": "#00000000",
//"editorBracketHighlight.foreground6": "#00000000",
//"editorBracketHighlight.unexpectedBracket.foreground": "#ff1212cc",
//"editorCodeLens.foreground": "#999999",
//"editorGhostText.foreground": "#ffffff56",
//"editorGroup.border": "#444444",
//"editorGroup.dropBackground": "#53595d80",
//"editorGroupHeader.noTabsBackground": "#1f2023",
//"editorGutter.addedBackground": "#587c0c",
//"editorGutter.commentRangeForeground": "#c5c5c5",
//"editorGutter.deletedBackground": "#94151b",
//"editorGutter.foldingControlForeground": "#c5c5c5",
//"editorGutter.modifiedBackground": "#0c7d9d",
//"editorHint.foreground": "#eeeeeeb3",
//"editorHoverWidget.background": "#282b31",
//"editorHoverWidget.border": "#84ffff",
//"editorHoverWidget.foreground": "#bcb28d",
//"editorHoverWidget.statusBarBackground": "#30343b",
//"editorIndentGuide.activeBackground": "#e3e4e229",
//"editorInfo.foreground": "#3794ff",
//"editorInlayHint.background": "#4d4d4d99",
//"editorInlayHint.foreground": "#ffffffcc",
//"editorLightBulb.foreground": "#ffcc00",
//"editorLightBulbAutoFix.foreground": "#75beff",
//"editorLineNumber.activeForeground": "#c6c6c6",
//"editorMarkerNavigation.background": "#1f2023",
//"editorMarkerNavigationError.background": "#e03c8a",
//"editorMarkerNavigationError.headerBackground": "#e03c8a1a",
//"editorMarkerNavigationInfo.background": "#3794ff",
//"editorMarkerNavigationInfo.headerBackground": "#3794ff1a",
//"editorMarkerNavigationWarning.background": "#e6844f",
//"editorMarkerNavigationWarning.headerBackground": "#e6844f1a",
//"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": "#3794ff",
//"editorOverviewRuler.modifiedForeground": "#0c7d9d99",
//"editorOverviewRuler.rangeHighlightForeground": "#007acc99",
//"editorOverviewRuler.selectionHighlightForeground": "#a0a0a0cc",
//"editorOverviewRuler.warningForeground": "#e6844f",
//"editorOverviewRuler.wordHighlightForeground": "#a0a0a0cc",
//"editorOverviewRuler.wordHighlightStrongForeground": "#c0a0c0cc",
//"editorPane.background": "#1f2023",
//"editorRuler.foreground": "#5a5a5a",
//"editorSuggestWidget.background": "#282b31",
//"editorSuggestWidget.border": "#84ffff",
//"editorSuggestWidget.focusHighlightForeground": "#84ffff",
//"editorSuggestWidget.foreground": "#bcb28d",
//"editorSuggestWidget.selectedForeground": "#84ffff",
//"editorUnnecessaryCode.opacity": "#000000aa",
//"editorWhitespace.foreground": "#e3e4e229",
//"editorWidget.foreground": "#bcb28d",
//"extensionBadge.remoteBackground": "#84ffff",
//"extensionBadge.remoteForeground": "#ffffff",
//"extensionButton.prominentBackground": "#0e639c",
//"extensionButton.prominentForeground": "#ffffff",
//"extensionButton.prominentHoverBackground": "#1177bb",
//"extensionIcon.starForeground": "#ff8e00",
//"gitDecoration.addedResourceForeground": "#81b88b",
//"gitDecoration.conflictingResourceForeground": "#e4676b",
//"gitDecoration.deletedResourceForeground": "#c74e39",
//"gitDecoration.modifiedResourceForeground": "#e2c08d",
//"gitDecoration.renamedResourceForeground": "#73c991",
//"gitDecoration.stageDeletedResourceForeground": "#c74e39",
//"gitDecoration.stageModifiedResourceForeground": "#e2c08d",
//"gitDecoration.submoduleResourceForeground": "#8db9e2",
//"gitDecoration.untrackedResourceForeground": "#73c991",
//"icon.foreground": "#c5c5c5",
//"input.background": "#3c3c3c",
//"input.foreground": "#bcb28d",
//"input.placeholderForeground": "#bcb28d80",
//"inputOption.activeBackground": "#1f202366",
//"inputOption.activeBorder": "#007acc00",
//"inputOption.activeForeground": "#ffffff",
//"inputValidation.errorBackground": "#5a1d1d",
//"inputValidation.errorBorder": "#be1100",
//"inputValidation.infoBackground": "#063b49",
//"inputValidation.infoBorder": "#007acc",
//"inputValidation.warningBackground": "#352a05",
//"inputValidation.warningBorder": "#b89500",
//"interactive.activeCodeBorder": "#3794ff",
//"interactive.inactiveCodeBorder": "#243d46",
//"keybindingLabel.background": "#8080802b",
//"keybindingLabel.border": "#33333399",
//"keybindingLabel.bottomBorder": "#44444499",
//"keybindingLabel.foreground": "#cccccc",
//"list.deemphasizedForeground": "#8c8c8c",
//"list.dropBackground": "#062f4a",
//"list.filterMatchBackground": "#2c5a65",
//"list.focusHighlightForeground": "#84ffff",
//"list.focusOutline": "#1f2023",
//"list.invalidItemForeground": "#b89500",
//"listFilterWidget.background": "#653723",
//"listFilterWidget.noMatchesOutline": "#be1100",
//"listFilterWidget.outline": "#00000000",
//"menu.background": "#3c3c3c",
//"menu.foreground": "#f0f0f0",
//"menu.selectionBackground": "#243d46",
//"menu.separatorBackground": "#bbbbbb",
//"menubar.selectionBackground": "#ffffff1a",
//"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": "#e6844f",
//"minimapGutter.addedBackground": "#587c0c",
//"minimapGutter.deletedBackground": "#94151b",
//"minimapGutter.modifiedBackground": "#0c7d9d",
//"minimapSlider.activeBackground": "#84ffff28",
//"minimapSlider.background": "#79797933",
//"minimapSlider.hoverBackground": "#64646459",
//"notebook.cellBorderColor": "#243d46",
//"notebook.cellEditorBackground": "#bcb28d0a",
//"notebook.cellInsertionIndicator": "#1f2023",
//"notebook.cellStatusBarItemHoverBackground": "#ffffff26",
//"notebook.cellToolbarSeparator": "#80808059",
//"notebook.focusedCellBorder": "#1f2023",
//"notebook.focusedEditorBorder": "#1f2023",
//"notebook.inactiveFocusedCellBorder": "#243d46",
//"notebook.selectedCellBackground": "#243d46",
//"notebook.selectedCellBorder": "#243d46",
//"notebook.symbolHighlightBackground": "#ffffff0b",
//"notebookScrollbarSlider.activeBackground": "#84ffff50",
//"notebookScrollbarSlider.background": "#79797966",
//"notebookScrollbarSlider.hoverBackground": "#646464b3",
//"notebookStatusErrorIcon.foreground": "#e03c8a",
//"notebookStatusRunningIcon.foreground": "#bcb28d",
//"notebookStatusSuccessIcon.foreground": "#89d185",
//"notificationCenterHeader.background": "#343840",
//"notifications.background": "#282b31",
//"notifications.border": "#343840",
//"notifications.foreground": "#bcb28d",
//"notificationsErrorIcon.foreground": "#e03c8a",
//"notificationsInfoIcon.foreground": "#3794ff",
//"notificationsWarningIcon.foreground": "#e6844f",
//"panel.border": "#80808059",
//"panel.dropBorder": "#e7e7e7",
//"panelSection.border": "#80808059",
//"panelSection.dropBackground": "#53595d80",
//"panelSectionHeader.background": "#80808033",
//"panelTitle.activeForeground": "#e7e7e7",
//"panelTitle.inactiveForeground": "#e7e7e799",
//"peekView.border": "#3794ff",
//"peekViewEditor.background": "#001f33",
//"peekViewEditor.matchHighlightBackground": "#ff8f0099",
//"peekViewEditorGutter.background": "#001f33",
//"peekViewResult.background": "#252526",
//"peekViewResult.fileForeground": "#ffffff",
//"peekViewResult.lineForeground": "#bbbbbb",
//"peekViewResult.matchHighlightBackground": "#ea5c004d",
//"peekViewResult.selectionBackground": "#3399ff33",
//"peekViewResult.selectionForeground": "#ffffff",
//"peekViewTitle.background": "#3794ff1a",
//"peekViewTitleDescription.foreground": "#ccccccb3",
//"peekViewTitleLabel.foreground": "#ffffff",
//"pickerGroup.border": "#3f3f46",
//"ports.iconRunningProcessForeground": "#84ffff",
//"problemsErrorIcon.foreground": "#e03c8a",
//"problemsInfoIcon.foreground": "#3794ff",
//"problemsWarningIcon.foreground": "#e6844f",
//"quickInput.background": "#282b31",
//"quickInput.foreground": "#bcb28d",
//"quickInputList.focusBackground": "#243d46",
//"quickInputList.focusForeground": "#84ffff",
//"quickInputTitle.background": "#ffffff1b",
//"sash.hoverBorder": "#1f2023",
//"scm.providerBorder": "#454545",
//"scrollbarSlider.background": "#79797966",
//"scrollbarSlider.hoverBackground": "#646464b3",
//"searchEditor.findMatchBackground": "#2c5a65a8",
//"settings.checkboxBackground": "#3c3c3c",
//"settings.checkboxBorder": "#3c3c3c",
//"settings.checkboxForeground": "#f0f0f0",
//"settings.dropdownBackground": "#3c3c3c",
//"settings.dropdownBorder": "#3c3c3c",
//"settings.dropdownForeground": "#f0f0f0",
//"settings.dropdownListBorder": "#84ffff",
//"settings.focusedRowBackground": "#80808024",
//"settings.focusedRowBorder": "#ffffff1f",
//"settings.numberInputBackground": "#3c3c3c",
//"settings.numberInputForeground": "#bcb28d",
//"settings.rowHoverBackground": "#80808012",
//"settings.textInputBackground": "#3c3c3c",
//"settings.textInputForeground": "#bcb28d",
//"sideBar.dropBackground": "#53595d80",
//"statusBar.debuggingBorder": "#1f2023",
//"statusBar.noFolderBorder": "#1f2023",
//"statusBarItem.activeBackground": "#ffffff2e",
//"statusBarItem.errorBackground": "#931753",
//"statusBarItem.errorForeground": "#ffffff",
//"statusBarItem.hoverBackground": "#ffffff1f",
//"statusBarItem.prominentBackground": "#00000080",
//"statusBarItem.prominentForeground": "#bcb28d",
//"statusBarItem.prominentHoverBackground": "#0000004d",
//"statusBarItem.remoteForeground": "#ffffff",
//"statusBarItem.warningBackground": "#a34817",
//"statusBarItem.warningForeground": "#ffffff",
//"symbolIcon.arrayForeground": "#bcb28d",
//"symbolIcon.booleanForeground": "#bcb28d",
//"symbolIcon.classForeground": "#ee9d28",
//"symbolIcon.colorForeground": "#bcb28d",
//"symbolIcon.constantForeground": "#bcb28d",
//"symbolIcon.constructorForeground": "#b180d7",
//"symbolIcon.enumeratorForeground": "#ee9d28",
//"symbolIcon.enumeratorMemberForeground": "#75beff",
//"symbolIcon.eventForeground": "#ee9d28",
//"symbolIcon.fieldForeground": "#75beff",
//"symbolIcon.fileForeground": "#bcb28d",
//"symbolIcon.folderForeground": "#bcb28d",
//"symbolIcon.functionForeground": "#b180d7",
//"symbolIcon.interfaceForeground": "#75beff",
//"symbolIcon.keyForeground": "#bcb28d",
//"symbolIcon.keywordForeground": "#bcb28d",
//"symbolIcon.methodForeground": "#b180d7",
//"symbolIcon.moduleForeground": "#bcb28d",
//"symbolIcon.namespaceForeground": "#bcb28d",
//"symbolIcon.nullForeground": "#bcb28d",
//"symbolIcon.numberForeground": "#bcb28d",
//"symbolIcon.objectForeground": "#bcb28d",
//"symbolIcon.operatorForeground": "#bcb28d",
//"symbolIcon.packageForeground": "#bcb28d",
//"symbolIcon.propertyForeground": "#bcb28d",
//"symbolIcon.referenceForeground": "#bcb28d",
//"symbolIcon.snippetForeground": "#bcb28d",
//"symbolIcon.stringForeground": "#bcb28d",
//"symbolIcon.structForeground": "#bcb28d",
//"symbolIcon.textForeground": "#bcb28d",
//"symbolIcon.typeParameterForeground": "#bcb28d",
//"symbolIcon.unitForeground": "#bcb28d",
//"symbolIcon.variableForeground": "#75beff",
//"tab.activeModifiedBorder": "#3399cc",
//"tab.inactiveModifiedBorder": "#3399cc80",
//"tab.lastPinnedBorder": "#585858",
//"tab.unfocusedActiveBackground": "#1f2023",
//"tab.unfocusedActiveBorder": "#84ffff80",
//"tab.unfocusedActiveForeground": "#bcb28d80",
//"tab.unfocusedActiveModifiedBorder": "#3399cc80",
//"tab.unfocusedHoverBackground": "#282b3180",
//"tab.unfocusedInactiveBackground": "#212121",
//"tab.unfocusedInactiveForeground": "#bcb28d33",
//"tab.unfocusedInactiveModifiedBorder": "#3399cc40",
//"terminal.border": "#80808059",
//"terminal.dropBackground": "#53595d80",
//"terminal.selectionBackground": "#ffffff40",
//"terminal.tab.activeBorder": "#84ffff",
//"testing.iconErrored": "#f14c4c",
//"testing.iconFailed": "#f14c4c",
//"testing.iconPassed": "#73c991",
//"testing.iconQueued": "#cca700",
//"testing.iconSkipped": "#848484",
//"testing.iconUnset": "#848484",
//"testing.message.error.decorationForeground": "#e03c8a",
//"testing.message.error.lineBackground": "#ff000033",
//"testing.message.info.decorationForeground": "#bcb28d80",
//"testing.peekBorder": "#e03c8a",
//"testing.peekHeaderBackground": "#e03c8a1a",
//"testing.runAction": "#73c991",
//"textBlockQuote.background": "#7f7f7f1a",
//"textBlockQuote.border": "#007acc80",
//"textCodeBlock.background": "#0a0a0a66",
//"textLink.activeForeground": "#3794ff",
//"textPreformat.foreground": "#d7ba7d",
//"textSeparator.foreground": "#ffffff2e",
//"toolbar.activeBackground": "#63666750",
//"toolbar.hoverBackground": "#5a5d5e50",
//"tree.indentGuidesStroke": "#585858",
//"tree.tableColumnsBorder": "#cccccc20",
//"welcomePage.progress.background": "#3c3c3c",
//"welcomePage.progress.foreground": "#84ffff",
//"welcomePage.tileBackground": "#282b31",
//"welcomePage.tileHoverBackground": "#30343b",
//"welcomePage.tileShadow.": "#0000005c",
//"widget.shadow": "#0000005c",
//"activityBar.activeBackground": null,
//"activityBar.activeFocusBorder": null,
//"button.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.selectionHighlightBorder": null,
//"editor.snippetFinalTabstopHighlightBackground": null,
//"editor.snippetTabstopHighlightBorder": null,
//"editor.symbolHighlightBorder": null,
//"editor.wordHighlightBorder": null,
//"editor.wordHighlightStrongBorder": null,
//"editorCursor.background": null,
//"editorError.background": null,
//"editorError.border": null,
//"editorGhostText.border": null,
//"editorGroup.background": null,
//"editorGroup.emptyBackground": null,
//"editorGroup.focusedEmptyBorder": null,
//"editorGroupHeader.border": null,
//"editorGroupHeader.tabsBorder": null,
//"editorHint.border": null,
//"editorInfo.background": null,
//"editorInfo.border": null,
//"editorOverviewRuler.background": null,
//"editorSuggestWidget.selectedIconForeground": null,
//"editorUnnecessaryCode.border": null,
//"editorWarning.background": null,
//"editorWarning.border": null,
//"input.border": null,
//"inputValidation.errorForeground": null,
//"inputValidation.infoForeground": null,
//"inputValidation.warningForeground": null,
//"list.activeSelectionIconForeground": null,
//"list.filterMatchBorder": null,
//"list.inactiveFocusOutline": null,
//"list.inactiveSelectionIconForeground": 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,
//"notebook.outputContainerBackgroundColor": 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,
//"quickInputList.focusIconForeground": null,
//"searchEditor.findMatchBorder": null,
//"searchEditor.textInputBorder": null,
//"settings.numberInputBorder": null,
//"settings.textInputBorder": null,
//"sideBarSectionHeader.border": null,
//"tab.activeBorderTop": null,
//"tab.hoverBorder": null,
//"tab.hoverForeground": null,
//"tab.unfocusedActiveBorderTop": null,
//"tab.unfocusedHoverBorder": null,
//"tab.unfocusedHoverForeground": null,
//"testing.message.info.lineBackground": null,
//"titleBar.border": null,
//"toolbar.hoverOutline": null,
//"walkThrough.embeddedEditorBackground": null,
//"welcomePage.background": null,
//"welcomePage.buttonBackground": null,
//"welcomePage.buttonHoverBackground": null,
//"window.activeBorder": null,
//"window.inactiveBorder": null
},
"tokenColors": [
{
"scope": "emphasis",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "strong",
"settings": {
"fontStyle": "bold"
}
},
{
"scope": "header",
"settings": {
"foreground": "#000080"
}
},
{
"scope": "comment",
"settings": {
"foreground": "#707C74",
"fontStyle": "italic"
}
},
{
"scope": "constant.language",
"settings": {
"foreground": "#58B2DC"
}
},
{
"scope": [
"constant.numeric"
],
"settings": {
"foreground": "#986DB2"
}
},
{
"scope": "constant.regexp",
"settings": {
"foreground": "#646695"
}
},
{
"scope": "entity.name.tag",
"settings": {
"foreground": "#E03C8A"
}
},
{
"scope": "entity.name.tag.css",
"settings": {
"foreground": "#E03C8A"
}
},
{
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#E6844F"
}
},
{
"scope": [
"entity.other.attribute-name.class.css",
"entity.other.attribute-name.class.mixin.css",
"entity.other.attribute-name.id.css",
"entity.other.attribute-name.parent-selector.css",
"source.css.less entity.other.attribute-name.id",
"entity.other.attribute-name.attribute.scss",
"entity.other.attribute-name.scss"
],
"settings": {
"foreground": "#E03C8A"
}
},
{
"scope": [
"entity.other.attribute-name.pseudo-element.css",
"entity.other.attribute-name.pseudo-class.css"
],
"settings": {
"foreground": "#6796E6"
}
},
{
"scope": "invalid",
"settings": {
"foreground": "#F44747"
}
},
{
"scope": "markup.underline",
"settings": {
"fontStyle": "underline"
}
},
{
"scope": "markup.bold",
"settings": {
"foreground": "#58B2DC",
"fontStyle": "bold"
}
},
{
"scope": "markup.heading",
"settings": {
"foreground": "#E03C8A",
"fontStyle": "bold"
}
},
{
"scope": "markup.italic",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "markup.inserted",
"settings": {
"foreground": "#B5CEA8"
}
},
{
"scope": "markup.deleted",
"settings": {
"foreground": "#CE9178"
}
},
{
"scope": "markup.changed",
"settings": {
"foreground": "#58B2DC"
}
},
{
"scope": "beginning.punctuation.definition.quote.markdown",
"settings": {
"foreground": "#608B4E"
}
},
{
"scope": "beginning.punctuation.definition.list.markdown",
"settings": {
"foreground": "#6796E6"
}
},
{
"scope": "markup.inline.raw",
"settings": {
"foreground": "#E6844F"
}
},
{
"scope": "meta.selector",
"settings": {
"foreground": "#D7BA7D"
}
},
{
"scope": "punctuation.definition.tag",
"settings": {
"foreground": "#808080"
}
},
{
"scope": "meta.preprocessor",
"settings": {
"foreground": "#58B2DC"
}
},
{
"scope": "meta.preprocessor.string",
"settings": {
"foreground": "#CE9178"
}
},
{
"scope": "meta.preprocessor.numeric",
"settings": {
"foreground": "#B5CEA8"
}
},
{
"scope": "meta.diff.header",
"settings": {
"foreground": "#58B2DC"
}
},
{
"scope": "storage",
"settings": {
"foreground": "#58B2DC"
}
},
{
"scope": "storage.type",
"settings": {
"foreground": "#E03C8A"
}
},
{
"scope": "storage.modifier",
"settings": {
"foreground": "#58B2DC"
}
},
{
"scope": "string",
"settings": {
"foreground": "#66A866"
}
},
{
"scope": "string.tag",
"settings": {
"foreground": "#CE9178"
}
},
{
"scope": "string.value",
"settings": {
"foreground": "#CE9178"
}
},
{
"scope": "string.regexp",
"settings": {
"foreground": "#D16969"
}
},
{
"scope": [
"punctuation.definition.template-expression.begin.js",
"punctuation.definition.template-expression.begin.ts",
"punctuation.definition.template-expression.end.ts",
"punctuation.definition.template-expression.end.js"
],
"settings": {
"foreground": "#58B2DC"
}
},
{
"scope": [
"support.type.vendored.property-name",
"support.type.property-name",
"variable.css",
"variable.scss",
"variable.other.less"
],
"settings": {
"foreground": "#E6844F"
}
},
{
"scope": "keyword",
"settings": {
"foreground": "#E03C8A"
}
},
{
"scope": "keyword.operator",
"settings": {
"foreground": "#B9B3B3"
}
},
{
"scope": [
"keyword.operator.expression",
"keyword.operator.cast",
"keyword.operator.sizeof"
],
"settings": {
"foreground": "#58B2DC"
}
},
{
"scope": "keyword.other.unit",
"settings": {
"foreground": "#E03C8A"
}
},
{
"scope": [
"punctuation.section.embedded.begin.php",
"punctuation.section.embedded.end.php"
],
"settings": {
"foreground": "#58B2DC"
}
},
{
"scope": "support.function.git-rebase",
"settings": {
"foreground": "#9CDCFE"
}
},
{
"scope": "constant.sha.git-rebase",
"settings": {
"foreground": "#B5CEA8"
}
},
{
"scope": [
"storage.modifier.import.java",
"variable.language.wildcard.java",
"storage.modifier.package.java"
],
"settings": {
"foreground": "#D4D4D4"
}
},
{
"scope": "variable.language",
"settings": {
"foreground": "#E03C8A",
"fontStyle": "italic"
}
},
{
"scope": [
"entity.name.function",
"support.function",
"support.constant.handlebars"
],
"settings": {
"foreground": "#58B2DC"
}
},
{
"scope": [
"meta.return-type",
"support.class",
"support.type",
"entity.name.type",
"entity.name.class",
"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": "#58B2DC"
}
},
{
"scope": [
"meta.type.cast.expr",
"meta.type.new.expr",
"support.constant.math",
"support.constant.dom",
"support.constant.json",
"entity.other.inherited-class"
],
"settings": {
"foreground": "#4EC9B0"
}
},
{
"scope": "keyword.control",
"settings": {
"foreground": "#58B2DC",
"fontStyle": ""
}
},
{
"scope": "keyword.operator.assignment",
"settings": {
"foreground": "#BCB28D"
}
},
{
"scope": [
"meta.definition.variable.name",
"support.variable"
],
"settings": {
"foreground": "#BCB28D"
}
},
{
"scope": [
"meta.object-literal.key",
"meta.object-literal.key entity.name.function"
],
"settings": {
"foreground": "#E6844F"
}
},
{
"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": "#BCB28D"
}
},
{
"scope": [
"support.class",
"variable",
"entity.name.type",
"entity.other.inherited-class",
"keyword.operator",
"keyword.operator.arithmetic"
],
"settings": {
"foreground": "#E6844F"
}
},
{
"scope": [
"string",
"string.regexp",
"keyword.operator"
],
"settings": {
"foreground": "#66A866"
}
},
{
"scope": [
"keyword.control"
],
"settings": {
"foreground": "#58B2DC"
}
},
{
"scope": [
"entity.name.type.module.js",
"entity.name.type.module.js.jsx",
"entity.other.inherited-class.js",
"entity.other.inherited-class.js.jsx"
],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "keyword.operator.new",
"settings": {
"foreground": "#E03C8A",
"fontStyle": "italic"
}
},
{
"scope": [
"constant.numeric"
],
"settings": {
"foreground": "#DDA52D"
}
},
{
"scope": [
"markup.underline.link.markdown"
],
"settings": {
"foreground": "#58B2DC"
}
},
{
"scope": [
"meta.separator.markdown",
"punctuation.definition.list.begin.markdown"
],
"settings": {
"foreground": "#DDA52D"
}
},
{
"scope": [
"keyword.operator.accessor.js",
"keyword.operator.assignment.js"
],
"settings": {
"foreground": "#BCB28D"
}
},
{
"scope": [
"meta.function-call.generic.python",
"meta.function-call.python",
"keyword.operator.logical.python",
"constant.other.caps.python",
"entity.other.inherited-class.python"
],
"settings": {
"foreground": "#58B2DC"
}
},
{
"scope": [
"meta.function-call.arguments.python",
"meta.item-access.python",
"punctuation.definition.decorator.python",
"variable.language.special.self.python"
],
"settings": {
"foreground": "#E6844F"
}
},
{
"scope": [
"storage.type.function.python",
"storage.type.class.python",
"keyword.control.flow.python"
],
"settings": {
"foreground": "#E03C8A"
}
},
{
"scope": [
"punctuation.separator.arguments.python",
"punctuation.separator.element.python",
"punctuation.separator.period.python",
"keyword.operator.assignment.python",
"keyword.operator.python",
"meta.attribute.python"
],
"settings": {
"foreground": "#BCB28D"
}
},
{
"scope": [
"meta.structure.dictionary.key.python"
],
"settings": {
"foreground": "#9CDCFE"
}
},
{
"scope": [
"string.quoted.docstring.multi.python"
],
"settings": {
"foreground": "#707C74"
}
},
{
"scope": [
"punctuation.definition.string.begin.python",
"punctuation.definition.string.end.python"
],
"settings": {
"foreground": "#66A866"
}
},
{
"scope": [
"comment",
"punctuation.definition.comment"
],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": [
"Keyword",
"Storage"
],
"settings": {
"fontStyle": "bold"
}
},
{
"scope": [
"keyword.control"
],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "entity.other.attribute-name",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": [
"entity.name.method.js"
],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": [
"variable.language"
],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": [
"text.html.basic entity.other.attribute-name.html",
"text.html.basic entity.other.attribute-name"
],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": [
"tag.decorator.js entity.name.tag.js",
"tag.decorator.js punctuation.definition.tag.js"
],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": [
"source.js constant.other.object.key.js string.unquoted.label.js"
],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": [
"markup.italic"
],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": [
"markup.bold markup.italic",
"markup.italic markup.bold",
"markup.quote markup.bold",
"markup.bold markup.italic string",
"markup.italic markup.bold string",
"markup.quote markup.bold string"
],
"settings": {
"fontStyle": "bold"
}
},
{
"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"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment