From bc4052bc4f643de150d7ccdd8af9d46660cfc2b0 Mon Sep 17 00:00:00 2001 From: tinted-theming-bot Date: Sun, 1 Sep 2024 01:50:01 +0000 Subject: [PATCH] Update with the latest colorschemes --- package.json | 2 +- themes/base16/base16-dracula.json | 1030 +++++++++++++-------------- themes/base16/base16-tokyodark.json | 952 ++++++++++++------------- themes/base24/base24-dracula.json | 426 +++++------ 4 files changed, 1205 insertions(+), 1205 deletions(-) diff --git a/package.json b/package.json index 9fef17e..6bfb48a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "base16-tinted-themes", "displayName": "Tinted VSCode", "description": "Choose from over 250 Tinted Themes", - "version": "0.11.0", + "version": "0.12.0", "repository": "https://github.com/tinted-theming/tinted-vscode", "publisher": "TintedTheming", "icon": "assets/tinted-theming-logo.png", diff --git a/themes/base16/base16-dracula.json b/themes/base16/base16-dracula.json index e091bd7..afbba12 100644 --- a/themes/base16/base16-dracula.json +++ b/themes/base16/base16-dracula.json @@ -9,13 +9,13 @@ // Base colors // "focusBorder": "#f00", //7 - "foreground": "#e9e9f4", //5 - "disabledForeground": "#62d6e8", //4 - "widget.shadow": "#282936", //0 - "selection.background": "#62d6e8", //D - "descriptionForeground": "#626483", //3 - "errorForeground": "#ea51b2", //8 - "icon.foreground": "#62d6e8", //4 + "foreground": "#f8f8f2", //5 + "disabledForeground": "#9ea8c7", //4 + "widget.shadow": "#282a36", //0 + "selection.background": "#80bfff", //D + "descriptionForeground": "#6272a4", //3 + "errorForeground": "#ff5555", //8 + "icon.foreground": "#9ea8c7", //4 // "sash.hoverBorder": "#ff0000", // Window border @@ -23,235 +23,235 @@ // "window.inactiveBorder": "#f00", // Text colors - "textBlockQuote.background": "#3a3c4e", //1 - "textBlockQuote.border": "#62d6e8", //D - "textCodeBlock.background": "#282936", //0 - "textLink.activeForeground": "#a1efe4", //C - "textLink.foreground": "#62d6e8", //D - "textPreformat.foreground": "#62d6e8", //D + "textBlockQuote.background": "#363447", //1 + "textBlockQuote.border": "#80bfff", //D + "textCodeBlock.background": "#282a36", //0 + "textLink.activeForeground": "#8be9fd", //C + "textLink.foreground": "#80bfff", //D + "textPreformat.foreground": "#80bfff", //D "textSeparator.foreground": "#f0f", // Action colors - "toolbar.hoverBackground": "#4d4f68", //2 + "toolbar.hoverBackground": "#44475a", //2 // "toolbar.hoverOutline": "#ff0000", - "toolbar.activeBackground": "#626483", //3 + "toolbar.activeBackground": "#6272a4", //3 // Button control - "button.background": "#62d6e8", //D - "button.foreground": "#f7f7fb", //7 + "button.background": "#80bfff", //D + "button.foreground": "#ffffff", //7 // "button.border": "#ff0000", - "button.hoverBackground": "#62d6e8", //4 - "button.secondaryForeground": "#f7f7fb", //7 - "button.secondaryBackground": "#b45bcf", //E - "button.secondaryHoverBackground": "#62d6e8", //4 - "checkbox.background": "#282936", //0 - "checkbox.foreground": "#e9e9f4", //5 + "button.hoverBackground": "#9ea8c7", //4 + "button.secondaryForeground": "#ffffff", //7 + "button.secondaryBackground": "#ff79c6", //E + "button.secondaryHoverBackground": "#9ea8c7", //4 + "checkbox.background": "#282a36", //0 + "checkbox.foreground": "#f8f8f2", //5 // "checkbox.border": "#f00", // Dropdown control - "dropdown.background": "#282936", //0 - "dropdown.listBackground": "#282936", //0 + "dropdown.background": "#282a36", //0 + "dropdown.listBackground": "#282a36", //0 // "dropdown.border": "#f00", //2 - "dropdown.foreground": "#e9e9f4", //5 + "dropdown.foreground": "#f8f8f2", //5 // Input control - "input.background": "#282936", //0 + "input.background": "#282a36", //0 // "input.border": "#f00", //0 - "input.foreground": "#e9e9f4", //5 - "input.placeholderForeground": "#626483", //3 - "inputOption.activeBackground": "#4d4f68", //2 - "inputOption.activeBorder": "#b45bcf", //9 - "inputOption.activeForeground": "#e9e9f4", //5 - "inputValidation.errorBackground": "#ea51b2", //8 - "inputValidation.errorForeground": "#e9e9f4", //5 - "inputValidation.errorBorder": "#ea51b2", //8 - "inputValidation.infoBackground": "#62d6e8", //D - "inputValidation.infoForeground": "#e9e9f4", //5 - "inputValidation.infoBorder": "#62d6e8", //D - "inputValidation.warningBackground": "#00f769", //A - "inputValidation.warningForeground": "#e9e9f4", //5 - "inputValidation.warningBorder": "#00f769", //A + "input.foreground": "#f8f8f2", //5 + "input.placeholderForeground": "#6272a4", //3 + "inputOption.activeBackground": "#44475a", //2 + "inputOption.activeBorder": "#ffb86c", //9 + "inputOption.activeForeground": "#f8f8f2", //5 + "inputValidation.errorBackground": "#ff5555", //8 + "inputValidation.errorForeground": "#f8f8f2", //5 + "inputValidation.errorBorder": "#ff5555", //8 + "inputValidation.infoBackground": "#80bfff", //D + "inputValidation.infoForeground": "#f8f8f2", //5 + "inputValidation.infoBorder": "#80bfff", //D + "inputValidation.warningBackground": "#f1fa8c", //A + "inputValidation.warningForeground": "#f8f8f2", //5 + "inputValidation.warningBorder": "#f1fa8c", //A // Scrollbar control - "scrollbar.shadow": "#3a3c4e", //1 - "scrollbarSlider.activeBackground": "#62d6e86f", //4 - "scrollbarSlider.background": "#4d4f686f", //2 - "scrollbarSlider.hoverBackground": "#6264836f", //3 + "scrollbar.shadow": "#363447", //1 + "scrollbarSlider.activeBackground": "#9ea8c76f", //4 + "scrollbarSlider.background": "#44475a6f", //2 + "scrollbarSlider.hoverBackground": "#6272a46f", //3 // Badge - "badge.background": "#282936", //0 - "badge.foreground": "#e9e9f4", //5 + "badge.background": "#282a36", //0 + "badge.foreground": "#f8f8f2", //5 // Progress bar - "progressBar.background": "#626483", //3 + "progressBar.background": "#6272a4", //3 // Lists and trees - "list.activeSelectionBackground": "#4d4f68", //2 - "list.activeSelectionForeground": "#e9e9f4", //5 - "list.dropBackground": "#f7f7fb", //7 - "list.focusBackground": "#4d4f68", //2 - "list.focusForeground": "#e9e9f4", //5 - "list.highlightForeground": "#f7f7fb", //7 - "list.hoverBackground": "#626483", //3 - "list.hoverForeground": "#e9e9f4", //5 - "list.inactiveSelectionBackground": "#4d4f68", //2 - "list.inactiveSelectionForeground": "#e9e9f4", //5 - "list.inactiveFocusBackground": "#4d4f68", //2 - "list.invalidItemForeground": "#ea51b2", //8 - "list.errorForeground": "#ea51b2", //8 - "list.warningForeground": "#00f769", //A - "listFilterWidget.background": "#282936", //0 + "list.activeSelectionBackground": "#44475a", //2 + "list.activeSelectionForeground": "#f8f8f2", //5 + "list.dropBackground": "#ffffff", //7 + "list.focusBackground": "#44475a", //2 + "list.focusForeground": "#f8f8f2", //5 + "list.highlightForeground": "#ffffff", //7 + "list.hoverBackground": "#6272a4", //3 + "list.hoverForeground": "#f8f8f2", //5 + "list.inactiveSelectionBackground": "#44475a", //2 + "list.inactiveSelectionForeground": "#f8f8f2", //5 + "list.inactiveFocusBackground": "#44475a", //2 + "list.invalidItemForeground": "#ff5555", //8 + "list.errorForeground": "#ff5555", //8 + "list.warningForeground": "#f1fa8c", //A + "listFilterWidget.background": "#282a36", //0 // "listFilterWidget.outline": "#f00", - "listFilterWidget.noMatchesOutline": "#ea51b2", //8 - "list.filterMatchBackground": "#4d4f68", //2 + "listFilterWidget.noMatchesOutline": "#ff5555", //8 + "list.filterMatchBackground": "#44475a", //2 // "list.filterMatchBorder": "#f00", - "tree.indentGuidesStroke": "#e9e9f4", //5 + "tree.indentGuidesStroke": "#f8f8f2", //5 // "list.deemphasizedForeground": "#ff0000", // Activity Bar - "activityBar.background": "#282936", //0 + "activityBar.background": "#282a36", //0 // Below is no longer supported as of 1.52 - "activityBar.dropBackground": "#f7f7fb", //7 + "activityBar.dropBackground": "#ffffff", //7 // Above is no longer supported as of 1.52 // "activityBar.dropBorder": "#ff0000", - "activityBar.foreground": "#e9e9f4", //5 - "activityBar.inactiveForeground": "#626483", //3 + "activityBar.foreground": "#f8f8f2", //5 + "activityBar.inactiveForeground": "#6272a4", //3 // "activityBar.border": "#f00", //0 - "activityBarBadge.background": "#62d6e8", //D - "activityBarBadge.foreground": "#f7f7fb", //7 + "activityBarBadge.background": "#80bfff", //D + "activityBarBadge.foreground": "#ffffff", //7 // "activityBar.activeBorder": "#f00", - "activityBar.activeBackground": "#4d4f68", //2 + "activityBar.activeBackground": "#44475a", //2 // "activityBar.activeFocusBorder": "#ff0000", // Side Bar - "sideBar.background": "#3a3c4e", //1 - "sideBar.foreground": "#e9e9f4", //5 + "sideBar.background": "#363447", //1 + "sideBar.foreground": "#f8f8f2", //5 // "sideBar.border": "#f00", //1 - "sideBar.dropBackground": "#4d4f686f", //2 - "sideBarTitle.foreground": "#e9e9f4", //5 - "sideBarSectionHeader.background": "#626483", //3 - "sideBarSectionHeader.foreground": "#e9e9f4", //5 + "sideBar.dropBackground": "#44475a6f", //2 + "sideBarTitle.foreground": "#f8f8f2", //5 + "sideBarSectionHeader.background": "#6272a4", //3 + "sideBarSectionHeader.foreground": "#f8f8f2", //5 // "sidebarSectionHeader.border": "#f00", //Minimap - "minimap.findMatchHighlight": "#00f7696f", //A - "minimap.selectionHighlight": "#4d4f686f", //2 - "minimap.errorHighlight": "#ea51b2", //8 - "minimap.warningHighlight": "#00f769", //A - "minimap.background": "#282936", //0 - "minimap.selectionOccurrenceHighlight": "#626483", //3 + "minimap.findMatchHighlight": "#f1fa8c6f", //A + "minimap.selectionHighlight": "#44475a6f", //2 + "minimap.errorHighlight": "#ff5555", //8 + "minimap.warningHighlight": "#f1fa8c", //A + "minimap.background": "#282a36", //0 + "minimap.selectionOccurrenceHighlight": "#6272a4", //3 // "minimap.foregroundOpacity": "#ff0000", // "minimapSlider.background": "#f00", // "minimapSlider.hoverBackground": "#f00", // "minimapSlider.activeBackground": "#f00", - "minimapGutter.addedBackground": "#ebff87", //B - "minimapGutter.modifiedBackground": "#b45bcf", //E - "minimapGutter.deletedBackground": "#ea51b2", //8 + "minimapGutter.addedBackground": "#50fa7b", //B + "minimapGutter.modifiedBackground": "#ff79c6", //E + "minimapGutter.deletedBackground": "#ff5555", //8 // Editor Groups & Tabs // Below is no longer supported as of 1.24 - "editorGroup.background": "#282936", //0 + "editorGroup.background": "#282a36", //0 // Above is no longer supported as of 1.24 // "editorGroup.border": "#f00", - "editorGroup.dropBackground": "#4d4f686f", //2 - "editorGroupHeader.noTabsBackground": "#3a3c4e", //1 - "editorGroupHeader.tabsBackground": "#3a3c4e", //1 + "editorGroup.dropBackground": "#44475a6f", //2 + "editorGroupHeader.noTabsBackground": "#363447", //1 + "editorGroupHeader.tabsBackground": "#363447", //1 // "editorGroupHeader.tabsBorder": "#f00", // "editorGroupHeader.border": "#ff0000", - "editorGroup.emptyBackground": "#282936", //0 + "editorGroup.emptyBackground": "#282a36", //0 // "editorGroup.focusedEmptyBorder": "#f00" - "editorGroup.dropIntoPromptForeground": "#f1f2f8", //5 - "editorGroup.dropIntoPromptBackground": "#282936", //0 + "editorGroup.dropIntoPromptForeground": "#f0f1f4", //5 + "editorGroup.dropIntoPromptBackground": "#282a36", //0 // "editorGroup.dropIntoPromptBorder": "#ff0000", - "tab.activeBackground": "#282936", //0 - "tab.unfocusedActiveBackground": "#282936", //0 - "tab.activeForeground": "#e9e9f4", //5 + "tab.activeBackground": "#282a36", //0 + "tab.unfocusedActiveBackground": "#282a36", //0 + "tab.activeForeground": "#f8f8f2", //5 // "tab.border": "#f00", // "tab.unfocusedActiveBorder": "#f00", // "tab.activeBorderTop": "#f00", // "tab.unfocusedActiveBorderTop": "#f00", // "tab.lastPinnedBorder": "#ff0000", - "tab.inactiveBackground": "#3a3c4e", //1 + "tab.inactiveBackground": "#363447", //1 // "tab.unfocusedInactiveBackground": "#ff0000", - "tab.inactiveForeground": "#626483", //3 - "tab.unfocusedActiveForeground": "#62d6e8", //4 - "tab.unfocusedInactiveForeground": "#626483", //3 - "tab.hoverBackground": "#4d4f68", //2 - "tab.unfocusedHoverBackground": "#4d4f68", //2 + "tab.inactiveForeground": "#6272a4", //3 + "tab.unfocusedActiveForeground": "#9ea8c7", //4 + "tab.unfocusedInactiveForeground": "#6272a4", //3 + "tab.hoverBackground": "#44475a", //2 + "tab.unfocusedHoverBackground": "#44475a", //2 // "tab.hoverForeground": "#ff0000", // "tab.unfocusedHoverForeground": "#ff0000", // "tab.hoverBorder": "#f00", // "tab.unfocusedHoverBorder": "#f00", - "tab.activeModifiedBorder": "#62d6e8", //D - "tab.inactiveModifiedBorder": "#62d6e8", //D - "tab.unfocusedActiveModifiedBorder": "#62d6e8", //D - "tab.unfocusedInactiveModifiedBorder": "#62d6e8", //D - "editorPane.background": "#282936", //0 + "tab.activeModifiedBorder": "#80bfff", //D + "tab.inactiveModifiedBorder": "#80bfff", //D + "tab.unfocusedActiveModifiedBorder": "#80bfff", //D + "tab.unfocusedInactiveModifiedBorder": "#80bfff", //D + "editorPane.background": "#282a36", //0 // "sideBySideEditor.horizontalBorder": "#ff0000", // "sideBySideEditor.verticalBorder": "#ff0000", // Editor colors - "editor.background": "#282936", //0 - "editor.foreground": "#e9e9f4", //5 - "editorLineNumber.foreground": "#626483", //3 - "editorLineNumber.activeForeground": "#62d6e8", //4 + "editor.background": "#282a36", //0 + "editor.foreground": "#f8f8f2", //5 + "editorLineNumber.foreground": "#6272a4", //3 + "editorLineNumber.activeForeground": "#9ea8c7", //4 // "editorCursor.background": "#f00", - "editorCursor.foreground": "#e9e9f4", //5 - "editor.selectionBackground": "#4d4f68", //2 + "editorCursor.foreground": "#f8f8f2", //5 + "editor.selectionBackground": "#44475a", //2 // "editor.selectionForeground": "#f00", - "editor.inactiveSelectionBackground": "#4d4f68", //2 - "editor.selectionHighlightBackground": "#3a3c4e", //1 + "editor.inactiveSelectionBackground": "#44475a", //2 + "editor.selectionHighlightBackground": "#363447", //1 // "editor.selectionHighlightBorder": "#f00", - "editor.wordHighlightBackground": "#4d4f686f", //2 + "editor.wordHighlightBackground": "#44475a6f", //2 // "editor.wordHighlightBorder": "#f00". - "editor.wordHighlightStrongBackground": "#6264836f", //3 + "editor.wordHighlightStrongBackground": "#6272a46f", //3 // "editor.wordHighlightStrongBorder": "#f00", - "editor.findMatchBackground": "#00f7696f", //A - "editor.findMatchHighlightBackground": "#b45bcf6f", //9 - "editor.findRangeHighlightBackground": "#3a3c4e6f", //1 + "editor.findMatchBackground": "#f1fa8c6f", //A + "editor.findMatchHighlightBackground": "#ffb86c6f", //9 + "editor.findRangeHighlightBackground": "#3634476f", //1 // "editor.findMatchBorder": "#f00", // "editor.findMatchHighlightBorder": "#f00", // "editor.findRangeHighlightBorder": "#f00", - "searchEditor.findMatchBackground": "#00f7696f", //A + "searchEditor.findMatchBackground": "#f1fa8c6f", //A // "searchEditor.findMatchBorder": "#ff0000", // "searchEditor.textInputBorder": "#ff0000", - "editor.hoverHighlightBackground": "#4d4f686f", //2 - "editor.lineHighlightBackground": "#3a3c4e", //1 + "editor.hoverHighlightBackground": "#44475a6f", //2 + "editor.lineHighlightBackground": "#363447", //1 // "editorUnicodeHighlight.border": "#ff0000", // "editorUnicodeHighlight.background": "#ff0000", // "editor.lineHighlightBorder": "#f00", - "editorLink.activeForeground": "#62d6e8", //D - "editor.rangeHighlightBackground": "#3a3c4e6f", //1 + "editorLink.activeForeground": "#80bfff", //D + "editor.rangeHighlightBackground": "#3634476f", //1 // "editor.rangeHighlightBorder": "#f00", // "editor.symbolHighlightBackground": "#ff0000", // "editor.symbolHighlightBorder": "#ff0000", - "editorWhitespace.foreground": "#626483", //3 - "editorIndentGuide.background": "#626483", //3 - "editorIndentGuide.activeBackground": "#62d6e8", //4 - "editorInlayHint.background": "#3a3c4e", //1 - "editorInlayHint.foreground": "#e9e9f4", //5 - "editorInlayHint.typeBackground": "#3a3c4e", //1 - "editorInlayHint.typeForeground": "#e9e9f4", //5 - "editorInlayHint.parameterBackground": "#3a3c4e", //1 - "editorInlayHint.parameterForeground": "#e9e9f4", //5 - "editorRuler.foreground": "#626483", //3 + "editorWhitespace.foreground": "#6272a4", //3 + "editorIndentGuide.background": "#6272a4", //3 + "editorIndentGuide.activeBackground": "#9ea8c7", //4 + "editorInlayHint.background": "#363447", //1 + "editorInlayHint.foreground": "#f8f8f2", //5 + "editorInlayHint.typeBackground": "#363447", //1 + "editorInlayHint.typeForeground": "#f8f8f2", //5 + "editorInlayHint.parameterBackground": "#363447", //1 + "editorInlayHint.parameterForeground": "#f8f8f2", //5 + "editorRuler.foreground": "#6272a4", //3 // "editor.linkedEditingBackground": "#ff0000", /// CodeLens - "editorCodeLens.foreground": "#4d4f68", //2 + "editorCodeLens.foreground": "#44475a", //2 /// Lightbulb - "editorLightBulb.foreground": "#00f769", //A - "editorLightBulbAutoFix.foreground": "#62d6e8", //D + "editorLightBulb.foreground": "#f1fa8c", //A + "editorLightBulbAutoFix.foreground": "#80bfff", //D /// Bracket matches - "editorBracketMatch.background": "#4d4f68", //2 + "editorBracketMatch.background": "#44475a", //2 // "editorBracketMatch.border": "#f00", /// Bracket pair colorization - "editorBracketHighlight.foreground1": "#ea51b2", //8 - "editorBracketHighlight.foreground2": "#b45bcf", //9 - "editorBracketHighlight.foreground3": "#00f769", //A - "editorBracketHighlight.foreground4": "#ebff87", //B - "editorBracketHighlight.foreground5": "#62d6e8", //D - "editorBracketHighlight.foreground6": "#b45bcf", //E - "editorBracketHighlight.unexpectedBracket.foreground": "#00f769", //F + "editorBracketHighlight.foreground1": "#ff5555", //8 + "editorBracketHighlight.foreground2": "#ffb86c", //9 + "editorBracketHighlight.foreground3": "#f1fa8c", //A + "editorBracketHighlight.foreground4": "#50fa7b", //B + "editorBracketHighlight.foreground5": "#80bfff", //D + "editorBracketHighlight.foreground6": "#ff79c6", //E + "editorBracketHighlight.unexpectedBracket.foreground": "#bd93f9", //F /// Bracket pair guides // "editorBracketPairGuide.activeBackground1": "#ff0000", // "editorBracketPairGuide.activeBackground2": "#ff0000", @@ -270,57 +270,57 @@ /// Overview ruler // "editorOverviewRuler.background": "#ff0000", // "editorOverviewRuler.border": "#f00", - "editorOverviewRuler.findMatchForeground": "#00f7696f", //A - "editorOverviewRuler.rangeHighlightForeground": "#6264836f", //3 - "editorOverviewRuler.selectionHighlightForeground": "#4d4f686f", //2 - "editorOverviewRuler.wordHighlightForeground": "#f7f7fb6f", //7 - "editorOverviewRuler.wordHighlightStrongForeground": "#62d6e86f", //D - "editorOverviewRuler.modifiedForeground": "#b45bcf", //E - "editorOverviewRuler.addedForeground": "#ebff87", //B - "editorOverviewRuler.deletedForeground": "#ea51b2", //8 - "editorOverviewRuler.errorForeground": "#ea51b2", //8 - "editorOverviewRuler.warningForeground": "#00f769", //A - "editorOverviewRuler.infoForeground": "#a1efe4", //C - "editorOverviewRuler.bracketMatchForeground": "#f1f2f8", //6 + "editorOverviewRuler.findMatchForeground": "#f1fa8c6f", //A + "editorOverviewRuler.rangeHighlightForeground": "#6272a46f", //3 + "editorOverviewRuler.selectionHighlightForeground": "#44475a6f", //2 + "editorOverviewRuler.wordHighlightForeground": "#ffffff6f", //7 + "editorOverviewRuler.wordHighlightStrongForeground": "#80bfff6f", //D + "editorOverviewRuler.modifiedForeground": "#ff79c6", //E + "editorOverviewRuler.addedForeground": "#50fa7b", //B + "editorOverviewRuler.deletedForeground": "#ff5555", //8 + "editorOverviewRuler.errorForeground": "#ff5555", //8 + "editorOverviewRuler.warningForeground": "#f1fa8c", //A + "editorOverviewRuler.infoForeground": "#8be9fd", //C + "editorOverviewRuler.bracketMatchForeground": "#f0f1f4", //6 /// Errors and warnings - "editorError.foreground": "#ea51b2", //8 - // "editorError.background": "#ea51b26f", //8 + "editorError.foreground": "#ff5555", //8 + // "editorError.background": "#ff55556f", //8 // "editorError.border": "", - "editorWarning.foreground": "#00f769", //A - // "editorWarning.background": "#00f7696f", //A + "editorWarning.foreground": "#f1fa8c", //A + // "editorWarning.background": "#f1fa8c6f", //A // "editorWarning.border": "#f00", - "editorInfo.foreground": "#a1efe4", //C - // "editorInfo.background": "#a1efe46f", //C + "editorInfo.foreground": "#8be9fd", //C + // "editorInfo.background": "#8be9fd6f", //C // "editorInfo.border": "", - "editorHint.foreground": "#62d6e8", //D + "editorHint.foreground": "#80bfff", //D // "editorHint.border": "#f00", - "problemsErrorIcon.foreground": "#ea51b2", //8 - "problemsWarningIcon.foreground": "#00f769", //A - "problemsInfoIcon.foreground": "#a1efe4", //C + "problemsErrorIcon.foreground": "#ff5555", //8 + "problemsWarningIcon.foreground": "#f1fa8c", //A + "problemsInfoIcon.foreground": "#8be9fd", //C /// Unused source code // "editorUnnecessaryCode.border": "#f00", // "editorUnnecessaryCode.opacity": "#f00", /// Gutter - "editorGutter.background": "#282936", //0 - "editorGutter.modifiedBackground": "#b45bcf", //E - "editorGutter.addedBackground": "#ebff87", //B - "editorGutter.deletedBackground": "#ea51b2", //8 - "editorGutter.commentRangeForeground": "#62d6e8", //4 - "editorGutter.foldingControlForeground": "#e9e9f4", //5 - // "editorCommentsWidget.resolvedBorder": "#ebff87", //B - // "editorCommentsWidget.unresolvedBorder": "#ea51b2", //8 - // "editorCommentsWidget.rangeBackground": "#3a3c4e", //1 + "editorGutter.background": "#282a36", //0 + "editorGutter.modifiedBackground": "#ff79c6", //E + "editorGutter.addedBackground": "#50fa7b", //B + "editorGutter.deletedBackground": "#ff5555", //8 + "editorGutter.commentRangeForeground": "#9ea8c7", //4 + "editorGutter.foldingControlForeground": "#f8f8f2", //5 + // "editorCommentsWidget.resolvedBorder": "#50fa7b", //B + // "editorCommentsWidget.unresolvedBorder": "#ff5555", //8 + // "editorCommentsWidget.rangeBackground": "#363447", //1 // "editorCommentsWidget.rangeBorder": "#ff0000", - // "editorCommentsWidget.rangeActiveBackground": "#4d4f68", //2 + // "editorCommentsWidget.rangeActiveBackground": "#44475a", //2 // "editorCommentsWidget.rangeActiveBorder": "#ff0000", // Diff editor colors - "diffEditor.insertedTextBackground": "#ebff8720", + "diffEditor.insertedTextBackground": "#50fa7b20", // "diffEditor.insertedTextBorder": "#f00", - "diffEditor.removedTextBackground": "#ea51b220", + "diffEditor.removedTextBackground": "#ff555520", // "diffEditor.removedTextBorder": "#f00", // "diffEditor.border": "#f00", - "diffEditor.diagonalFill": "#4d4f68", //2 + "diffEditor.diagonalFill": "#44475a", //2 // "diffEditor.insertedLineBackground": "#ff0000", // "diffEditor.removedLineBackground": "#ff0000", // "diffEditorGutter.insertedLineBackground": "#ff0000", @@ -329,63 +329,63 @@ // "diffEditorOverview.removedForeground": "#ff0000", // Editor widget colors - "editorWidget.foreground": "#e9e9f4", //5 - "editorWidget.background": "#282936", //0 + "editorWidget.foreground": "#f8f8f2", //5 + "editorWidget.background": "#282a36", //0 // "editorWidget.border": "#f00", // "editorWidget.resizeBorder": "#f00", - "editorSuggestWidget.background": "#3a3c4e", //1 + "editorSuggestWidget.background": "#363447", //1 // "editorSuggestWidget.border": "#f00", - "editorSuggestWidget.foreground": "#e9e9f4", //5 - "editorSuggestWidget.focusHighlightForeground": "#f7f7fb", //7 - "editorSuggestWidget.highlightForeground": "#62d6e8", //D - "editorSuggestWidget.selectedBackground": "#4d4f68", //2 - "editorSuggestWidget.selectedForeground": "#f1f2f8", //6 + "editorSuggestWidget.foreground": "#f8f8f2", //5 + "editorSuggestWidget.focusHighlightForeground": "#ffffff", //7 + "editorSuggestWidget.highlightForeground": "#80bfff", //D + "editorSuggestWidget.selectedBackground": "#44475a", //2 + "editorSuggestWidget.selectedForeground": "#f0f1f4", //6 // "editorSuggestWidget.selectedIconForeground": "#ff0000", // "editorSuggestWidgetStatus.foreground": "#ff0000", - "editorHoverWidget.foreground": "#e9e9f4", //5 - "editorHoverWidget.background": "#282936", //1 + "editorHoverWidget.foreground": "#f8f8f2", //5 + "editorHoverWidget.background": "#282a36", //1 // "editorHoverWidget.border": "#f00", // "editorHoverWidget.highlightForeground": "#ff0000", // "editorHoverWidget.statusBarBackground": "#f00", // "editorGhostText.background": "#ff0000", // "editorGhostText.foreground": "#ff0000", - "debugExceptionWidget.background": "#3a3c4e", //1 + "debugExceptionWidget.background": "#363447", //1 // "debugExceptionWidget.border": "#f00", - "editorMarkerNavigation.background": "#3a3c4e", //1 - "editorMarkerNavigationError.background": "#ea51b2", //8 - "editorMarkerNavigationWarning.background": "#00f769", //A - "editorMarkerNavigationInfo.background": "#62d6e8", //D - "editorMarkerNavigationError.headerBackground": "#ea51b220", //8 - "editorMarkerNavigationWarning.headerBackground": "#00f76920", //A - "editorMarkerNavigationInfo.headerBackground": "#a1efe420", //C + "editorMarkerNavigation.background": "#363447", //1 + "editorMarkerNavigationError.background": "#ff5555", //8 + "editorMarkerNavigationWarning.background": "#f1fa8c", //A + "editorMarkerNavigationInfo.background": "#80bfff", //D + "editorMarkerNavigationError.headerBackground": "#ff555520", //8 + "editorMarkerNavigationWarning.headerBackground": "#f1fa8c20", //A + "editorMarkerNavigationInfo.headerBackground": "#8be9fd20", //C // Peek view colors // "peekView.border": "#f00", - "peekViewEditor.background": "#3a3c4e", //1 - "peekViewEditorGutter.background": "#3a3c4e", //1 - "peekViewEditor.matchHighlightBackground": "#b45bcf6f", //9 + "peekViewEditor.background": "#363447", //1 + "peekViewEditorGutter.background": "#363447", //1 + "peekViewEditor.matchHighlightBackground": "#ffb86c6f", //9 // "peekViewEditor.matchHighlightBorder": "#f00", - "peekViewResult.background": "#282936", //0 - "peekViewResult.fileForeground": "#e9e9f4", //5 - "peekViewResult.lineForeground": "#626483", //3 - "peekViewResult.matchHighlightBackground": "#b45bcf6f", //9 - "peekViewResult.selectionBackground": "#4d4f68", //2 - "peekViewResult.selectionForeground": "#e9e9f4", //5 - "peekViewTitle.background": "#4d4f68", //2 - "peekViewTitleDescription.foreground": "#626483", //3 - "peekViewTitleLabel.foreground": "#e9e9f4", //5 + "peekViewResult.background": "#282a36", //0 + "peekViewResult.fileForeground": "#f8f8f2", //5 + "peekViewResult.lineForeground": "#6272a4", //3 + "peekViewResult.matchHighlightBackground": "#ffb86c6f", //9 + "peekViewResult.selectionBackground": "#44475a", //2 + "peekViewResult.selectionForeground": "#f8f8f2", //5 + "peekViewTitle.background": "#44475a", //2 + "peekViewTitleDescription.foreground": "#6272a4", //3 + "peekViewTitleLabel.foreground": "#f8f8f2", //5 // Merge conflicts colors - "merge.currentContentBackground": "#62d6e840", //D - "merge.currentHeaderBackground": "#62d6e840", //D - "merge.incomingContentBackground": "#ebff8760", //B - "merge.incomingHeaderBackground": "#ebff8760", //B + "merge.currentContentBackground": "#80bfff40", //D + "merge.currentHeaderBackground": "#80bfff40", //D + "merge.incomingContentBackground": "#50fa7b60", //B + "merge.incomingHeaderBackground": "#50fa7b60", //B // "merge.border": "#f00", // "merge.commonContentBackground": "#f00", // "merge.commonHeaderBackground": "#f00", - "editorOverviewRuler.currentContentForeground": "#62d6e8", //D - "editorOverviewRuler.incomingContentForeground": "#ebff87", //B - "editorOverviewRuler.commonContentForeground": "#00f769", //F + "editorOverviewRuler.currentContentForeground": "#80bfff", //D + "editorOverviewRuler.incomingContentForeground": "#50fa7b", //B + "editorOverviewRuler.commonContentForeground": "#bd93f9", //F // "mergeEditor.change.background": "#ff0000", // "mergeEditor.change.word.background": "#ff0000", // "mergeEditor.conflict.unhandledUnfocused.border": "#ff0000", @@ -396,15 +396,15 @@ // "mergeEditor.conflict.unhandled.minimapOverViewRuler": "#ff0000", // Panel colors - "panel.background": "#282936", //0 + "panel.background": "#282a36", //0 // "panel.border": "#f00", // Below is no longer supported as of 1.47 - "panel.dropBackground": "#3a3c4e6f", //1 + "panel.dropBackground": "#3634476f", //1 // Above is no longer supported as of 1.47 - "panel.dropBorder": "#3a3c4e6f", //1 + "panel.dropBorder": "#3634476f", //1 // "panelTitle.activeBorder": "#f00", - "panelTitle.activeForeground": "#e9e9f4", //5 - "panelTitle.inactiveForeground": "#626483", //3 + "panelTitle.activeForeground": "#f8f8f2", //5 + "panelTitle.inactiveForeground": "#6272a4", //3 // "panelInput.border": "#f00", // "panelSection.border": "#ff0000", // "panelSection.dropBackground": "#ff0000", @@ -413,26 +413,26 @@ // "panelSectionHeader.border": "#ff0000", // Status Bar colors - "statusBar.background": "#62d6e8", //D - "statusBar.foreground": "#f7f7fb", //7 + "statusBar.background": "#80bfff", //D + "statusBar.foreground": "#ffffff", //7 // "statusBar.border": "#f00", - "statusBar.debuggingBackground": "#b45bcf", //9 - "statusBar.debuggingForeground": "#f7f7fb", //7 + "statusBar.debuggingBackground": "#ffb86c", //9 + "statusBar.debuggingForeground": "#ffffff", //7 // "statusBar.debuggingBorder": "", - "statusBar.noFolderBackground": "#b45bcf", //E - "statusBar.noFolderForeground": "#f7f7fb", //7 + "statusBar.noFolderBackground": "#ff79c6", //E + "statusBar.noFolderForeground": "#ffffff", //7 // "statusBar.noFolderBorder": "", - "statusBarItem.activeBackground": "#626483", //3 - "statusBarItem.hoverBackground": "#4d4f68", //2 - "statusBarItem.prominentForeground": "#f7f7fb", //7 - "statusBarItem.prominentBackground": "#b45bcf", //E - "statusBarItem.prominentHoverBackground": "#ea51b2", //8 - "statusBarItem.remoteBackground": "#ebff87", //B - "statusBarItem.remoteForeground": "#f7f7fb", //7 - "statusBarItem.errorBackground": "#ea51b2", //8 - "statusBarItem.errorForeground": "#f7f7fb", //7 - "statusBarItem.warningBackground": "#00f769", //A - "statusBarItem.warningForeground": "#f7f7fb", //7 + "statusBarItem.activeBackground": "#6272a4", //3 + "statusBarItem.hoverBackground": "#44475a", //2 + "statusBarItem.prominentForeground": "#ffffff", //7 + "statusBarItem.prominentBackground": "#ff79c6", //E + "statusBarItem.prominentHoverBackground": "#ff5555", //8 + "statusBarItem.remoteBackground": "#50fa7b", //B + "statusBarItem.remoteForeground": "#ffffff", //7 + "statusBarItem.errorBackground": "#ff5555", //8 + "statusBarItem.errorForeground": "#ffffff", //7 + "statusBarItem.warningBackground": "#f1fa8c", //A + "statusBarItem.warningForeground": "#ffffff", //7 // "statusBarItem.compactHoverBackground": "#ff0000", // "statusBarItem.focusBorder": "#ff0000", // "statusBarItem.settingsProfilesForeground": "#ff0000", @@ -440,119 +440,119 @@ // "statusBar.focusBorder": "#ff0000", // Title Bar colors - "titleBar.activeBackground": "#282936", //0 - "titleBar.activeForeground": "#e9e9f4", //5 - "titleBar.inactiveBackground": "#3a3c4e", //1 - "titleBar.inactiveForeground": "#626483", //3 + "titleBar.activeBackground": "#282a36", //0 + "titleBar.activeForeground": "#f8f8f2", //5 + "titleBar.inactiveBackground": "#363447", //1 + "titleBar.inactiveForeground": "#6272a4", //3 // "titleBar.border": "#f00", // Menu Bar colors - "menubar.selectionForeground": "#e9e9f4", //5 - "menubar.selectionBackground": "#3a3c4e", //1 + "menubar.selectionForeground": "#f8f8f2", //5 + "menubar.selectionBackground": "#363447", //1 // "menubar.selectionBorder": "#f00", - "menu.foreground": "#e9e9f4", //5 - "menu.background": "#3a3c4e", //1 - "menu.selectionForeground": "#e9e9f4", //5 - "menu.selectionBackground": "#4d4f68", //2 + "menu.foreground": "#f8f8f2", //5 + "menu.background": "#363447", //1 + "menu.selectionForeground": "#f8f8f2", //5 + "menu.selectionBackground": "#44475a", //2 // "menu.selectionBorder": "#f00", - "menu.separatorBackground": "#f7f7fb", //7 + "menu.separatorBackground": "#ffffff", //7 // "menu.border": "#f00", // Command Center colors - "commandCenter.foreground": "#e9e9f4", //5 - "commandCenter.activeForeground": "#f7f7fb", //7 - "commandCenter.background": "#282936", //0 - "commandCenter.activeBackground": "#3a3c4e", //1 + "commandCenter.foreground": "#f8f8f2", //5 + "commandCenter.activeForeground": "#ffffff", //7 + "commandCenter.background": "#282a36", //0 + "commandCenter.activeBackground": "#363447", //1 // "commandCenter.border": "#ff0000", // Notification colors // "notificationCenter.border": "", - "notificationCenterHeader.foreground": "#e9e9f4", //5 - "notificationCenterHeader.background": "#3a3c4e", //1 + "notificationCenterHeader.foreground": "#f8f8f2", //5 + "notificationCenterHeader.background": "#363447", //1 // "notificationToast.border": "", - "notifications.foreground": "#e9e9f4", //5 - "notifications.background": "#4d4f68", //2 + "notifications.foreground": "#f8f8f2", //5 + "notifications.background": "#44475a", //2 // "notifications.border": "", - "notificationLink.foreground": "#62d6e8", //D - "notificationsErrorIcon.foreground": "#ea51b2", //8 - "notificationsWarningIcon.foreground": "#00f769", //A - "notificationsInfoIcon.foreground": "#62d6e8", //D + "notificationLink.foreground": "#80bfff", //D + "notificationsErrorIcon.foreground": "#ff5555", //8 + "notificationsWarningIcon.foreground": "#f1fa8c", //A + "notificationsInfoIcon.foreground": "#80bfff", //D // Below is no longer supported as of 1.21 - "notification.background": "#4d4f68", //2 - "notification.foreground": "#e9e9f4", //5 - "notification.buttonBackground": "#62d6e8", //D - "notification.buttonHoverBackground": "#4d4f68", //2 - "notification.buttonForeground": "#f7f7fb", //7 - "notification.infoBackground": "#a1efe4", //C - "notification.infoForeground": "#f7f7fb", //7 - "notification.warningBackground": "#00f769", //A - "notification.warningForeground": "#f7f7fb", //7 - "notification.errorBackground": "#ea51b2", //8 - "notification.errorForeground": "#f7f7fb", //7 + "notification.background": "#44475a", //2 + "notification.foreground": "#f8f8f2", //5 + "notification.buttonBackground": "#80bfff", //D + "notification.buttonHoverBackground": "#44475a", //2 + "notification.buttonForeground": "#ffffff", //7 + "notification.infoBackground": "#8be9fd", //C + "notification.infoForeground": "#ffffff", //7 + "notification.warningBackground": "#f1fa8c", //A + "notification.warningForeground": "#ffffff", //7 + "notification.errorBackground": "#ff5555", //8 + "notification.errorForeground": "#ffffff", //7 // Above is no longer supported as of 1.21 // Banner colors - "banner.background": "#4d4f68", //2 - "banner.foreground": "#e9e9f4", //5 - "banner.iconForeground": "#62d6e8", //D + "banner.background": "#44475a", //2 + "banner.foreground": "#f8f8f2", //5 + "banner.iconForeground": "#80bfff", //D // Extensions colors - "extensionButton.prominentBackground": "#ebff87", //B - "extensionButton.prominentForeground": "#f7f7fb", //7 - "extensionButton.prominentHoverBackground": "#4d4f68", //2 - "extensionBadge.remoteBackground": "#b45bcf", //9 - "extensionBadge.remoteForeground": "#f7f7fb", //7 - "extensionIcon.starForeground": "#00f769", //A - "extensionIcon.verifiedForeground": "#62d6e8", //D - "extensionIcon.preReleaseForeground": "#b45bcf", //9 + "extensionButton.prominentBackground": "#50fa7b", //B + "extensionButton.prominentForeground": "#ffffff", //7 + "extensionButton.prominentHoverBackground": "#44475a", //2 + "extensionBadge.remoteBackground": "#ffb86c", //9 + "extensionBadge.remoteForeground": "#ffffff", //7 + "extensionIcon.starForeground": "#f1fa8c", //A + "extensionIcon.verifiedForeground": "#80bfff", //D + "extensionIcon.preReleaseForeground": "#ffb86c", //9 // "extensionIcon.sponsorForeground": "#ff0000", // Quick picker colors // "pickerGroup.border": "#f00", - "pickerGroup.foreground": "#626483", //3 - "quickInput.background": "#3a3c4e", //1 - "quickInput.foreground": "#e9e9f4", //5 - "quickInputList.focusBackground": "#626483", //3 - "quickInputList.focusForeground": "#f7f7fb", //7 - "quickInputList.focusIconForeground": "#f7f7fb", //7 + "pickerGroup.foreground": "#6272a4", //3 + "quickInput.background": "#363447", //1 + "quickInput.foreground": "#f8f8f2", //5 + "quickInputList.focusBackground": "#6272a4", //3 + "quickInputList.focusForeground": "#ffffff", //7 + "quickInputList.focusIconForeground": "#ffffff", //7 // "quickInputTitle.background": "#ff0000", // Keybinding label colors - "keybindingLabel.background": "#4d4f68", //2 - "keybindingLabel.foreground": "#e9e9f4", //5 + "keybindingLabel.background": "#44475a", //2 + "keybindingLabel.foreground": "#f8f8f2", //5 // "keybindingLabel.border": "#ff0000", // "keybindingLabel.bottomBorder": "#ff0000", // Keybinding shortcut table colors - "keybindingTable.headerBackground": "#4d4f68", //2 - "keybindingTable.rowsBackground": "#3a3c4e", //1 + "keybindingTable.headerBackground": "#44475a", //2 + "keybindingTable.rowsBackground": "#363447", //1 // Integrated terminal colors - "terminal.background": "#282936", //0 + "terminal.background": "#282a36", //0 // "terminal.border": "#ff0000", - "terminal.foreground": "#e9e9f4", //5 - "terminal.ansiBlack": "#282936", //0 - "terminal.ansiRed": "#ea51b2", //8 - "terminal.ansiGreen": "#ebff87", //B - "terminal.ansiYellow": "#00f769", //A - "terminal.ansiBlue": "#62d6e8", //D - "terminal.ansiMagenta": "#b45bcf", //E - "terminal.ansiCyan": "#a1efe4", //C - "terminal.ansiWhite": "#e9e9f4", //5 - "terminal.ansiBrightBlack": "#626483", //3 - "terminal.ansiBrightRed": "#ea51b2", //8 - "terminal.ansiBrightGreen": "#ebff87", //B - "terminal.ansiBrightYellow": "#00f769", //A - "terminal.ansiBrightBlue": "#62d6e8", //D - "terminal.ansiBrightMagenta": "#b45bcf", //E - "terminal.ansiBrightCyan": "#a1efe4", //C - "terminal.ansiBrightWhite": "#f7f7fb", //7 + "terminal.foreground": "#f8f8f2", //5 + "terminal.ansiBlack": "#282a36", //0 + "terminal.ansiRed": "#ff5555", //8 + "terminal.ansiGreen": "#50fa7b", //B + "terminal.ansiYellow": "#f1fa8c", //A + "terminal.ansiBlue": "#80bfff", //D + "terminal.ansiMagenta": "#ff79c6", //E + "terminal.ansiCyan": "#8be9fd", //C + "terminal.ansiWhite": "#f8f8f2", //5 + "terminal.ansiBrightBlack": "#6272a4", //3 + "terminal.ansiBrightRed": "#ff5555", //8 + "terminal.ansiBrightGreen": "#50fa7b", //B + "terminal.ansiBrightYellow": "#f1fa8c", //A + "terminal.ansiBrightBlue": "#80bfff", //D + "terminal.ansiBrightMagenta": "#ff79c6", //E + "terminal.ansiBrightCyan": "#8be9fd", //C + "terminal.ansiBrightWhite": "#ffffff", //7 // "terminal.selectionBackground": "#f0f", // "terminal.selectionForeground": "#ff0000", // "terminal.findMatchBackground": "#ff0000", // "terminalCursor.background": "#f0f", - "terminalCursor.foreground": "#e9e9f4", //5 + "terminalCursor.foreground": "#f8f8f2", //5 // "terminal.dropBackground": "#ff0000", // "terminal.tab.activeBorder": "#ff0000", // "terminalCommandDecoration.defaultBackground": "#ff0000", @@ -562,7 +562,7 @@ "terminalOverviewRuler.findMatchForeground": "#ff0000", // Debug colors - "debugToolBar.background": "#3a3c4e", //1 + "debugToolBar.background": "#363447", //1 // "debugToolBar.border": "#f0f", // "editor.stackFrameHighlightBackground": "#f0f", // "editor.focusedStackFrameHighlightBackground": "#f0f", @@ -570,191 +570,191 @@ // "editor.inlineValuesBackground": "#ff0000", // "debugView.exceptionLabelForeground": "#ff0000", // "debugView.exceptionLabelBackground": "#ff0000", - "debugView.stateLabelForeground": "#f7f7fb", //7 - "debugView.stateLabelBackground": "#62d6e8", //D - "debugView.valueChangedHighlight": "#62d6e8", //D - "debugTokenExpression.name": "#b45bcf", //E - "debugTokenExpression.value": "#e9e9f4", //5 - "debugTokenExpression.string": "#ebff87", //B - "debugTokenExpression.boolean": "#b45bcf", //9 - "debugTokenExpression.number": "#b45bcf", //9 - "debugTokenExpression.error": "#ea51b2", //8 + "debugView.stateLabelForeground": "#ffffff", //7 + "debugView.stateLabelBackground": "#80bfff", //D + "debugView.valueChangedHighlight": "#80bfff", //D + "debugTokenExpression.name": "#ff79c6", //E + "debugTokenExpression.value": "#f8f8f2", //5 + "debugTokenExpression.string": "#50fa7b", //B + "debugTokenExpression.boolean": "#ffb86c", //9 + "debugTokenExpression.number": "#ffb86c", //9 + "debugTokenExpression.error": "#ff5555", //8 // Testing colors - "testing.iconFailed": "#ea51b2", //8 - "testing.iconErrored": "#00f769", //F - "testing.iconPassed": "#ebff87", //B - "testing.runAction": "#62d6e8", //4 - "testing.iconQueued": "#00f769", //A - "testing.iconUnset": "#62d6e8", //4 - "testing.iconSkipped": "#b45bcf", //E + "testing.iconFailed": "#ff5555", //8 + "testing.iconErrored": "#bd93f9", //F + "testing.iconPassed": "#50fa7b", //B + "testing.runAction": "#9ea8c7", //4 + "testing.iconQueued": "#f1fa8c", //A + "testing.iconUnset": "#9ea8c7", //4 + "testing.iconSkipped": "#ff79c6", //E // "testing.peekBorder": "#ff0000", - "testing.peekHeaderBackground": "#3a3c4e", //1 - "testing.message.error.decorationForeground": "#e9e9f4", //5 - "testing.message.error.lineBackground": "#ea51b220", //8 - "testing.message.info.decorationForeground": "#e9e9f4", //5 - "testing.message.info.lineBackground": "#62d6e820", //D + "testing.peekHeaderBackground": "#363447", //1 + "testing.message.error.decorationForeground": "#f8f8f2", //5 + "testing.message.error.lineBackground": "#ff555520", //8 + "testing.message.info.decorationForeground": "#f8f8f2", //5 + "testing.message.info.lineBackground": "#80bfff20", //D // Welcome page colors - "welcomePage.background": "#282936", //0 + "welcomePage.background": "#282a36", //0 // Below is no longer supported as of 1.63 - "welcomePage.buttonBackground": "#3a3c4e", //1 - "welcomePage.buttonHoverBackground": "#4d4f68", //2 + "welcomePage.buttonBackground": "#363447", //1 + "welcomePage.buttonHoverBackground": "#44475a", //2 // Above is no longer supported as of 1.63 - "welcomePage.progress.background": "#626483", //3 - "welcomePage.progress.foreground": "#62d6e8", //D - "welcomePage.tileBackground": "#3a3c4e", //1 - "welcomePage.tileHoverBackground": "#4d4f68", //2 + "welcomePage.progress.background": "#6272a4", //3 + "welcomePage.progress.foreground": "#80bfff", //D + "welcomePage.tileBackground": "#363447", //1 + "welcomePage.tileHoverBackground": "#44475a", //2 // "welcomePage.tileShadow": "#ff0000", - "walkThrough.embeddedEditorBackground": "#282936", //0 + "walkThrough.embeddedEditorBackground": "#282a36", //0 // Source Control colors // "scm.providerBorder": "#ff0000", // Git colors - "gitDecoration.addedResourceForeground": "#ebff87", //B - "gitDecoration.modifiedResourceForeground": "#b45bcf", //E - "gitDecoration.deletedResourceForeground": "#ea51b2", //8 - "gitDecoration.renamedResourceForeground": "#a1efe4", //C - "gitDecoration.stageModifiedResourceForeground": "#b45bcf", //E - "gitDecoration.stageDeletedResourceForeground": "#ea51b2", //8 - "gitDecoration.untrackedResourceForeground": "#b45bcf", //9 - "gitDecoration.ignoredResourceForeground": "#626483", //3 - "gitDecoration.conflictingResourceForeground": "#00f769", //A - "gitDecoration.submoduleResourceForeground": "#00f769", //F + "gitDecoration.addedResourceForeground": "#50fa7b", //B + "gitDecoration.modifiedResourceForeground": "#ff79c6", //E + "gitDecoration.deletedResourceForeground": "#ff5555", //8 + "gitDecoration.renamedResourceForeground": "#8be9fd", //C + "gitDecoration.stageModifiedResourceForeground": "#ff79c6", //E + "gitDecoration.stageDeletedResourceForeground": "#ff5555", //8 + "gitDecoration.untrackedResourceForeground": "#ffb86c", //9 + "gitDecoration.ignoredResourceForeground": "#6272a4", //3 + "gitDecoration.conflictingResourceForeground": "#f1fa8c", //A + "gitDecoration.submoduleResourceForeground": "#bd93f9", //F // Settings Editor colors - "settings.headerForeground": "#e9e9f4", //5 - "settings.modifiedItemIndicator": "#62d6e8", //D + "settings.headerForeground": "#f8f8f2", //5 + "settings.modifiedItemIndicator": "#80bfff", //D // Below was introduced temporarily in 1.26 - "settings.modifiedItemForeground": "#ebff87", //B + "settings.modifiedItemForeground": "#50fa7b", //B // Above was introduced temporarily in 1.26 - "settings.dropdownBackground": "#3a3c4e", //1 - "settings.dropdownForeground": "#e9e9f4", //5 + "settings.dropdownBackground": "#363447", //1 + "settings.dropdownForeground": "#f8f8f2", //5 // "settings.dropdownBorder": "", // "settings.dropdownListBorder": "", - "settings.checkboxBackground": "#3a3c4e", //1 - "settings.checkboxForeground": "#e9e9f4", //5 + "settings.checkboxBackground": "#363447", //1 + "settings.checkboxForeground": "#f8f8f2", //5 // "settings.checkboxBorder": "", - "settings.rowHoverBackground": "#4d4f68", //2 - "settings.textInputBackground": "#3a3c4e", //1 - "settings.textInputForeground": "#e9e9f4", //5 + "settings.rowHoverBackground": "#44475a", //2 + "settings.textInputBackground": "#363447", //1 + "settings.textInputForeground": "#f8f8f2", //5 // "settings.textInputBorder": "", - "settings.numberInputBackground": "#3a3c4e", //1 - "settings.numberInputForeground": "#e9e9f4", //5 + "settings.numberInputBackground": "#363447", //1 + "settings.numberInputForeground": "#f8f8f2", //5 // "settings.numberInputBorder": "", - "settings.focusedRowBackground": "#4d4f68", //2 + "settings.focusedRowBackground": "#44475a", //2 // "settings.focusedRowBorder": "#ff0000", - "settings.headerBorder": "#e9e9f4", //5 - "settings.sashBorder": "#e9e9f4", //5 + "settings.headerBorder": "#f8f8f2", //5 + "settings.sashBorder": "#f8f8f2", //5 // Breadcrumbs colors - "breadcrumb.foreground": "#e9e9f4", //5 - "breadcrumb.background": "#3a3c4e", //1 - "breadcrumb.focusForeground": "#f1f2f8", //6 - "breadcrumb.activeSelectionForeground": "#f7f7fb", //7 - "breadcrumbPicker.background": "#3a3c4e", //1 + "breadcrumb.foreground": "#f8f8f2", //5 + "breadcrumb.background": "#363447", //1 + "breadcrumb.focusForeground": "#f0f1f4", //6 + "breadcrumb.activeSelectionForeground": "#ffffff", //7 + "breadcrumbPicker.background": "#363447", //1 // Snippets colors - "editor.snippetTabstopHighlightBackground": "#4d4f68", //2 + "editor.snippetTabstopHighlightBackground": "#44475a", //2 // "editor.snippetTabstopHighlightBorder": "#f00", - "editor.snippetFinalTabstopHighlightBackground": "#626483", //3 + "editor.snippetFinalTabstopHighlightBackground": "#6272a4", //3 // "editor.snippetFinalTabstopHighlightBorder": "#f00", // Symbol Icons colors - "symbolIcon.arrayForeground": "#e9e9f4", //5 - "symbolIcon.booleanForeground": "#b45bcf", //9 - "symbolIcon.classForeground": "#00f769", //A + "symbolIcon.arrayForeground": "#f8f8f2", //5 + "symbolIcon.booleanForeground": "#ffb86c", //9 + "symbolIcon.classForeground": "#f1fa8c", //A "symbolIcon.colorForeground": "#f0f", - "symbolIcon.constantForeground": "#b45bcf", //9 - "symbolIcon.constructorForeground": "#62d6e8", //D - "symbolIcon.enumeratorForeground": "#b45bcf", //9 - "symbolIcon.enumeratorMemberForeground": "#62d6e8", //D - "symbolIcon.eventForeground": "#00f769", //A - "symbolIcon.fieldForeground": "#ea51b2", //8 - "symbolIcon.fileForeground": "#e9e9f4", //5 - "symbolIcon.folderForeground": "#e9e9f4", //5 - "symbolIcon.functionForeground": "#62d6e8", //D, - "symbolIcon.interfaceForeground": "#62d6e8", //D + "symbolIcon.constantForeground": "#ffb86c", //9 + "symbolIcon.constructorForeground": "#80bfff", //D + "symbolIcon.enumeratorForeground": "#ffb86c", //9 + "symbolIcon.enumeratorMemberForeground": "#80bfff", //D + "symbolIcon.eventForeground": "#f1fa8c", //A + "symbolIcon.fieldForeground": "#ff5555", //8 + "symbolIcon.fileForeground": "#f8f8f2", //5 + "symbolIcon.folderForeground": "#f8f8f2", //5 + "symbolIcon.functionForeground": "#80bfff", //D, + "symbolIcon.interfaceForeground": "#80bfff", //D "symbolIcon.keyForeground": "#f0f", - "symbolIcon.keywordForeground": "#b45bcf", //E - "symbolIcon.methodForeground": "#62d6e8", //D - "symbolIcon.moduleForeground": "#e9e9f4", //5 - "symbolIcon.namespaceForeground": "#e9e9f4", //5 - "symbolIcon.nullForeground": "#00f769", //F - "symbolIcon.numberForeground": "#b45bcf", //9 + "symbolIcon.keywordForeground": "#ff79c6", //E + "symbolIcon.methodForeground": "#80bfff", //D + "symbolIcon.moduleForeground": "#f8f8f2", //5 + "symbolIcon.namespaceForeground": "#f8f8f2", //5 + "symbolIcon.nullForeground": "#bd93f9", //F + "symbolIcon.numberForeground": "#ffb86c", //9 "symbolIcon.objectForeground": "#f0f", "symbolIcon.operatorForeground": "#f0f", "symbolIcon.packageForeground": "#f0f", - "symbolIcon.propertyForeground": "#e9e9f4", //5 + "symbolIcon.propertyForeground": "#f8f8f2", //5 "symbolIcon.referenceForeground": "#f0f", - "symbolIcon.snippetForeground": "#e9e9f4", //5 - "symbolIcon.stringForeground": "#ebff87", //B - "symbolIcon.structForeground": "#00f769", //A - "symbolIcon.textForeground": "#e9e9f4", //5 + "symbolIcon.snippetForeground": "#f8f8f2", //5 + "symbolIcon.stringForeground": "#50fa7b", //B + "symbolIcon.structForeground": "#f1fa8c", //A + "symbolIcon.textForeground": "#f8f8f2", //5 "symbolIcon.typeParameterForeground": "#f0f", "symbolIcon.unitForeground": "#f0f", - "symbolIcon.variableForeground": "#ea51b2", //8 + "symbolIcon.variableForeground": "#ff5555", //8 // Debug Icons colors - "debugIcon.breakpointForeground": "#ea51b2", //8 - "debugIcon.breakpointDisabledForeground": "#62d6e8", //4 - "debugIcon.breakpointUnverifiedForeground": "#4d4f68", //2 - "debugIcon.breakpointCurrentStackframeForeground": "#00f769", //A - "debugIcon.breakpointStackframeForeground": "#00f769", //F - "debugIcon.startForeground": "#ebff87", //B - "debugIcon.pauseForeground": "#62d6e8", //D - "debugIcon.stopForeground": "#ea51b2", //8 - "debugIcon.disconnectForeground": "#ea51b2", //8 - "debugIcon.restartForeground": "#ebff87", //B - "debugIcon.stepOverForeground": "#62d6e8", //D - "debugIcon.stepIntoForeground": "#a1efe4", //C - "debugIcon.stepOutForeground": "#b45bcf", //E - "debugIcon.continueForeground": "#ebff87", //B - "debugIcon.stepBackForeground": "#00f769", //F - "debugConsole.infoForeground": "#e9e9f4", //5 - "debugConsole.warningForeground": "#00f769", //A - "debugConsole.errorForeground": "#ea51b2", //8 - "debugConsole.sourceForeground": "#e9e9f4", //5 - "debugConsoleInputIcon.foreground": "#e9e9f4", //5 + "debugIcon.breakpointForeground": "#ff5555", //8 + "debugIcon.breakpointDisabledForeground": "#9ea8c7", //4 + "debugIcon.breakpointUnverifiedForeground": "#44475a", //2 + "debugIcon.breakpointCurrentStackframeForeground": "#f1fa8c", //A + "debugIcon.breakpointStackframeForeground": "#bd93f9", //F + "debugIcon.startForeground": "#50fa7b", //B + "debugIcon.pauseForeground": "#80bfff", //D + "debugIcon.stopForeground": "#ff5555", //8 + "debugIcon.disconnectForeground": "#ff5555", //8 + "debugIcon.restartForeground": "#50fa7b", //B + "debugIcon.stepOverForeground": "#80bfff", //D + "debugIcon.stepIntoForeground": "#8be9fd", //C + "debugIcon.stepOutForeground": "#ff79c6", //E + "debugIcon.continueForeground": "#50fa7b", //B + "debugIcon.stepBackForeground": "#bd93f9", //F + "debugConsole.infoForeground": "#f8f8f2", //5 + "debugConsole.warningForeground": "#f1fa8c", //A + "debugConsole.errorForeground": "#ff5555", //8 + "debugConsole.sourceForeground": "#f8f8f2", //5 + "debugConsoleInputIcon.foreground": "#f8f8f2", //5 // Notebook colors - "notebook.editorBackground": "#282936", //0 - "notebook.cellBorderColor": "#626483", //3 - "notebook.cellHoverBackground": "#3a3c4e", //1 + "notebook.editorBackground": "#282a36", //0 + "notebook.cellBorderColor": "#6272a4", //3 + "notebook.cellHoverBackground": "#363447", //1 // "notebook.cellInsertionIndicator": "#ff0000", // "notebook.cellStatusBarItemHoverBackground": "#ff0000", - "notebook.cellToolbarSeparator": "#4d4f68", //2 - "notebook.cellEditorBackground": "#282936", //0 - "notebook.focusedCellBackground": "#4d4f68", //2 - "notebook.focusedCellBorder": "#62d6e8", //D - "notebook.focusedEditorBorder": "#62d6e8", //D - "notebook.inactiveFocusedCellBorder": "#626483", //3 + "notebook.cellToolbarSeparator": "#44475a", //2 + "notebook.cellEditorBackground": "#282a36", //0 + "notebook.focusedCellBackground": "#44475a", //2 + "notebook.focusedCellBorder": "#80bfff", //D + "notebook.focusedEditorBorder": "#80bfff", //D + "notebook.inactiveFocusedCellBorder": "#6272a4", //3 // "notebook.inactiveSelectedCellBorder": "#ff0000", // "notebook.outputContainerBackgroundColor": "#ff0000", // "notebook.outputContainerBorderColor": "#ff0000", - "notebook.selectedCellBackground": "#4d4f68", //2 + "notebook.selectedCellBackground": "#44475a", //2 // "notebook.selectedCellBorder": "#ff0000", // "notebook.symbolHighlightBackground": "#ff0000", // "notebookScrollbarSlider.activeBackground": "#ff0000", // "notebookScrollbarSlider.background": "#ff0000", // "notebookScrollbarSlider.hoverBackground": "#ff0000", - "notebookStatusErrorIcon.foreground": "#ea51b2", //8 - "notebookStatusRunningIcon.foreground": "#a1efe4", //C - "notebookStatusSuccessIcon.foreground": "#ebff87", //B + "notebookStatusErrorIcon.foreground": "#ff5555", //8 + "notebookStatusRunningIcon.foreground": "#8be9fd", //C + "notebookStatusSuccessIcon.foreground": "#50fa7b", //B // Chart colors - "charts.foreground": "#e9e9f4", //5 - "charts.lines": "#e9e9f4", //5 - "charts.red": "#ea51b2", //8 - "charts.blue": "#62d6e8", //D - "charts.yellow": "#00f769", //A - "charts.orange": "#b45bcf", //9 - "charts.green": "#ebff87", //B - "charts.purple": "#b45bcf", //E + "charts.foreground": "#f8f8f2", //5 + "charts.lines": "#f8f8f2", //5 + "charts.red": "#ff5555", //8 + "charts.blue": "#80bfff", //D + "charts.yellow": "#f1fa8c", //A + "charts.orange": "#ffb86c", //9 + "charts.green": "#50fa7b", //B + "charts.purple": "#ff79c6", //E // Ports Colors - "ports.iconRunningProcessForeground": "#b45bcf" //9 + "ports.iconRunningProcessForeground": "#ffb86c" //9 }, "tokenColors": [ { @@ -765,7 +765,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#626483" //3 + "foreground": "#6272a4" //3 } }, { @@ -778,7 +778,7 @@ "variable.parameter" ], "settings": { - "foreground": "#ea51b2" //8 + "foreground": "#ff5555" //8 } }, { @@ -787,7 +787,7 @@ "variable.other.object.property" ], "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -796,7 +796,7 @@ "constant.other.color" ], "settings": { - "foreground": "#ebff87" //B + "foreground": "#50fa7b" //B } }, { @@ -806,7 +806,7 @@ "invalid.illegal" ], "settings": { - "foreground": "#ea51b2" //8 + "foreground": "#ff5555" //8 } }, { @@ -815,7 +815,7 @@ "invalid.deprecated" ], "settings": { - "foreground": "#00f769" //F + "foreground": "#bd93f9" //F } }, { @@ -825,7 +825,7 @@ "storage.modifier" ], "settings": { - "foreground": "#b45bcf" //E + "foreground": "#ff79c6" //E } }, { @@ -838,7 +838,7 @@ "keyword.control.as" ], "settings": { - "foreground": "#b45bcf" //E + "foreground": "#ff79c6" //E } }, { @@ -858,7 +858,7 @@ "storage.type.ts" ], "settings": { - "foreground": "#b45bcf" //E + "foreground": "#ff79c6" //E } }, { @@ -868,7 +868,7 @@ "storage.type.primitive" ], "settings": { - "foreground": "#a1efe4" //C + "foreground": "#8be9fd" //C } }, { @@ -877,7 +877,7 @@ "storage.type.function" ], "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -896,7 +896,7 @@ "keyword.other.substitution" ], "settings": { - "foreground": "#e9e9f4" //5 + "foreground": "#f8f8f2" //5 } }, { @@ -906,7 +906,7 @@ "variable.interpolation" ], "settings": { - "foreground": "#00f769" //F + "foreground": "#bd93f9" //F } }, { @@ -917,7 +917,7 @@ "markup.deleted.git_gutter" ], "settings": { - "foreground": "#ea51b2" //8 + "foreground": "#ff5555" //8 } }, { @@ -930,7 +930,7 @@ "keyword.other.special-method" ], "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -939,7 +939,7 @@ "meta.block variable.other" ], "settings": { - "foreground": "#ea51b2" //8 + "foreground": "#ff5555" //8 } }, { @@ -949,7 +949,7 @@ "string.other.link" ], "settings": { - "foreground": "#ea51b2" //8 + "foreground": "#ff5555" //8 } }, { @@ -964,7 +964,7 @@ "keyword.other" ], "settings": { - "foreground": "#b45bcf" //9 + "foreground": "#ffb86c" //9 } }, { @@ -980,7 +980,7 @@ ], "settings": { "fontStyle": "", - "foreground": "#ebff87" //B + "foreground": "#50fa7b" //B } }, { @@ -996,7 +996,7 @@ "support.type.sys-types" ], "settings": { - "foreground": "#00f769" //A + "foreground": "#f1fa8c" //A } }, { @@ -1007,7 +1007,7 @@ "storage.modifier.import" ], "settings": { - "foreground": "#00f769" //A + "foreground": "#f1fa8c" //A } }, { @@ -1016,7 +1016,7 @@ "entity.name.variable.field" ], "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -1025,7 +1025,7 @@ "support.type" ], "settings": { - "foreground": "#a1efe4" //C + "foreground": "#8be9fd" //C } }, { @@ -1039,7 +1039,7 @@ "source.postcss support.type.property-name" ], "settings": { - "foreground": "#a1efe4" //C + "foreground": "#8be9fd" //C } }, { @@ -1050,7 +1050,7 @@ "variable.other.class.js" ], "settings": { - "foreground": "#ea51b2" //8 + "foreground": "#ff5555" //8 } }, { @@ -1060,7 +1060,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#ea51b2" //8 + "foreground": "#ff5555" //8 } }, { @@ -1070,7 +1070,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -1080,7 +1080,7 @@ "variable.function.constructor" ], "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -1089,7 +1089,7 @@ "entity.other.attribute-name" ], "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -1100,7 +1100,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#00f769" //A + "foreground": "#f1fa8c" //A } }, { @@ -1109,7 +1109,7 @@ "entity.other.attribute-name.class" ], "settings": { - "foreground": "#00f769" //A + "foreground": "#f1fa8c" //A } }, { @@ -1118,7 +1118,7 @@ "source.sass keyword.control" ], "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -1127,7 +1127,7 @@ "markup.inserted" ], "settings": { - "foreground": "#ebff87" //B + "foreground": "#50fa7b" //B } }, { @@ -1136,7 +1136,7 @@ "markup.deleted" ], "settings": { - "foreground": "#ea51b2" //8 + "foreground": "#ff5555" //8 } }, { @@ -1145,7 +1145,7 @@ "markup.changed" ], "settings": { - "foreground": "#b45bcf" //E + "foreground": "#ff79c6" //E } }, { @@ -1154,7 +1154,7 @@ "string.regexp" ], "settings": { - "foreground": "#a1efe4" //C + "foreground": "#8be9fd" //C } }, { @@ -1163,7 +1163,7 @@ "constant.character.escape" ], "settings": { - "foreground": "#a1efe4" //C + "foreground": "#8be9fd" //C } }, { @@ -1185,7 +1185,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#62d6e8" // D + "foreground": "#80bfff" // D } }, { @@ -1195,7 +1195,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#b45bcf" //E + "foreground": "#ff79c6" //E } }, { @@ -1204,7 +1204,7 @@ "source.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -1213,7 +1213,7 @@ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -1222,7 +1222,7 @@ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -1231,7 +1231,7 @@ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -1240,7 +1240,7 @@ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -1249,7 +1249,7 @@ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -1258,7 +1258,7 @@ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -1267,7 +1267,7 @@ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -1276,7 +1276,7 @@ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -1286,7 +1286,7 @@ "punctuation.definition.list_item.markdown" ], "settings": { - "foreground": "#e9e9f4" //5 + "foreground": "#f8f8f2" //5 } }, { @@ -1295,7 +1295,7 @@ "text.html.markdown markup.inline.raw.markdown" ], "settings": { - "foreground": "#b45bcf" //E + "foreground": "#ff79c6" //E } }, { @@ -1304,7 +1304,7 @@ "text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown" ], "settings": { - "foreground": "#a1efe4" //C + "foreground": "#8be9fd" //C } }, { @@ -1313,7 +1313,7 @@ "text.html.markdown meta.dummy.line-break" ], "settings": { - "foreground": "#626483" //3 + "foreground": "#6272a4" //3 } }, { @@ -1324,7 +1324,7 @@ "markup.heading.markdown punctuation.definition.heading.markdown" ], "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -1334,7 +1334,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#ea51b2" //8 + "foreground": "#ff5555" //8 } }, { @@ -1345,7 +1345,7 @@ ], "settings": { "fontStyle": "bold", - "foreground": "#ea51b2" //8 + "foreground": "#ff5555" //8 } }, { @@ -1360,7 +1360,7 @@ ], "settings": { "fontStyle": "bold", - "foreground": "#ea51b2" //8 + "foreground": "#ff5555" //8 } }, { @@ -1370,7 +1370,7 @@ ], "settings": { "fontStyle": "underline", - "foreground": "#b45bcf" //9 + "foreground": "#ffb86c" //9 } }, { @@ -1379,7 +1379,7 @@ "markup.quote punctuation.definition.blockquote.markdown" ], "settings": { - "foreground": "#a1efe4" //C + "foreground": "#8be9fd" //C } }, { @@ -1397,7 +1397,7 @@ "string.other.link.title.markdown" ], "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { @@ -1406,7 +1406,7 @@ "string.other.link.description.title.markdown" ], "settings": { - "foreground": "#b45bcf" //E + "foreground": "#ff79c6" //E } }, { @@ -1415,7 +1415,7 @@ "constant.other.reference.link.markdown" ], "settings": { - "foreground": "#00f769" //A + "foreground": "#f1fa8c" //A } }, { @@ -1424,7 +1424,7 @@ "markup.raw.block" ], "settings": { - "foreground": "#b45bcf" //E + "foreground": "#ff79c6" //E } }, { @@ -1452,7 +1452,7 @@ "variable.language.fenced.markdown" ], "settings": { - "foreground": "#b45bcf" //E + "foreground": "#ff79c6" //E } }, { @@ -1461,7 +1461,7 @@ "variable.language.fenced.markdown" ], "settings": { - "foreground": "#ea51b2" //8 + "foreground": "#ff5555" //8 } }, { @@ -1471,7 +1471,7 @@ ], "settings": { "fontStyle": "bold", - "foreground": "#a1efe4" //C + "foreground": "#8be9fd" //C } }, { @@ -1480,31 +1480,31 @@ "markup.table" ], "settings": { - "foreground": "#b45bcf" //E + "foreground": "#ff79c6" //E } }, { "scope": "token.info-token", "settings": { - "foreground": "#62d6e8" //D + "foreground": "#80bfff" //D } }, { "scope": "token.warn-token", "settings": { - "foreground": "#00f769" //A + "foreground": "#f1fa8c" //A } }, { "scope": "token.error-token", "settings": { - "foreground": "#ea51b2" //8 + "foreground": "#ff5555" //8 } }, { "scope": "token.debug-token", "settings": { - "foreground": "#b45bcf" //E + "foreground": "#ff79c6" //E } } ] diff --git a/themes/base16/base16-tokyodark.json b/themes/base16/base16-tokyodark.json index 5dd2056..78838ed 100644 --- a/themes/base16/base16-tokyodark.json +++ b/themes/base16/base16-tokyodark.json @@ -9,13 +9,13 @@ // Base colors // "focusBorder": "#f00", //7 - "foreground": "#abb2bf", //5 - "disabledForeground": "#1b1c27", //4 + "foreground": "#a0a8cd", //5 + "disabledForeground": "#4a5057", //4 "widget.shadow": "#11121d", //0 - "selection.background": "#95c561", //D - "descriptionForeground": "#393a45", //3 - "errorForeground": "#a485dd", //8 - "icon.foreground": "#1b1c27", //4 + "selection.background": "#7199ee", //D + "descriptionForeground": "#353945", //3 + "errorForeground": "#ee6d85", //8 + "icon.foreground": "#4a5057", //4 // "sash.hoverBorder": "#ff0000", // Window border @@ -23,234 +23,234 @@ // "window.inactiveBorder": "#f00", // Text colors - "textBlockQuote.background": "#151621", //1 - "textBlockQuote.border": "#95c561", //D + "textBlockQuote.background": "#212234", //1 + "textBlockQuote.border": "#7199ee", //D "textCodeBlock.background": "#11121d", //0 - "textLink.activeForeground": "#a485dd", //C - "textLink.foreground": "#95c561", //D - "textPreformat.foreground": "#95c561", //D + "textLink.activeForeground": "#9fbbf3", //C + "textLink.foreground": "#7199ee", //D + "textPreformat.foreground": "#7199ee", //D "textSeparator.foreground": "#f0f", // Action colors - "toolbar.hoverBackground": "#43444f", //2 + "toolbar.hoverBackground": "#212234", //2 // "toolbar.hoverOutline": "#ff0000", - "toolbar.activeBackground": "#393a45", //3 + "toolbar.activeBackground": "#353945", //3 // Button control - "button.background": "#95c561", //D - "button.foreground": "#2c2d38", //7 + "button.background": "#7199ee", //D + "button.foreground": "#bcc2dc", //7 // "button.border": "#ff0000", - "button.hoverBackground": "#1b1c27", //4 - "button.secondaryForeground": "#2c2d38", //7 - "button.secondaryBackground": "#ee6d85", //E - "button.secondaryHoverBackground": "#1b1c27", //4 + "button.hoverBackground": "#4a5057", //4 + "button.secondaryForeground": "#bcc2dc", //7 + "button.secondaryBackground": "#a485dd", //E + "button.secondaryHoverBackground": "#4a5057", //4 "checkbox.background": "#11121d", //0 - "checkbox.foreground": "#abb2bf", //5 + "checkbox.foreground": "#a0a8cd", //5 // "checkbox.border": "#f00", // Dropdown control "dropdown.background": "#11121d", //0 "dropdown.listBackground": "#11121d", //0 // "dropdown.border": "#f00", //2 - "dropdown.foreground": "#abb2bf", //5 + "dropdown.foreground": "#a0a8cd", //5 // Input control "input.background": "#11121d", //0 // "input.border": "#f00", //0 - "input.foreground": "#abb2bf", //5 - "input.placeholderForeground": "#393a45", //3 - "inputOption.activeBackground": "#43444f", //2 - "inputOption.activeBorder": "#a485dd", //9 - "inputOption.activeForeground": "#abb2bf", //5 - "inputValidation.errorBackground": "#a485dd", //8 - "inputValidation.errorForeground": "#abb2bf", //5 - "inputValidation.errorBorder": "#a485dd", //8 - "inputValidation.infoBackground": "#95c561", //D - "inputValidation.infoForeground": "#abb2bf", //5 - "inputValidation.infoBorder": "#95c561", //D - "inputValidation.warningBackground": "#7199ee", //A - "inputValidation.warningForeground": "#abb2bf", //5 - "inputValidation.warningBorder": "#7199ee", //A + "input.foreground": "#a0a8cd", //5 + "input.placeholderForeground": "#353945", //3 + "inputOption.activeBackground": "#212234", //2 + "inputOption.activeBorder": "#f6955b", //9 + "inputOption.activeForeground": "#a0a8cd", //5 + "inputValidation.errorBackground": "#ee6d85", //8 + "inputValidation.errorForeground": "#a0a8cd", //5 + "inputValidation.errorBorder": "#ee6d85", //8 + "inputValidation.infoBackground": "#7199ee", //D + "inputValidation.infoForeground": "#a0a8cd", //5 + "inputValidation.infoBorder": "#7199ee", //D + "inputValidation.warningBackground": "#d7a65f", //A + "inputValidation.warningForeground": "#a0a8cd", //5 + "inputValidation.warningBorder": "#d7a65f", //A // Scrollbar control - "scrollbar.shadow": "#151621", //1 - "scrollbarSlider.activeBackground": "#1b1c276f", //4 - "scrollbarSlider.background": "#43444f6f", //2 - "scrollbarSlider.hoverBackground": "#393a456f", //3 + "scrollbar.shadow": "#212234", //1 + "scrollbarSlider.activeBackground": "#4a50576f", //4 + "scrollbarSlider.background": "#2122346f", //2 + "scrollbarSlider.hoverBackground": "#3539456f", //3 // Badge "badge.background": "#11121d", //0 - "badge.foreground": "#abb2bf", //5 + "badge.foreground": "#a0a8cd", //5 // Progress bar - "progressBar.background": "#393a45", //3 + "progressBar.background": "#353945", //3 // Lists and trees - "list.activeSelectionBackground": "#43444f", //2 - "list.activeSelectionForeground": "#abb2bf", //5 - "list.dropBackground": "#2c2d38", //7 - "list.focusBackground": "#43444f", //2 - "list.focusForeground": "#abb2bf", //5 - "list.highlightForeground": "#2c2d38", //7 - "list.hoverBackground": "#393a45", //3 - "list.hoverForeground": "#abb2bf", //5 - "list.inactiveSelectionBackground": "#43444f", //2 - "list.inactiveSelectionForeground": "#abb2bf", //5 - "list.inactiveFocusBackground": "#43444f", //2 - "list.invalidItemForeground": "#a485dd", //8 - "list.errorForeground": "#a485dd", //8 - "list.warningForeground": "#7199ee", //A + "list.activeSelectionBackground": "#212234", //2 + "list.activeSelectionForeground": "#a0a8cd", //5 + "list.dropBackground": "#bcc2dc", //7 + "list.focusBackground": "#212234", //2 + "list.focusForeground": "#a0a8cd", //5 + "list.highlightForeground": "#bcc2dc", //7 + "list.hoverBackground": "#353945", //3 + "list.hoverForeground": "#a0a8cd", //5 + "list.inactiveSelectionBackground": "#212234", //2 + "list.inactiveSelectionForeground": "#a0a8cd", //5 + "list.inactiveFocusBackground": "#212234", //2 + "list.invalidItemForeground": "#ee6d85", //8 + "list.errorForeground": "#ee6d85", //8 + "list.warningForeground": "#d7a65f", //A "listFilterWidget.background": "#11121d", //0 // "listFilterWidget.outline": "#f00", - "listFilterWidget.noMatchesOutline": "#a485dd", //8 - "list.filterMatchBackground": "#43444f", //2 + "listFilterWidget.noMatchesOutline": "#ee6d85", //8 + "list.filterMatchBackground": "#212234", //2 // "list.filterMatchBorder": "#f00", - "tree.indentGuidesStroke": "#abb2bf", //5 + "tree.indentGuidesStroke": "#a0a8cd", //5 // "list.deemphasizedForeground": "#ff0000", // Activity Bar "activityBar.background": "#11121d", //0 // Below is no longer supported as of 1.52 - "activityBar.dropBackground": "#2c2d38", //7 + "activityBar.dropBackground": "#bcc2dc", //7 // Above is no longer supported as of 1.52 // "activityBar.dropBorder": "#ff0000", - "activityBar.foreground": "#abb2bf", //5 - "activityBar.inactiveForeground": "#393a45", //3 + "activityBar.foreground": "#a0a8cd", //5 + "activityBar.inactiveForeground": "#353945", //3 // "activityBar.border": "#f00", //0 - "activityBarBadge.background": "#95c561", //D - "activityBarBadge.foreground": "#2c2d38", //7 + "activityBarBadge.background": "#7199ee", //D + "activityBarBadge.foreground": "#bcc2dc", //7 // "activityBar.activeBorder": "#f00", - "activityBar.activeBackground": "#43444f", //2 + "activityBar.activeBackground": "#212234", //2 // "activityBar.activeFocusBorder": "#ff0000", // Side Bar - "sideBar.background": "#151621", //1 - "sideBar.foreground": "#abb2bf", //5 + "sideBar.background": "#212234", //1 + "sideBar.foreground": "#a0a8cd", //5 // "sideBar.border": "#f00", //1 - "sideBar.dropBackground": "#43444f6f", //2 - "sideBarTitle.foreground": "#abb2bf", //5 - "sideBarSectionHeader.background": "#393a45", //3 - "sideBarSectionHeader.foreground": "#abb2bf", //5 + "sideBar.dropBackground": "#2122346f", //2 + "sideBarTitle.foreground": "#a0a8cd", //5 + "sideBarSectionHeader.background": "#353945", //3 + "sideBarSectionHeader.foreground": "#a0a8cd", //5 // "sidebarSectionHeader.border": "#f00", //Minimap - "minimap.findMatchHighlight": "#7199ee6f", //A - "minimap.selectionHighlight": "#43444f6f", //2 - "minimap.errorHighlight": "#a485dd", //8 - "minimap.warningHighlight": "#7199ee", //A + "minimap.findMatchHighlight": "#d7a65f6f", //A + "minimap.selectionHighlight": "#2122346f", //2 + "minimap.errorHighlight": "#ee6d85", //8 + "minimap.warningHighlight": "#d7a65f", //A "minimap.background": "#11121d", //0 - "minimap.selectionOccurrenceHighlight": "#393a45", //3 + "minimap.selectionOccurrenceHighlight": "#353945", //3 // "minimap.foregroundOpacity": "#ff0000", // "minimapSlider.background": "#f00", // "minimapSlider.hoverBackground": "#f00", // "minimapSlider.activeBackground": "#f00", - "minimapGutter.addedBackground": "#d7a65f", //B - "minimapGutter.modifiedBackground": "#ee6d85", //E - "minimapGutter.deletedBackground": "#a485dd", //8 + "minimapGutter.addedBackground": "#95c561", //B + "minimapGutter.modifiedBackground": "#a485dd", //E + "minimapGutter.deletedBackground": "#ee6d85", //8 // Editor Groups & Tabs // Below is no longer supported as of 1.24 "editorGroup.background": "#11121d", //0 // Above is no longer supported as of 1.24 // "editorGroup.border": "#f00", - "editorGroup.dropBackground": "#43444f6f", //2 - "editorGroupHeader.noTabsBackground": "#151621", //1 - "editorGroupHeader.tabsBackground": "#151621", //1 + "editorGroup.dropBackground": "#2122346f", //2 + "editorGroupHeader.noTabsBackground": "#212234", //1 + "editorGroupHeader.tabsBackground": "#212234", //1 // "editorGroupHeader.tabsBorder": "#f00", // "editorGroupHeader.border": "#ff0000", "editorGroup.emptyBackground": "#11121d", //0 // "editorGroup.focusedEmptyBorder": "#f00" - "editorGroup.dropIntoPromptForeground": "#555661", //5 + "editorGroup.dropIntoPromptForeground": "#abb2bf", //5 "editorGroup.dropIntoPromptBackground": "#11121d", //0 // "editorGroup.dropIntoPromptBorder": "#ff0000", "tab.activeBackground": "#11121d", //0 "tab.unfocusedActiveBackground": "#11121d", //0 - "tab.activeForeground": "#abb2bf", //5 + "tab.activeForeground": "#a0a8cd", //5 // "tab.border": "#f00", // "tab.unfocusedActiveBorder": "#f00", // "tab.activeBorderTop": "#f00", // "tab.unfocusedActiveBorderTop": "#f00", // "tab.lastPinnedBorder": "#ff0000", - "tab.inactiveBackground": "#151621", //1 + "tab.inactiveBackground": "#212234", //1 // "tab.unfocusedInactiveBackground": "#ff0000", - "tab.inactiveForeground": "#393a45", //3 - "tab.unfocusedActiveForeground": "#1b1c27", //4 - "tab.unfocusedInactiveForeground": "#393a45", //3 - "tab.hoverBackground": "#43444f", //2 - "tab.unfocusedHoverBackground": "#43444f", //2 + "tab.inactiveForeground": "#353945", //3 + "tab.unfocusedActiveForeground": "#4a5057", //4 + "tab.unfocusedInactiveForeground": "#353945", //3 + "tab.hoverBackground": "#212234", //2 + "tab.unfocusedHoverBackground": "#212234", //2 // "tab.hoverForeground": "#ff0000", // "tab.unfocusedHoverForeground": "#ff0000", // "tab.hoverBorder": "#f00", // "tab.unfocusedHoverBorder": "#f00", - "tab.activeModifiedBorder": "#95c561", //D - "tab.inactiveModifiedBorder": "#95c561", //D - "tab.unfocusedActiveModifiedBorder": "#95c561", //D - "tab.unfocusedInactiveModifiedBorder": "#95c561", //D + "tab.activeModifiedBorder": "#7199ee", //D + "tab.inactiveModifiedBorder": "#7199ee", //D + "tab.unfocusedActiveModifiedBorder": "#7199ee", //D + "tab.unfocusedInactiveModifiedBorder": "#7199ee", //D "editorPane.background": "#11121d", //0 // "sideBySideEditor.horizontalBorder": "#ff0000", // "sideBySideEditor.verticalBorder": "#ff0000", // Editor colors "editor.background": "#11121d", //0 - "editor.foreground": "#abb2bf", //5 - "editorLineNumber.foreground": "#393a45", //3 - "editorLineNumber.activeForeground": "#1b1c27", //4 + "editor.foreground": "#a0a8cd", //5 + "editorLineNumber.foreground": "#353945", //3 + "editorLineNumber.activeForeground": "#4a5057", //4 // "editorCursor.background": "#f00", - "editorCursor.foreground": "#abb2bf", //5 - "editor.selectionBackground": "#43444f", //2 + "editorCursor.foreground": "#a0a8cd", //5 + "editor.selectionBackground": "#212234", //2 // "editor.selectionForeground": "#f00", - "editor.inactiveSelectionBackground": "#43444f", //2 - "editor.selectionHighlightBackground": "#151621", //1 + "editor.inactiveSelectionBackground": "#212234", //2 + "editor.selectionHighlightBackground": "#212234", //1 // "editor.selectionHighlightBorder": "#f00", - "editor.wordHighlightBackground": "#43444f6f", //2 + "editor.wordHighlightBackground": "#2122346f", //2 // "editor.wordHighlightBorder": "#f00". - "editor.wordHighlightStrongBackground": "#393a456f", //3 + "editor.wordHighlightStrongBackground": "#3539456f", //3 // "editor.wordHighlightStrongBorder": "#f00", - "editor.findMatchBackground": "#7199ee6f", //A - "editor.findMatchHighlightBackground": "#a485dd6f", //9 - "editor.findRangeHighlightBackground": "#1516216f", //1 + "editor.findMatchBackground": "#d7a65f6f", //A + "editor.findMatchHighlightBackground": "#f6955b6f", //9 + "editor.findRangeHighlightBackground": "#2122346f", //1 // "editor.findMatchBorder": "#f00", // "editor.findMatchHighlightBorder": "#f00", // "editor.findRangeHighlightBorder": "#f00", - "searchEditor.findMatchBackground": "#7199ee6f", //A + "searchEditor.findMatchBackground": "#d7a65f6f", //A // "searchEditor.findMatchBorder": "#ff0000", // "searchEditor.textInputBorder": "#ff0000", - "editor.hoverHighlightBackground": "#43444f6f", //2 - "editor.lineHighlightBackground": "#151621", //1 + "editor.hoverHighlightBackground": "#2122346f", //2 + "editor.lineHighlightBackground": "#212234", //1 // "editorUnicodeHighlight.border": "#ff0000", // "editorUnicodeHighlight.background": "#ff0000", // "editor.lineHighlightBorder": "#f00", - "editorLink.activeForeground": "#95c561", //D - "editor.rangeHighlightBackground": "#1516216f", //1 + "editorLink.activeForeground": "#7199ee", //D + "editor.rangeHighlightBackground": "#2122346f", //1 // "editor.rangeHighlightBorder": "#f00", // "editor.symbolHighlightBackground": "#ff0000", // "editor.symbolHighlightBorder": "#ff0000", - "editorWhitespace.foreground": "#393a45", //3 - "editorIndentGuide.background": "#393a45", //3 - "editorIndentGuide.activeBackground": "#1b1c27", //4 - "editorInlayHint.background": "#151621", //1 - "editorInlayHint.foreground": "#abb2bf", //5 - "editorInlayHint.typeBackground": "#151621", //1 - "editorInlayHint.typeForeground": "#abb2bf", //5 - "editorInlayHint.parameterBackground": "#151621", //1 - "editorInlayHint.parameterForeground": "#abb2bf", //5 - "editorRuler.foreground": "#393a45", //3 + "editorWhitespace.foreground": "#353945", //3 + "editorIndentGuide.background": "#353945", //3 + "editorIndentGuide.activeBackground": "#4a5057", //4 + "editorInlayHint.background": "#212234", //1 + "editorInlayHint.foreground": "#a0a8cd", //5 + "editorInlayHint.typeBackground": "#212234", //1 + "editorInlayHint.typeForeground": "#a0a8cd", //5 + "editorInlayHint.parameterBackground": "#212234", //1 + "editorInlayHint.parameterForeground": "#a0a8cd", //5 + "editorRuler.foreground": "#353945", //3 // "editor.linkedEditingBackground": "#ff0000", /// CodeLens - "editorCodeLens.foreground": "#43444f", //2 + "editorCodeLens.foreground": "#212234", //2 /// Lightbulb - "editorLightBulb.foreground": "#7199ee", //A - "editorLightBulbAutoFix.foreground": "#95c561", //D + "editorLightBulb.foreground": "#d7a65f", //A + "editorLightBulbAutoFix.foreground": "#7199ee", //D /// Bracket matches - "editorBracketMatch.background": "#43444f", //2 + "editorBracketMatch.background": "#212234", //2 // "editorBracketMatch.border": "#f00", /// Bracket pair colorization - "editorBracketHighlight.foreground1": "#a485dd", //8 - "editorBracketHighlight.foreground2": "#a485dd", //9 - "editorBracketHighlight.foreground3": "#7199ee", //A - "editorBracketHighlight.foreground4": "#d7a65f", //B - "editorBracketHighlight.foreground5": "#95c561", //D - "editorBracketHighlight.foreground6": "#ee6d85", //E + "editorBracketHighlight.foreground1": "#ee6d85", //8 + "editorBracketHighlight.foreground2": "#f6955b", //9 + "editorBracketHighlight.foreground3": "#d7a65f", //A + "editorBracketHighlight.foreground4": "#95c561", //B + "editorBracketHighlight.foreground5": "#7199ee", //D + "editorBracketHighlight.foreground6": "#a485dd", //E "editorBracketHighlight.unexpectedBracket.foreground": "#773440", //F /// Bracket pair guides // "editorBracketPairGuide.activeBackground1": "#ff0000", @@ -270,57 +270,57 @@ /// Overview ruler // "editorOverviewRuler.background": "#ff0000", // "editorOverviewRuler.border": "#f00", - "editorOverviewRuler.findMatchForeground": "#7199ee6f", //A - "editorOverviewRuler.rangeHighlightForeground": "#393a456f", //3 - "editorOverviewRuler.selectionHighlightForeground": "#43444f6f", //2 - "editorOverviewRuler.wordHighlightForeground": "#2c2d386f", //7 - "editorOverviewRuler.wordHighlightStrongForeground": "#95c5616f", //D - "editorOverviewRuler.modifiedForeground": "#ee6d85", //E - "editorOverviewRuler.addedForeground": "#d7a65f", //B - "editorOverviewRuler.deletedForeground": "#a485dd", //8 - "editorOverviewRuler.errorForeground": "#a485dd", //8 - "editorOverviewRuler.warningForeground": "#7199ee", //A - "editorOverviewRuler.infoForeground": "#a485dd", //C - "editorOverviewRuler.bracketMatchForeground": "#555661", //6 + "editorOverviewRuler.findMatchForeground": "#d7a65f6f", //A + "editorOverviewRuler.rangeHighlightForeground": "#3539456f", //3 + "editorOverviewRuler.selectionHighlightForeground": "#2122346f", //2 + "editorOverviewRuler.wordHighlightForeground": "#bcc2dc6f", //7 + "editorOverviewRuler.wordHighlightStrongForeground": "#7199ee6f", //D + "editorOverviewRuler.modifiedForeground": "#a485dd", //E + "editorOverviewRuler.addedForeground": "#95c561", //B + "editorOverviewRuler.deletedForeground": "#ee6d85", //8 + "editorOverviewRuler.errorForeground": "#ee6d85", //8 + "editorOverviewRuler.warningForeground": "#d7a65f", //A + "editorOverviewRuler.infoForeground": "#9fbbf3", //C + "editorOverviewRuler.bracketMatchForeground": "#abb2bf", //6 /// Errors and warnings - "editorError.foreground": "#a485dd", //8 - // "editorError.background": "#a485dd6f", //8 + "editorError.foreground": "#ee6d85", //8 + // "editorError.background": "#ee6d856f", //8 // "editorError.border": "", - "editorWarning.foreground": "#7199ee", //A - // "editorWarning.background": "#7199ee6f", //A + "editorWarning.foreground": "#d7a65f", //A + // "editorWarning.background": "#d7a65f6f", //A // "editorWarning.border": "#f00", - "editorInfo.foreground": "#a485dd", //C - // "editorInfo.background": "#a485dd6f", //C + "editorInfo.foreground": "#9fbbf3", //C + // "editorInfo.background": "#9fbbf36f", //C // "editorInfo.border": "", - "editorHint.foreground": "#95c561", //D + "editorHint.foreground": "#7199ee", //D // "editorHint.border": "#f00", - "problemsErrorIcon.foreground": "#a485dd", //8 - "problemsWarningIcon.foreground": "#7199ee", //A - "problemsInfoIcon.foreground": "#a485dd", //C + "problemsErrorIcon.foreground": "#ee6d85", //8 + "problemsWarningIcon.foreground": "#d7a65f", //A + "problemsInfoIcon.foreground": "#9fbbf3", //C /// Unused source code // "editorUnnecessaryCode.border": "#f00", // "editorUnnecessaryCode.opacity": "#f00", /// Gutter "editorGutter.background": "#11121d", //0 - "editorGutter.modifiedBackground": "#ee6d85", //E - "editorGutter.addedBackground": "#d7a65f", //B - "editorGutter.deletedBackground": "#a485dd", //8 - "editorGutter.commentRangeForeground": "#1b1c27", //4 - "editorGutter.foldingControlForeground": "#abb2bf", //5 - // "editorCommentsWidget.resolvedBorder": "#d7a65f", //B - // "editorCommentsWidget.unresolvedBorder": "#a485dd", //8 - // "editorCommentsWidget.rangeBackground": "#151621", //1 + "editorGutter.modifiedBackground": "#a485dd", //E + "editorGutter.addedBackground": "#95c561", //B + "editorGutter.deletedBackground": "#ee6d85", //8 + "editorGutter.commentRangeForeground": "#4a5057", //4 + "editorGutter.foldingControlForeground": "#a0a8cd", //5 + // "editorCommentsWidget.resolvedBorder": "#95c561", //B + // "editorCommentsWidget.unresolvedBorder": "#ee6d85", //8 + // "editorCommentsWidget.rangeBackground": "#212234", //1 // "editorCommentsWidget.rangeBorder": "#ff0000", - // "editorCommentsWidget.rangeActiveBackground": "#43444f", //2 + // "editorCommentsWidget.rangeActiveBackground": "#212234", //2 // "editorCommentsWidget.rangeActiveBorder": "#ff0000", // Diff editor colors - "diffEditor.insertedTextBackground": "#d7a65f20", + "diffEditor.insertedTextBackground": "#95c56120", // "diffEditor.insertedTextBorder": "#f00", - "diffEditor.removedTextBackground": "#a485dd20", + "diffEditor.removedTextBackground": "#ee6d8520", // "diffEditor.removedTextBorder": "#f00", // "diffEditor.border": "#f00", - "diffEditor.diagonalFill": "#43444f", //2 + "diffEditor.diagonalFill": "#212234", //2 // "diffEditor.insertedLineBackground": "#ff0000", // "diffEditor.removedLineBackground": "#ff0000", // "diffEditorGutter.insertedLineBackground": "#ff0000", @@ -329,62 +329,62 @@ // "diffEditorOverview.removedForeground": "#ff0000", // Editor widget colors - "editorWidget.foreground": "#abb2bf", //5 + "editorWidget.foreground": "#a0a8cd", //5 "editorWidget.background": "#11121d", //0 // "editorWidget.border": "#f00", // "editorWidget.resizeBorder": "#f00", - "editorSuggestWidget.background": "#151621", //1 + "editorSuggestWidget.background": "#212234", //1 // "editorSuggestWidget.border": "#f00", - "editorSuggestWidget.foreground": "#abb2bf", //5 - "editorSuggestWidget.focusHighlightForeground": "#2c2d38", //7 - "editorSuggestWidget.highlightForeground": "#95c561", //D - "editorSuggestWidget.selectedBackground": "#43444f", //2 - "editorSuggestWidget.selectedForeground": "#555661", //6 + "editorSuggestWidget.foreground": "#a0a8cd", //5 + "editorSuggestWidget.focusHighlightForeground": "#bcc2dc", //7 + "editorSuggestWidget.highlightForeground": "#7199ee", //D + "editorSuggestWidget.selectedBackground": "#212234", //2 + "editorSuggestWidget.selectedForeground": "#abb2bf", //6 // "editorSuggestWidget.selectedIconForeground": "#ff0000", // "editorSuggestWidgetStatus.foreground": "#ff0000", - "editorHoverWidget.foreground": "#abb2bf", //5 + "editorHoverWidget.foreground": "#a0a8cd", //5 "editorHoverWidget.background": "#11121d", //1 // "editorHoverWidget.border": "#f00", // "editorHoverWidget.highlightForeground": "#ff0000", // "editorHoverWidget.statusBarBackground": "#f00", // "editorGhostText.background": "#ff0000", // "editorGhostText.foreground": "#ff0000", - "debugExceptionWidget.background": "#151621", //1 + "debugExceptionWidget.background": "#212234", //1 // "debugExceptionWidget.border": "#f00", - "editorMarkerNavigation.background": "#151621", //1 - "editorMarkerNavigationError.background": "#a485dd", //8 - "editorMarkerNavigationWarning.background": "#7199ee", //A - "editorMarkerNavigationInfo.background": "#95c561", //D - "editorMarkerNavigationError.headerBackground": "#a485dd20", //8 - "editorMarkerNavigationWarning.headerBackground": "#7199ee20", //A - "editorMarkerNavigationInfo.headerBackground": "#a485dd20", //C + "editorMarkerNavigation.background": "#212234", //1 + "editorMarkerNavigationError.background": "#ee6d85", //8 + "editorMarkerNavigationWarning.background": "#d7a65f", //A + "editorMarkerNavigationInfo.background": "#7199ee", //D + "editorMarkerNavigationError.headerBackground": "#ee6d8520", //8 + "editorMarkerNavigationWarning.headerBackground": "#d7a65f20", //A + "editorMarkerNavigationInfo.headerBackground": "#9fbbf320", //C // Peek view colors // "peekView.border": "#f00", - "peekViewEditor.background": "#151621", //1 - "peekViewEditorGutter.background": "#151621", //1 - "peekViewEditor.matchHighlightBackground": "#a485dd6f", //9 + "peekViewEditor.background": "#212234", //1 + "peekViewEditorGutter.background": "#212234", //1 + "peekViewEditor.matchHighlightBackground": "#f6955b6f", //9 // "peekViewEditor.matchHighlightBorder": "#f00", "peekViewResult.background": "#11121d", //0 - "peekViewResult.fileForeground": "#abb2bf", //5 - "peekViewResult.lineForeground": "#393a45", //3 - "peekViewResult.matchHighlightBackground": "#a485dd6f", //9 - "peekViewResult.selectionBackground": "#43444f", //2 - "peekViewResult.selectionForeground": "#abb2bf", //5 - "peekViewTitle.background": "#43444f", //2 - "peekViewTitleDescription.foreground": "#393a45", //3 - "peekViewTitleLabel.foreground": "#abb2bf", //5 + "peekViewResult.fileForeground": "#a0a8cd", //5 + "peekViewResult.lineForeground": "#353945", //3 + "peekViewResult.matchHighlightBackground": "#f6955b6f", //9 + "peekViewResult.selectionBackground": "#212234", //2 + "peekViewResult.selectionForeground": "#a0a8cd", //5 + "peekViewTitle.background": "#212234", //2 + "peekViewTitleDescription.foreground": "#353945", //3 + "peekViewTitleLabel.foreground": "#a0a8cd", //5 // Merge conflicts colors - "merge.currentContentBackground": "#95c56140", //D - "merge.currentHeaderBackground": "#95c56140", //D - "merge.incomingContentBackground": "#d7a65f60", //B - "merge.incomingHeaderBackground": "#d7a65f60", //B + "merge.currentContentBackground": "#7199ee40", //D + "merge.currentHeaderBackground": "#7199ee40", //D + "merge.incomingContentBackground": "#95c56160", //B + "merge.incomingHeaderBackground": "#95c56160", //B // "merge.border": "#f00", // "merge.commonContentBackground": "#f00", // "merge.commonHeaderBackground": "#f00", - "editorOverviewRuler.currentContentForeground": "#95c561", //D - "editorOverviewRuler.incomingContentForeground": "#d7a65f", //B + "editorOverviewRuler.currentContentForeground": "#7199ee", //D + "editorOverviewRuler.incomingContentForeground": "#95c561", //B "editorOverviewRuler.commonContentForeground": "#773440", //F // "mergeEditor.change.background": "#ff0000", // "mergeEditor.change.word.background": "#ff0000", @@ -399,12 +399,12 @@ "panel.background": "#11121d", //0 // "panel.border": "#f00", // Below is no longer supported as of 1.47 - "panel.dropBackground": "#1516216f", //1 + "panel.dropBackground": "#2122346f", //1 // Above is no longer supported as of 1.47 - "panel.dropBorder": "#1516216f", //1 + "panel.dropBorder": "#2122346f", //1 // "panelTitle.activeBorder": "#f00", - "panelTitle.activeForeground": "#abb2bf", //5 - "panelTitle.inactiveForeground": "#393a45", //3 + "panelTitle.activeForeground": "#a0a8cd", //5 + "panelTitle.inactiveForeground": "#353945", //3 // "panelInput.border": "#f00", // "panelSection.border": "#ff0000", // "panelSection.dropBackground": "#ff0000", @@ -413,26 +413,26 @@ // "panelSectionHeader.border": "#ff0000", // Status Bar colors - "statusBar.background": "#95c561", //D - "statusBar.foreground": "#2c2d38", //7 + "statusBar.background": "#7199ee", //D + "statusBar.foreground": "#bcc2dc", //7 // "statusBar.border": "#f00", - "statusBar.debuggingBackground": "#a485dd", //9 - "statusBar.debuggingForeground": "#2c2d38", //7 + "statusBar.debuggingBackground": "#f6955b", //9 + "statusBar.debuggingForeground": "#bcc2dc", //7 // "statusBar.debuggingBorder": "", - "statusBar.noFolderBackground": "#ee6d85", //E - "statusBar.noFolderForeground": "#2c2d38", //7 + "statusBar.noFolderBackground": "#a485dd", //E + "statusBar.noFolderForeground": "#bcc2dc", //7 // "statusBar.noFolderBorder": "", - "statusBarItem.activeBackground": "#393a45", //3 - "statusBarItem.hoverBackground": "#43444f", //2 - "statusBarItem.prominentForeground": "#2c2d38", //7 - "statusBarItem.prominentBackground": "#ee6d85", //E - "statusBarItem.prominentHoverBackground": "#a485dd", //8 - "statusBarItem.remoteBackground": "#d7a65f", //B - "statusBarItem.remoteForeground": "#2c2d38", //7 - "statusBarItem.errorBackground": "#a485dd", //8 - "statusBarItem.errorForeground": "#2c2d38", //7 - "statusBarItem.warningBackground": "#7199ee", //A - "statusBarItem.warningForeground": "#2c2d38", //7 + "statusBarItem.activeBackground": "#353945", //3 + "statusBarItem.hoverBackground": "#212234", //2 + "statusBarItem.prominentForeground": "#bcc2dc", //7 + "statusBarItem.prominentBackground": "#a485dd", //E + "statusBarItem.prominentHoverBackground": "#ee6d85", //8 + "statusBarItem.remoteBackground": "#95c561", //B + "statusBarItem.remoteForeground": "#bcc2dc", //7 + "statusBarItem.errorBackground": "#ee6d85", //8 + "statusBarItem.errorForeground": "#bcc2dc", //7 + "statusBarItem.warningBackground": "#d7a65f", //A + "statusBarItem.warningForeground": "#bcc2dc", //7 // "statusBarItem.compactHoverBackground": "#ff0000", // "statusBarItem.focusBorder": "#ff0000", // "statusBarItem.settingsProfilesForeground": "#ff0000", @@ -441,118 +441,118 @@ // Title Bar colors "titleBar.activeBackground": "#11121d", //0 - "titleBar.activeForeground": "#abb2bf", //5 - "titleBar.inactiveBackground": "#151621", //1 - "titleBar.inactiveForeground": "#393a45", //3 + "titleBar.activeForeground": "#a0a8cd", //5 + "titleBar.inactiveBackground": "#212234", //1 + "titleBar.inactiveForeground": "#353945", //3 // "titleBar.border": "#f00", // Menu Bar colors - "menubar.selectionForeground": "#abb2bf", //5 - "menubar.selectionBackground": "#151621", //1 + "menubar.selectionForeground": "#a0a8cd", //5 + "menubar.selectionBackground": "#212234", //1 // "menubar.selectionBorder": "#f00", - "menu.foreground": "#abb2bf", //5 - "menu.background": "#151621", //1 - "menu.selectionForeground": "#abb2bf", //5 - "menu.selectionBackground": "#43444f", //2 + "menu.foreground": "#a0a8cd", //5 + "menu.background": "#212234", //1 + "menu.selectionForeground": "#a0a8cd", //5 + "menu.selectionBackground": "#212234", //2 // "menu.selectionBorder": "#f00", - "menu.separatorBackground": "#2c2d38", //7 + "menu.separatorBackground": "#bcc2dc", //7 // "menu.border": "#f00", // Command Center colors - "commandCenter.foreground": "#abb2bf", //5 - "commandCenter.activeForeground": "#2c2d38", //7 + "commandCenter.foreground": "#a0a8cd", //5 + "commandCenter.activeForeground": "#bcc2dc", //7 "commandCenter.background": "#11121d", //0 - "commandCenter.activeBackground": "#151621", //1 + "commandCenter.activeBackground": "#212234", //1 // "commandCenter.border": "#ff0000", // Notification colors // "notificationCenter.border": "", - "notificationCenterHeader.foreground": "#abb2bf", //5 - "notificationCenterHeader.background": "#151621", //1 + "notificationCenterHeader.foreground": "#a0a8cd", //5 + "notificationCenterHeader.background": "#212234", //1 // "notificationToast.border": "", - "notifications.foreground": "#abb2bf", //5 - "notifications.background": "#43444f", //2 + "notifications.foreground": "#a0a8cd", //5 + "notifications.background": "#212234", //2 // "notifications.border": "", - "notificationLink.foreground": "#95c561", //D - "notificationsErrorIcon.foreground": "#a485dd", //8 - "notificationsWarningIcon.foreground": "#7199ee", //A - "notificationsInfoIcon.foreground": "#95c561", //D + "notificationLink.foreground": "#7199ee", //D + "notificationsErrorIcon.foreground": "#ee6d85", //8 + "notificationsWarningIcon.foreground": "#d7a65f", //A + "notificationsInfoIcon.foreground": "#7199ee", //D // Below is no longer supported as of 1.21 - "notification.background": "#43444f", //2 - "notification.foreground": "#abb2bf", //5 - "notification.buttonBackground": "#95c561", //D - "notification.buttonHoverBackground": "#43444f", //2 - "notification.buttonForeground": "#2c2d38", //7 - "notification.infoBackground": "#a485dd", //C - "notification.infoForeground": "#2c2d38", //7 - "notification.warningBackground": "#7199ee", //A - "notification.warningForeground": "#2c2d38", //7 - "notification.errorBackground": "#a485dd", //8 - "notification.errorForeground": "#2c2d38", //7 + "notification.background": "#212234", //2 + "notification.foreground": "#a0a8cd", //5 + "notification.buttonBackground": "#7199ee", //D + "notification.buttonHoverBackground": "#212234", //2 + "notification.buttonForeground": "#bcc2dc", //7 + "notification.infoBackground": "#9fbbf3", //C + "notification.infoForeground": "#bcc2dc", //7 + "notification.warningBackground": "#d7a65f", //A + "notification.warningForeground": "#bcc2dc", //7 + "notification.errorBackground": "#ee6d85", //8 + "notification.errorForeground": "#bcc2dc", //7 // Above is no longer supported as of 1.21 // Banner colors - "banner.background": "#43444f", //2 - "banner.foreground": "#abb2bf", //5 - "banner.iconForeground": "#95c561", //D + "banner.background": "#212234", //2 + "banner.foreground": "#a0a8cd", //5 + "banner.iconForeground": "#7199ee", //D // Extensions colors - "extensionButton.prominentBackground": "#d7a65f", //B - "extensionButton.prominentForeground": "#2c2d38", //7 - "extensionButton.prominentHoverBackground": "#43444f", //2 - "extensionBadge.remoteBackground": "#a485dd", //9 - "extensionBadge.remoteForeground": "#2c2d38", //7 - "extensionIcon.starForeground": "#7199ee", //A - "extensionIcon.verifiedForeground": "#95c561", //D - "extensionIcon.preReleaseForeground": "#a485dd", //9 + "extensionButton.prominentBackground": "#95c561", //B + "extensionButton.prominentForeground": "#bcc2dc", //7 + "extensionButton.prominentHoverBackground": "#212234", //2 + "extensionBadge.remoteBackground": "#f6955b", //9 + "extensionBadge.remoteForeground": "#bcc2dc", //7 + "extensionIcon.starForeground": "#d7a65f", //A + "extensionIcon.verifiedForeground": "#7199ee", //D + "extensionIcon.preReleaseForeground": "#f6955b", //9 // "extensionIcon.sponsorForeground": "#ff0000", // Quick picker colors // "pickerGroup.border": "#f00", - "pickerGroup.foreground": "#393a45", //3 - "quickInput.background": "#151621", //1 - "quickInput.foreground": "#abb2bf", //5 - "quickInputList.focusBackground": "#393a45", //3 - "quickInputList.focusForeground": "#2c2d38", //7 - "quickInputList.focusIconForeground": "#2c2d38", //7 + "pickerGroup.foreground": "#353945", //3 + "quickInput.background": "#212234", //1 + "quickInput.foreground": "#a0a8cd", //5 + "quickInputList.focusBackground": "#353945", //3 + "quickInputList.focusForeground": "#bcc2dc", //7 + "quickInputList.focusIconForeground": "#bcc2dc", //7 // "quickInputTitle.background": "#ff0000", // Keybinding label colors - "keybindingLabel.background": "#43444f", //2 - "keybindingLabel.foreground": "#abb2bf", //5 + "keybindingLabel.background": "#212234", //2 + "keybindingLabel.foreground": "#a0a8cd", //5 // "keybindingLabel.border": "#ff0000", // "keybindingLabel.bottomBorder": "#ff0000", // Keybinding shortcut table colors - "keybindingTable.headerBackground": "#43444f", //2 - "keybindingTable.rowsBackground": "#151621", //1 + "keybindingTable.headerBackground": "#212234", //2 + "keybindingTable.rowsBackground": "#212234", //1 // Integrated terminal colors "terminal.background": "#11121d", //0 // "terminal.border": "#ff0000", - "terminal.foreground": "#abb2bf", //5 + "terminal.foreground": "#a0a8cd", //5 "terminal.ansiBlack": "#11121d", //0 - "terminal.ansiRed": "#a485dd", //8 - "terminal.ansiGreen": "#d7a65f", //B - "terminal.ansiYellow": "#7199ee", //A - "terminal.ansiBlue": "#95c561", //D - "terminal.ansiMagenta": "#ee6d85", //E - "terminal.ansiCyan": "#a485dd", //C - "terminal.ansiWhite": "#abb2bf", //5 - "terminal.ansiBrightBlack": "#393a45", //3 - "terminal.ansiBrightRed": "#a485dd", //8 - "terminal.ansiBrightGreen": "#d7a65f", //B - "terminal.ansiBrightYellow": "#7199ee", //A - "terminal.ansiBrightBlue": "#95c561", //D - "terminal.ansiBrightMagenta": "#ee6d85", //E - "terminal.ansiBrightCyan": "#a485dd", //C - "terminal.ansiBrightWhite": "#2c2d38", //7 + "terminal.ansiRed": "#ee6d85", //8 + "terminal.ansiGreen": "#95c561", //B + "terminal.ansiYellow": "#d7a65f", //A + "terminal.ansiBlue": "#7199ee", //D + "terminal.ansiMagenta": "#a485dd", //E + "terminal.ansiCyan": "#9fbbf3", //C + "terminal.ansiWhite": "#a0a8cd", //5 + "terminal.ansiBrightBlack": "#353945", //3 + "terminal.ansiBrightRed": "#ee6d85", //8 + "terminal.ansiBrightGreen": "#95c561", //B + "terminal.ansiBrightYellow": "#d7a65f", //A + "terminal.ansiBrightBlue": "#7199ee", //D + "terminal.ansiBrightMagenta": "#a485dd", //E + "terminal.ansiBrightCyan": "#9fbbf3", //C + "terminal.ansiBrightWhite": "#bcc2dc", //7 // "terminal.selectionBackground": "#f0f", // "terminal.selectionForeground": "#ff0000", // "terminal.findMatchBackground": "#ff0000", // "terminalCursor.background": "#f0f", - "terminalCursor.foreground": "#abb2bf", //5 + "terminalCursor.foreground": "#a0a8cd", //5 // "terminal.dropBackground": "#ff0000", // "terminal.tab.activeBorder": "#ff0000", // "terminalCommandDecoration.defaultBackground": "#ff0000", @@ -562,7 +562,7 @@ "terminalOverviewRuler.findMatchForeground": "#ff0000", // Debug colors - "debugToolBar.background": "#151621", //1 + "debugToolBar.background": "#212234", //1 // "debugToolBar.border": "#f0f", // "editor.stackFrameHighlightBackground": "#f0f", // "editor.focusedStackFrameHighlightBackground": "#f0f", @@ -570,41 +570,41 @@ // "editor.inlineValuesBackground": "#ff0000", // "debugView.exceptionLabelForeground": "#ff0000", // "debugView.exceptionLabelBackground": "#ff0000", - "debugView.stateLabelForeground": "#2c2d38", //7 - "debugView.stateLabelBackground": "#95c561", //D - "debugView.valueChangedHighlight": "#95c561", //D - "debugTokenExpression.name": "#ee6d85", //E - "debugTokenExpression.value": "#abb2bf", //5 - "debugTokenExpression.string": "#d7a65f", //B - "debugTokenExpression.boolean": "#a485dd", //9 - "debugTokenExpression.number": "#a485dd", //9 - "debugTokenExpression.error": "#a485dd", //8 + "debugView.stateLabelForeground": "#bcc2dc", //7 + "debugView.stateLabelBackground": "#7199ee", //D + "debugView.valueChangedHighlight": "#7199ee", //D + "debugTokenExpression.name": "#a485dd", //E + "debugTokenExpression.value": "#a0a8cd", //5 + "debugTokenExpression.string": "#95c561", //B + "debugTokenExpression.boolean": "#f6955b", //9 + "debugTokenExpression.number": "#f6955b", //9 + "debugTokenExpression.error": "#ee6d85", //8 // Testing colors - "testing.iconFailed": "#a485dd", //8 + "testing.iconFailed": "#ee6d85", //8 "testing.iconErrored": "#773440", //F - "testing.iconPassed": "#d7a65f", //B - "testing.runAction": "#1b1c27", //4 - "testing.iconQueued": "#7199ee", //A - "testing.iconUnset": "#1b1c27", //4 - "testing.iconSkipped": "#ee6d85", //E + "testing.iconPassed": "#95c561", //B + "testing.runAction": "#4a5057", //4 + "testing.iconQueued": "#d7a65f", //A + "testing.iconUnset": "#4a5057", //4 + "testing.iconSkipped": "#a485dd", //E // "testing.peekBorder": "#ff0000", - "testing.peekHeaderBackground": "#151621", //1 - "testing.message.error.decorationForeground": "#abb2bf", //5 - "testing.message.error.lineBackground": "#a485dd20", //8 - "testing.message.info.decorationForeground": "#abb2bf", //5 - "testing.message.info.lineBackground": "#95c56120", //D + "testing.peekHeaderBackground": "#212234", //1 + "testing.message.error.decorationForeground": "#a0a8cd", //5 + "testing.message.error.lineBackground": "#ee6d8520", //8 + "testing.message.info.decorationForeground": "#a0a8cd", //5 + "testing.message.info.lineBackground": "#7199ee20", //D // Welcome page colors "welcomePage.background": "#11121d", //0 // Below is no longer supported as of 1.63 - "welcomePage.buttonBackground": "#151621", //1 - "welcomePage.buttonHoverBackground": "#43444f", //2 + "welcomePage.buttonBackground": "#212234", //1 + "welcomePage.buttonHoverBackground": "#212234", //2 // Above is no longer supported as of 1.63 - "welcomePage.progress.background": "#393a45", //3 - "welcomePage.progress.foreground": "#95c561", //D - "welcomePage.tileBackground": "#151621", //1 - "welcomePage.tileHoverBackground": "#43444f", //2 + "welcomePage.progress.background": "#353945", //3 + "welcomePage.progress.foreground": "#7199ee", //D + "welcomePage.tileBackground": "#212234", //1 + "welcomePage.tileHoverBackground": "#212234", //2 // "welcomePage.tileShadow": "#ff0000", "walkThrough.embeddedEditorBackground": "#11121d", //0 @@ -612,149 +612,149 @@ // "scm.providerBorder": "#ff0000", // Git colors - "gitDecoration.addedResourceForeground": "#d7a65f", //B - "gitDecoration.modifiedResourceForeground": "#ee6d85", //E - "gitDecoration.deletedResourceForeground": "#a485dd", //8 - "gitDecoration.renamedResourceForeground": "#a485dd", //C - "gitDecoration.stageModifiedResourceForeground": "#ee6d85", //E - "gitDecoration.stageDeletedResourceForeground": "#a485dd", //8 - "gitDecoration.untrackedResourceForeground": "#a485dd", //9 - "gitDecoration.ignoredResourceForeground": "#393a45", //3 - "gitDecoration.conflictingResourceForeground": "#7199ee", //A + "gitDecoration.addedResourceForeground": "#95c561", //B + "gitDecoration.modifiedResourceForeground": "#a485dd", //E + "gitDecoration.deletedResourceForeground": "#ee6d85", //8 + "gitDecoration.renamedResourceForeground": "#9fbbf3", //C + "gitDecoration.stageModifiedResourceForeground": "#a485dd", //E + "gitDecoration.stageDeletedResourceForeground": "#ee6d85", //8 + "gitDecoration.untrackedResourceForeground": "#f6955b", //9 + "gitDecoration.ignoredResourceForeground": "#353945", //3 + "gitDecoration.conflictingResourceForeground": "#d7a65f", //A "gitDecoration.submoduleResourceForeground": "#773440", //F // Settings Editor colors - "settings.headerForeground": "#abb2bf", //5 - "settings.modifiedItemIndicator": "#95c561", //D + "settings.headerForeground": "#a0a8cd", //5 + "settings.modifiedItemIndicator": "#7199ee", //D // Below was introduced temporarily in 1.26 - "settings.modifiedItemForeground": "#d7a65f", //B + "settings.modifiedItemForeground": "#95c561", //B // Above was introduced temporarily in 1.26 - "settings.dropdownBackground": "#151621", //1 - "settings.dropdownForeground": "#abb2bf", //5 + "settings.dropdownBackground": "#212234", //1 + "settings.dropdownForeground": "#a0a8cd", //5 // "settings.dropdownBorder": "", // "settings.dropdownListBorder": "", - "settings.checkboxBackground": "#151621", //1 - "settings.checkboxForeground": "#abb2bf", //5 + "settings.checkboxBackground": "#212234", //1 + "settings.checkboxForeground": "#a0a8cd", //5 // "settings.checkboxBorder": "", - "settings.rowHoverBackground": "#43444f", //2 - "settings.textInputBackground": "#151621", //1 - "settings.textInputForeground": "#abb2bf", //5 + "settings.rowHoverBackground": "#212234", //2 + "settings.textInputBackground": "#212234", //1 + "settings.textInputForeground": "#a0a8cd", //5 // "settings.textInputBorder": "", - "settings.numberInputBackground": "#151621", //1 - "settings.numberInputForeground": "#abb2bf", //5 + "settings.numberInputBackground": "#212234", //1 + "settings.numberInputForeground": "#a0a8cd", //5 // "settings.numberInputBorder": "", - "settings.focusedRowBackground": "#43444f", //2 + "settings.focusedRowBackground": "#212234", //2 // "settings.focusedRowBorder": "#ff0000", - "settings.headerBorder": "#abb2bf", //5 - "settings.sashBorder": "#abb2bf", //5 + "settings.headerBorder": "#a0a8cd", //5 + "settings.sashBorder": "#a0a8cd", //5 // Breadcrumbs colors - "breadcrumb.foreground": "#abb2bf", //5 - "breadcrumb.background": "#151621", //1 - "breadcrumb.focusForeground": "#555661", //6 - "breadcrumb.activeSelectionForeground": "#2c2d38", //7 - "breadcrumbPicker.background": "#151621", //1 + "breadcrumb.foreground": "#a0a8cd", //5 + "breadcrumb.background": "#212234", //1 + "breadcrumb.focusForeground": "#abb2bf", //6 + "breadcrumb.activeSelectionForeground": "#bcc2dc", //7 + "breadcrumbPicker.background": "#212234", //1 // Snippets colors - "editor.snippetTabstopHighlightBackground": "#43444f", //2 + "editor.snippetTabstopHighlightBackground": "#212234", //2 // "editor.snippetTabstopHighlightBorder": "#f00", - "editor.snippetFinalTabstopHighlightBackground": "#393a45", //3 + "editor.snippetFinalTabstopHighlightBackground": "#353945", //3 // "editor.snippetFinalTabstopHighlightBorder": "#f00", // Symbol Icons colors - "symbolIcon.arrayForeground": "#abb2bf", //5 - "symbolIcon.booleanForeground": "#a485dd", //9 - "symbolIcon.classForeground": "#7199ee", //A + "symbolIcon.arrayForeground": "#a0a8cd", //5 + "symbolIcon.booleanForeground": "#f6955b", //9 + "symbolIcon.classForeground": "#d7a65f", //A "symbolIcon.colorForeground": "#f0f", - "symbolIcon.constantForeground": "#a485dd", //9 - "symbolIcon.constructorForeground": "#95c561", //D - "symbolIcon.enumeratorForeground": "#a485dd", //9 - "symbolIcon.enumeratorMemberForeground": "#95c561", //D - "symbolIcon.eventForeground": "#7199ee", //A - "symbolIcon.fieldForeground": "#a485dd", //8 - "symbolIcon.fileForeground": "#abb2bf", //5 - "symbolIcon.folderForeground": "#abb2bf", //5 - "symbolIcon.functionForeground": "#95c561", //D, - "symbolIcon.interfaceForeground": "#95c561", //D + "symbolIcon.constantForeground": "#f6955b", //9 + "symbolIcon.constructorForeground": "#7199ee", //D + "symbolIcon.enumeratorForeground": "#f6955b", //9 + "symbolIcon.enumeratorMemberForeground": "#7199ee", //D + "symbolIcon.eventForeground": "#d7a65f", //A + "symbolIcon.fieldForeground": "#ee6d85", //8 + "symbolIcon.fileForeground": "#a0a8cd", //5 + "symbolIcon.folderForeground": "#a0a8cd", //5 + "symbolIcon.functionForeground": "#7199ee", //D, + "symbolIcon.interfaceForeground": "#7199ee", //D "symbolIcon.keyForeground": "#f0f", - "symbolIcon.keywordForeground": "#ee6d85", //E - "symbolIcon.methodForeground": "#95c561", //D - "symbolIcon.moduleForeground": "#abb2bf", //5 - "symbolIcon.namespaceForeground": "#abb2bf", //5 + "symbolIcon.keywordForeground": "#a485dd", //E + "symbolIcon.methodForeground": "#7199ee", //D + "symbolIcon.moduleForeground": "#a0a8cd", //5 + "symbolIcon.namespaceForeground": "#a0a8cd", //5 "symbolIcon.nullForeground": "#773440", //F - "symbolIcon.numberForeground": "#a485dd", //9 + "symbolIcon.numberForeground": "#f6955b", //9 "symbolIcon.objectForeground": "#f0f", "symbolIcon.operatorForeground": "#f0f", "symbolIcon.packageForeground": "#f0f", - "symbolIcon.propertyForeground": "#abb2bf", //5 + "symbolIcon.propertyForeground": "#a0a8cd", //5 "symbolIcon.referenceForeground": "#f0f", - "symbolIcon.snippetForeground": "#abb2bf", //5 - "symbolIcon.stringForeground": "#d7a65f", //B - "symbolIcon.structForeground": "#7199ee", //A - "symbolIcon.textForeground": "#abb2bf", //5 + "symbolIcon.snippetForeground": "#a0a8cd", //5 + "symbolIcon.stringForeground": "#95c561", //B + "symbolIcon.structForeground": "#d7a65f", //A + "symbolIcon.textForeground": "#a0a8cd", //5 "symbolIcon.typeParameterForeground": "#f0f", "symbolIcon.unitForeground": "#f0f", - "symbolIcon.variableForeground": "#a485dd", //8 + "symbolIcon.variableForeground": "#ee6d85", //8 // Debug Icons colors - "debugIcon.breakpointForeground": "#a485dd", //8 - "debugIcon.breakpointDisabledForeground": "#1b1c27", //4 - "debugIcon.breakpointUnverifiedForeground": "#43444f", //2 - "debugIcon.breakpointCurrentStackframeForeground": "#7199ee", //A + "debugIcon.breakpointForeground": "#ee6d85", //8 + "debugIcon.breakpointDisabledForeground": "#4a5057", //4 + "debugIcon.breakpointUnverifiedForeground": "#212234", //2 + "debugIcon.breakpointCurrentStackframeForeground": "#d7a65f", //A "debugIcon.breakpointStackframeForeground": "#773440", //F - "debugIcon.startForeground": "#d7a65f", //B - "debugIcon.pauseForeground": "#95c561", //D - "debugIcon.stopForeground": "#a485dd", //8 - "debugIcon.disconnectForeground": "#a485dd", //8 - "debugIcon.restartForeground": "#d7a65f", //B - "debugIcon.stepOverForeground": "#95c561", //D - "debugIcon.stepIntoForeground": "#a485dd", //C - "debugIcon.stepOutForeground": "#ee6d85", //E - "debugIcon.continueForeground": "#d7a65f", //B + "debugIcon.startForeground": "#95c561", //B + "debugIcon.pauseForeground": "#7199ee", //D + "debugIcon.stopForeground": "#ee6d85", //8 + "debugIcon.disconnectForeground": "#ee6d85", //8 + "debugIcon.restartForeground": "#95c561", //B + "debugIcon.stepOverForeground": "#7199ee", //D + "debugIcon.stepIntoForeground": "#9fbbf3", //C + "debugIcon.stepOutForeground": "#a485dd", //E + "debugIcon.continueForeground": "#95c561", //B "debugIcon.stepBackForeground": "#773440", //F - "debugConsole.infoForeground": "#abb2bf", //5 - "debugConsole.warningForeground": "#7199ee", //A - "debugConsole.errorForeground": "#a485dd", //8 - "debugConsole.sourceForeground": "#abb2bf", //5 - "debugConsoleInputIcon.foreground": "#abb2bf", //5 + "debugConsole.infoForeground": "#a0a8cd", //5 + "debugConsole.warningForeground": "#d7a65f", //A + "debugConsole.errorForeground": "#ee6d85", //8 + "debugConsole.sourceForeground": "#a0a8cd", //5 + "debugConsoleInputIcon.foreground": "#a0a8cd", //5 // Notebook colors "notebook.editorBackground": "#11121d", //0 - "notebook.cellBorderColor": "#393a45", //3 - "notebook.cellHoverBackground": "#151621", //1 + "notebook.cellBorderColor": "#353945", //3 + "notebook.cellHoverBackground": "#212234", //1 // "notebook.cellInsertionIndicator": "#ff0000", // "notebook.cellStatusBarItemHoverBackground": "#ff0000", - "notebook.cellToolbarSeparator": "#43444f", //2 + "notebook.cellToolbarSeparator": "#212234", //2 "notebook.cellEditorBackground": "#11121d", //0 - "notebook.focusedCellBackground": "#43444f", //2 - "notebook.focusedCellBorder": "#95c561", //D - "notebook.focusedEditorBorder": "#95c561", //D - "notebook.inactiveFocusedCellBorder": "#393a45", //3 + "notebook.focusedCellBackground": "#212234", //2 + "notebook.focusedCellBorder": "#7199ee", //D + "notebook.focusedEditorBorder": "#7199ee", //D + "notebook.inactiveFocusedCellBorder": "#353945", //3 // "notebook.inactiveSelectedCellBorder": "#ff0000", // "notebook.outputContainerBackgroundColor": "#ff0000", // "notebook.outputContainerBorderColor": "#ff0000", - "notebook.selectedCellBackground": "#43444f", //2 + "notebook.selectedCellBackground": "#212234", //2 // "notebook.selectedCellBorder": "#ff0000", // "notebook.symbolHighlightBackground": "#ff0000", // "notebookScrollbarSlider.activeBackground": "#ff0000", // "notebookScrollbarSlider.background": "#ff0000", // "notebookScrollbarSlider.hoverBackground": "#ff0000", - "notebookStatusErrorIcon.foreground": "#a485dd", //8 - "notebookStatusRunningIcon.foreground": "#a485dd", //C - "notebookStatusSuccessIcon.foreground": "#d7a65f", //B + "notebookStatusErrorIcon.foreground": "#ee6d85", //8 + "notebookStatusRunningIcon.foreground": "#9fbbf3", //C + "notebookStatusSuccessIcon.foreground": "#95c561", //B // Chart colors - "charts.foreground": "#abb2bf", //5 - "charts.lines": "#abb2bf", //5 - "charts.red": "#a485dd", //8 - "charts.blue": "#95c561", //D - "charts.yellow": "#7199ee", //A - "charts.orange": "#a485dd", //9 - "charts.green": "#d7a65f", //B - "charts.purple": "#ee6d85", //E + "charts.foreground": "#a0a8cd", //5 + "charts.lines": "#a0a8cd", //5 + "charts.red": "#ee6d85", //8 + "charts.blue": "#7199ee", //D + "charts.yellow": "#d7a65f", //A + "charts.orange": "#f6955b", //9 + "charts.green": "#95c561", //B + "charts.purple": "#a485dd", //E // Ports Colors - "ports.iconRunningProcessForeground": "#a485dd" //9 + "ports.iconRunningProcessForeground": "#f6955b" //9 }, "tokenColors": [ { @@ -765,7 +765,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#393a45" //3 + "foreground": "#353945" //3 } }, { @@ -778,7 +778,7 @@ "variable.parameter" ], "settings": { - "foreground": "#a485dd" //8 + "foreground": "#ee6d85" //8 } }, { @@ -787,7 +787,7 @@ "variable.other.object.property" ], "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -796,7 +796,7 @@ "constant.other.color" ], "settings": { - "foreground": "#d7a65f" //B + "foreground": "#95c561" //B } }, { @@ -806,7 +806,7 @@ "invalid.illegal" ], "settings": { - "foreground": "#a485dd" //8 + "foreground": "#ee6d85" //8 } }, { @@ -825,7 +825,7 @@ "storage.modifier" ], "settings": { - "foreground": "#ee6d85" //E + "foreground": "#a485dd" //E } }, { @@ -838,7 +838,7 @@ "keyword.control.as" ], "settings": { - "foreground": "#ee6d85" //E + "foreground": "#a485dd" //E } }, { @@ -858,7 +858,7 @@ "storage.type.ts" ], "settings": { - "foreground": "#ee6d85" //E + "foreground": "#a485dd" //E } }, { @@ -868,7 +868,7 @@ "storage.type.primitive" ], "settings": { - "foreground": "#a485dd" //C + "foreground": "#9fbbf3" //C } }, { @@ -877,7 +877,7 @@ "storage.type.function" ], "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -896,7 +896,7 @@ "keyword.other.substitution" ], "settings": { - "foreground": "#abb2bf" //5 + "foreground": "#a0a8cd" //5 } }, { @@ -917,7 +917,7 @@ "markup.deleted.git_gutter" ], "settings": { - "foreground": "#a485dd" //8 + "foreground": "#ee6d85" //8 } }, { @@ -930,7 +930,7 @@ "keyword.other.special-method" ], "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -939,7 +939,7 @@ "meta.block variable.other" ], "settings": { - "foreground": "#a485dd" //8 + "foreground": "#ee6d85" //8 } }, { @@ -949,7 +949,7 @@ "string.other.link" ], "settings": { - "foreground": "#a485dd" //8 + "foreground": "#ee6d85" //8 } }, { @@ -964,7 +964,7 @@ "keyword.other" ], "settings": { - "foreground": "#a485dd" //9 + "foreground": "#f6955b" //9 } }, { @@ -980,7 +980,7 @@ ], "settings": { "fontStyle": "", - "foreground": "#d7a65f" //B + "foreground": "#95c561" //B } }, { @@ -996,7 +996,7 @@ "support.type.sys-types" ], "settings": { - "foreground": "#7199ee" //A + "foreground": "#d7a65f" //A } }, { @@ -1007,7 +1007,7 @@ "storage.modifier.import" ], "settings": { - "foreground": "#7199ee" //A + "foreground": "#d7a65f" //A } }, { @@ -1016,7 +1016,7 @@ "entity.name.variable.field" ], "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -1025,7 +1025,7 @@ "support.type" ], "settings": { - "foreground": "#a485dd" //C + "foreground": "#9fbbf3" //C } }, { @@ -1039,7 +1039,7 @@ "source.postcss support.type.property-name" ], "settings": { - "foreground": "#a485dd" //C + "foreground": "#9fbbf3" //C } }, { @@ -1050,7 +1050,7 @@ "variable.other.class.js" ], "settings": { - "foreground": "#a485dd" //8 + "foreground": "#ee6d85" //8 } }, { @@ -1060,7 +1060,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#a485dd" //8 + "foreground": "#ee6d85" //8 } }, { @@ -1070,7 +1070,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -1080,7 +1080,7 @@ "variable.function.constructor" ], "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -1089,7 +1089,7 @@ "entity.other.attribute-name" ], "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -1100,7 +1100,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#7199ee" //A + "foreground": "#d7a65f" //A } }, { @@ -1109,7 +1109,7 @@ "entity.other.attribute-name.class" ], "settings": { - "foreground": "#7199ee" //A + "foreground": "#d7a65f" //A } }, { @@ -1118,7 +1118,7 @@ "source.sass keyword.control" ], "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -1127,7 +1127,7 @@ "markup.inserted" ], "settings": { - "foreground": "#d7a65f" //B + "foreground": "#95c561" //B } }, { @@ -1136,7 +1136,7 @@ "markup.deleted" ], "settings": { - "foreground": "#a485dd" //8 + "foreground": "#ee6d85" //8 } }, { @@ -1145,7 +1145,7 @@ "markup.changed" ], "settings": { - "foreground": "#ee6d85" //E + "foreground": "#a485dd" //E } }, { @@ -1154,7 +1154,7 @@ "string.regexp" ], "settings": { - "foreground": "#a485dd" //C + "foreground": "#9fbbf3" //C } }, { @@ -1163,7 +1163,7 @@ "constant.character.escape" ], "settings": { - "foreground": "#a485dd" //C + "foreground": "#9fbbf3" //C } }, { @@ -1185,7 +1185,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#95c561" // D + "foreground": "#7199ee" // D } }, { @@ -1195,7 +1195,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#ee6d85" //E + "foreground": "#a485dd" //E } }, { @@ -1204,7 +1204,7 @@ "source.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -1213,7 +1213,7 @@ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -1222,7 +1222,7 @@ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -1231,7 +1231,7 @@ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -1240,7 +1240,7 @@ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -1249,7 +1249,7 @@ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -1258,7 +1258,7 @@ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -1267,7 +1267,7 @@ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -1276,7 +1276,7 @@ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -1286,7 +1286,7 @@ "punctuation.definition.list_item.markdown" ], "settings": { - "foreground": "#abb2bf" //5 + "foreground": "#a0a8cd" //5 } }, { @@ -1295,7 +1295,7 @@ "text.html.markdown markup.inline.raw.markdown" ], "settings": { - "foreground": "#ee6d85" //E + "foreground": "#a485dd" //E } }, { @@ -1304,7 +1304,7 @@ "text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown" ], "settings": { - "foreground": "#a485dd" //C + "foreground": "#9fbbf3" //C } }, { @@ -1313,7 +1313,7 @@ "text.html.markdown meta.dummy.line-break" ], "settings": { - "foreground": "#393a45" //3 + "foreground": "#353945" //3 } }, { @@ -1324,7 +1324,7 @@ "markup.heading.markdown punctuation.definition.heading.markdown" ], "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -1334,7 +1334,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#a485dd" //8 + "foreground": "#ee6d85" //8 } }, { @@ -1345,7 +1345,7 @@ ], "settings": { "fontStyle": "bold", - "foreground": "#a485dd" //8 + "foreground": "#ee6d85" //8 } }, { @@ -1360,7 +1360,7 @@ ], "settings": { "fontStyle": "bold", - "foreground": "#a485dd" //8 + "foreground": "#ee6d85" //8 } }, { @@ -1370,7 +1370,7 @@ ], "settings": { "fontStyle": "underline", - "foreground": "#a485dd" //9 + "foreground": "#f6955b" //9 } }, { @@ -1379,7 +1379,7 @@ "markup.quote punctuation.definition.blockquote.markdown" ], "settings": { - "foreground": "#a485dd" //C + "foreground": "#9fbbf3" //C } }, { @@ -1397,7 +1397,7 @@ "string.other.link.title.markdown" ], "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { @@ -1406,7 +1406,7 @@ "string.other.link.description.title.markdown" ], "settings": { - "foreground": "#ee6d85" //E + "foreground": "#a485dd" //E } }, { @@ -1415,7 +1415,7 @@ "constant.other.reference.link.markdown" ], "settings": { - "foreground": "#7199ee" //A + "foreground": "#d7a65f" //A } }, { @@ -1424,7 +1424,7 @@ "markup.raw.block" ], "settings": { - "foreground": "#ee6d85" //E + "foreground": "#a485dd" //E } }, { @@ -1452,7 +1452,7 @@ "variable.language.fenced.markdown" ], "settings": { - "foreground": "#ee6d85" //E + "foreground": "#a485dd" //E } }, { @@ -1461,7 +1461,7 @@ "variable.language.fenced.markdown" ], "settings": { - "foreground": "#a485dd" //8 + "foreground": "#ee6d85" //8 } }, { @@ -1471,7 +1471,7 @@ ], "settings": { "fontStyle": "bold", - "foreground": "#a485dd" //C + "foreground": "#9fbbf3" //C } }, { @@ -1480,31 +1480,31 @@ "markup.table" ], "settings": { - "foreground": "#ee6d85" //E + "foreground": "#a485dd" //E } }, { "scope": "token.info-token", "settings": { - "foreground": "#95c561" //D + "foreground": "#7199ee" //D } }, { "scope": "token.warn-token", "settings": { - "foreground": "#7199ee" //A + "foreground": "#d7a65f" //A } }, { "scope": "token.error-token", "settings": { - "foreground": "#a485dd" //8 + "foreground": "#ee6d85" //8 } }, { "scope": "token.debug-token", "settings": { - "foreground": "#ee6d85" //E + "foreground": "#a485dd" //E } } ] diff --git a/themes/base24/base24-dracula.json b/themes/base24/base24-dracula.json index a8cb34e..afb7093 100644 --- a/themes/base24/base24-dracula.json +++ b/themes/base24/base24-dracula.json @@ -3,229 +3,229 @@ "name": "Base24 Dracula", "type": "dark", "colors": { - "terminal.background": "#21222c", - "terminal.foreground": "#e9e9f4", - "terminal.ansiBrightBlack": "#3a3c4e", - "terminal.ansiBrightRed": "#ff6e6e", - "terminal.ansiBrightGreen": "#69ff94", - "terminal.ansiBrightYellow": "#ffffa5", - "terminal.ansiBrightBlue": "#d6acff", - "terminal.ansiBrightMagenta": "#ff92df", - "terminal.ansiBrightCyan": "#a4ffff", + "terminal.background": "#282a36", + "terminal.foreground": "#f8f8f2", + "terminal.ansiBrightBlack": "#44475a", + "terminal.ansiBrightRed": "#f28c8c", + "terminal.ansiBrightGreen": "#a3f5b8", + "terminal.ansiBrightYellow": "#eef5a3", + "terminal.ansiBrightBlue": "#a3ccf5", + "terminal.ansiBrightMagenta": "#f5a3d2", + "terminal.ansiBrightCyan": "#baedf7", "terminal.ansiBrightWhite": "#ffffff", - "terminal.ansiBlack": "#282a36", + "terminal.ansiBlack": "#363447", "terminal.ansiRed": "#ff5555", "terminal.ansiGreen": "#50fa7b", - "terminal.ansiYellow": "#f1fa8c", - "terminal.ansiBlue": "#bd93f9", + "terminal.ansiYellow": "#ffb86c", + "terminal.ansiBlue": "#80bfff", "terminal.ansiMagenta": "#ff79c6", "terminal.ansiCyan": "#8be9fd", - "terminal.ansiWhite": "#f8f8f2", - "terminal.border": "#e9e9f4", - "terminal.selectionBackground": "#282a3650", - "textBlockQuote.background": "#1d1d26", - "contrastBorder": "#1b1b23", - "focusBorder": "#4d4f68", - "foreground": "#e9e9f4", + "terminal.ansiWhite": "#f0f1f4", + "terminal.border": "#f8f8f2", + "terminal.selectionBackground": "#36344750", + "textBlockQuote.background": "#1e2029", + "contrastBorder": "#16171d", + "focusBorder": "#6272a4", + "foreground": "#f8f8f2", "widget.shadow": "#444444", - "selection.background": "#bd93f9", + "selection.background": "#80bfff", "errorForeground": "#ff5555", - "button.background": "#1d1d26", - "button.foreground": "#e9e9f4", - "dropdown.background": "#21222c", - "dropdown.border": "#1b1b23", - "dropdown.foreground": "#e9e9f4", - "input.background": "#21222c", - "input.foreground": "#e9e9f4", - "input.border": "#1b1b23", - "input.placeholderForeground": "#4d4f68", - "inputOption.activeBorder": "#bd93f9", - "inputValidation.infoForeground": "#bd93f9", - "inputValidation.infoBackground": "#21222c", - "inputValidation.infoBorder": "#bd93f9", - "inputValidation.warningForeground": "#f1fa8c", - "inputValidation.warningBackground": "#21222c", - "inputValidation.warningBorder": "#f1fa8c", + "button.background": "#1e2029", + "button.foreground": "#f8f8f2", + "dropdown.background": "#282a36", + "dropdown.border": "#16171d", + "dropdown.foreground": "#f8f8f2", + "input.background": "#282a36", + "input.foreground": "#f8f8f2", + "input.border": "#16171d", + "input.placeholderForeground": "#6272a4", + "inputOption.activeBorder": "#80bfff", + "inputValidation.infoForeground": "#80bfff", + "inputValidation.infoBackground": "#282a36", + "inputValidation.infoBorder": "#80bfff", + "inputValidation.warningForeground": "#ffb86c", + "inputValidation.warningBackground": "#282a36", + "inputValidation.warningBorder": "#ffb86c", "inputValidation.errorForeground": "#ff5555", - "inputValidation.errorBackground": "#21222c", + "inputValidation.errorBackground": "#282a36", "inputValidation.errorBorder": "#ff5555", "scrollbar.shadow": "#444444", - "badge.foreground": "#e9e9f4", - "badge.background": "#282a36", + "badge.foreground": "#f8f8f2", + "badge.background": "#363447", "progressBar.background": "#ff79c6", - "list.activeSelectionBackground": "#282a36", - "list.activeSelectionForeground": "#e9e9f4", - "list.dropBackground": "#282a36", - "list.focusBackground": "#3a3c4e75", + "list.activeSelectionBackground": "#363447", + "list.activeSelectionForeground": "#f8f8f2", + "list.dropBackground": "#363447", + "list.focusBackground": "#44475a75", "list.highlightForeground": "#8be9fd", - "list.hoverBackground": "#3a3c4e75", - "list.inactiveSelectionBackground": "#3a3c4e75", - "list.warningForeground": "#f1fa8c", + "list.hoverBackground": "#44475a75", + "list.inactiveSelectionBackground": "#44475a75", + "list.warningForeground": "#ffb86c", "list.errorForeground": "#ff5555", - "activityBar.background": "#21222c", - "activityBar.inactiveForeground": "#4d4f68", - "activityBar.foreground": "#e9e9f4", + "activityBar.background": "#282a36", + "activityBar.inactiveForeground": "#6272a4", + "activityBar.foreground": "#f8f8f2", "activityBar.activeBorder": "#ff79c680", - "activityBar.activeBackground": "#bd93f910", + "activityBar.activeBackground": "#80bfff10", "activityBarBadge.background": "#ff79c6", - "activityBarBadge.foreground": "#21222c", - "sideBar.background": "#1d1d26", - "sideBarTitle.foreground": "#e9e9f4", - "sideBarSectionHeader.background": "#21222c", - "sideBarSectionHeader.border": "#1b1b23", - "editorGroup.border": "#bd93f9", - "editorGroup.dropBackground": "#3a3c4e70", - "editorGroupHeader.tabsBackground": "#1b1b23", - "tab.activeBackground": "#21222c", - "tab.activeForeground": "#e9e9f4", - "tab.border": "#1b1b23", + "activityBarBadge.foreground": "#282a36", + "sideBar.background": "#1e2029", + "sideBarTitle.foreground": "#f8f8f2", + "sideBarSectionHeader.background": "#282a36", + "sideBarSectionHeader.border": "#16171d", + "editorGroup.border": "#80bfff", + "editorGroup.dropBackground": "#44475a70", + "editorGroupHeader.tabsBackground": "#16171d", + "tab.activeBackground": "#282a36", + "tab.activeForeground": "#f8f8f2", + "tab.border": "#16171d", "tab.activeBorderTop": "#ff79c680", - "tab.inactiveBackground": "#1d1d26", - "tab.inactiveForeground": "#4d4f68", - "editor.foreground": "#e9e9f4", - "editor.background": "#21222c", - "editorLineNumber.foreground": "#4d4f68", - "editor.selectionBackground": "#282a36", - "editor.selectionHighlightBackground": "#282a36", - "editor.foldBackground": "#1d1d26", + "tab.inactiveBackground": "#1e2029", + "tab.inactiveForeground": "#6272a4", + "editor.foreground": "#f8f8f2", + "editor.background": "#282a36", + "editorLineNumber.foreground": "#6272a4", + "editor.selectionBackground": "#363447", + "editor.selectionHighlightBackground": "#363447", + "editor.foldBackground": "#1e2029", "editor.wordHighlightBackground": "#8be9fd50", "editor.wordHighlightStrongBackground": "#50fa7b50", - "editor.findMatchBackground": "#f1fa8c80", + "editor.findMatchBackground": "#ffb86c80", "editor.findMatchHighlightBackground": "#ffffff40", - "editor.findRangeHighlightBackground": "#3a3c4e75", - "editor.hoverHighlightBackground": "#1b1b23", - "editor.lineHighlightBorder": "#282a36", + "editor.findRangeHighlightBackground": "#44475a75", + "editor.hoverHighlightBackground": "#16171d", + "editor.lineHighlightBorder": "#363447", "editorLink.activeForeground": "#8be9fd", - "editor.rangeHighlightBackground": "#bd93f915", - "editor.snippetTabstopHighlightBackground": "#21222c", - "editor.snippetTabstopHighlightBorder": "#4d4f68", - "editor.snippetFinalTabstopHighlightBackground": "#21222c", + "editor.rangeHighlightBackground": "#80bfff15", + "editor.snippetTabstopHighlightBackground": "#282a36", + "editor.snippetTabstopHighlightBorder": "#6272a4", + "editor.snippetFinalTabstopHighlightBackground": "#282a36", "editor.snippetFinalTabstopHighlightBorder": "#50fa7b", "editorWhitespace.foreground": "#ffffff1A", "editorIndentGuide.background": "#ffffff1A", "editorIndentGuide.activeBackground": "#ffffff45", "editorRuler.foreground": "#ffffff1A", - "editorCodeLens.foreground": "#4d4f68", - "editorOverviewRuler.border": "#1b1b23", - "editorOverviewRuler.selectionHighlightForeground": "#f1fa8c", + "editorCodeLens.foreground": "#6272a4", + "editorOverviewRuler.border": "#16171d", + "editorOverviewRuler.selectionHighlightForeground": "#ffb86c", "editorOverviewRuler.wordHighlightForeground": "#8be9fd", "editorOverviewRuler.wordHighlightStrongForeground": "#50fa7b", "editorOverviewRuler.modifiedForeground": "#8be9fd80", "editorOverviewRuler.addedForeground": "#50fa7b80", "editorOverviewRuler.deletedForeground": "#ff555580", "editorOverviewRuler.errorForeground": "#ff555580", - "editorOverviewRuler.warningForeground": "#f1fa8c80", + "editorOverviewRuler.warningForeground": "#ffb86c80", "editorOverviewRuler.infoForeground": "#8be9fd80", "editorError.foreground": "#ff5555", - "editorWarning.foreground": "#f1fa8c", + "editorWarning.foreground": "#ffb86c", "editorGutter.modifiedBackground": "#8be9fd80", "editorGutter.addedBackground": "#50fa7b80", "editorGutter.deletedBackground": "#ff555580", "gitDecoration.modifiedResourceForeground": "#8be9fd", "gitDecoration.deletedResourceForeground": "#ff5555", "gitDecoration.untrackedResourceForeground": "#50fa7b", - "gitDecoration.ignoredResourceForeground": "#4d4f68", - "gitDecoration.conflictingResourceForeground": "#f1fa8c", + "gitDecoration.ignoredResourceForeground": "#6272a4", + "gitDecoration.conflictingResourceForeground": "#ffb86c", "diffEditor.insertedTextBackground": "#50fa7b20", "diffEditor.removedTextBackground": "#ff555550", - "editorWidget.background": "#1d1d26", - "editorSuggestWidget.background": "#1d1d26", - "editorSuggestWidget.foreground": "#e9e9f4", - "editorSuggestWidget.selectedBackground": "#282a36", - "editorHoverWidget.background": "#21222c", - "editorHoverWidget.border": "#4d4f68", - "editorMarkerNavigation.background": "#1d1d26", - "peekView.border": "#282a36", - "peekViewEditor.background": "#21222c", - "peekViewEditor.matchHighlightBackground": "#ffffa580", - "peekViewResult.background": "#1d1d26", - "peekViewResult.fileForeground": "#e9e9f4", - "peekViewResult.lineForeground": "#e9e9f4", - "peekViewResult.matchHighlightBackground": "#ffffa580", - "peekViewResult.selectionBackground": "#282a36", - "peekViewResult.selectionForeground": "#e9e9f4", - "peekViewTitle.background": "#1b1b23", - "peekViewTitleDescription.foreground": "#4d4f68", - "peekViewTitleLabel.foreground": "#e9e9f4", + "editorWidget.background": "#1e2029", + "editorSuggestWidget.background": "#1e2029", + "editorSuggestWidget.foreground": "#f8f8f2", + "editorSuggestWidget.selectedBackground": "#363447", + "editorHoverWidget.background": "#282a36", + "editorHoverWidget.border": "#6272a4", + "editorMarkerNavigation.background": "#1e2029", + "peekView.border": "#363447", + "peekViewEditor.background": "#282a36", + "peekViewEditor.matchHighlightBackground": "#eef5a380", + "peekViewResult.background": "#1e2029", + "peekViewResult.fileForeground": "#f8f8f2", + "peekViewResult.lineForeground": "#f8f8f2", + "peekViewResult.matchHighlightBackground": "#eef5a380", + "peekViewResult.selectionBackground": "#363447", + "peekViewResult.selectionForeground": "#f8f8f2", + "peekViewTitle.background": "#16171d", + "peekViewTitleDescription.foreground": "#6272a4", + "peekViewTitleLabel.foreground": "#f8f8f2", "merge.currentHeaderBackground": "#50fa7b90", - "merge.incomingHeaderBackground": "#bd93f990", + "merge.incomingHeaderBackground": "#80bfff90", "editorOverviewRuler.currentContentForeground": "#50fa7b", - "editorOverviewRuler.incomingContentForeground": "#bd93f9", - "panel.background": "#21222c", - "panel.border": "#bd93f9", - "panelInput.border": "#e9e9f4", + "editorOverviewRuler.incomingContentForeground": "#80bfff", + "panel.background": "#282a36", + "panel.border": "#80bfff", + "panelInput.border": "#f8f8f2", "panelTitle.activeBorder": "#ff79c6", - "panelTitle.activeForeground": "#e9e9f4", - "panelTitle.inactiveForeground": "#4d4f68", - "statusBar.background": "#1b1b23", - "statusBar.foreground": "#e9e9f4", + "panelTitle.activeForeground": "#f8f8f2", + "panelTitle.inactiveForeground": "#6272a4", + "statusBar.background": "#16171d", + "statusBar.foreground": "#f8f8f2", "statusBar.debuggingBackground": "#ff5555", - "statusBar.debuggingForeground": "#1b1b23", - "statusBar.noFolderBackground": "#1b1b23", - "statusBar.noFolderForeground": "#e9e9f4", + "statusBar.debuggingForeground": "#16171d", + "statusBar.noFolderBackground": "#16171d", + "statusBar.noFolderForeground": "#f8f8f2", "statusBarItem.prominentBackground": "#ff5555", - "statusBarItem.prominentHoverBackground": "#f1fa8c", - "statusBarItem.remoteForeground": "#21222c", - "statusBarItem.remoteBackground": "#bd93f9", - "titleBar.activeBackground": "#1d1d26", - "titleBar.activeForeground": "#e9e9f4", - "titleBar.inactiveBackground": "#1b1b23", - "titleBar.inactiveForeground": "#4d4f68", - "notificationCenter.border": "#1d1d26", - "notificationCenterHeader.foreground": "#e9e9f4", - "notificationCenterHeader.background": "#21222c", - "notificationToast.border": "#1d1d26", - "notifications.foreground": "#e9e9f4", - "notifications.background": "#21222c", - "notifications.border": "#1d1d26", + "statusBarItem.prominentHoverBackground": "#ffb86c", + "statusBarItem.remoteForeground": "#282a36", + "statusBarItem.remoteBackground": "#80bfff", + "titleBar.activeBackground": "#1e2029", + "titleBar.activeForeground": "#f8f8f2", + "titleBar.inactiveBackground": "#16171d", + "titleBar.inactiveForeground": "#6272a4", + "notificationCenter.border": "#1e2029", + "notificationCenterHeader.foreground": "#f8f8f2", + "notificationCenterHeader.background": "#282a36", + "notificationToast.border": "#1e2029", + "notifications.foreground": "#f8f8f2", + "notifications.background": "#282a36", + "notifications.border": "#1e2029", "notificationLink.foreground": "#8be9fd", "notificationsErrorIcon.foreground": "#ff5555", - "notificationsWarningIcon.foreground": "#f1fa8c", - "notificationsInfoIcon.foreground": "#bd93f9", - "notification.background": "#21222c", - "notification.foreground": "#e9e9f4", - "notification.buttonBackground": "#282a36", - "notification.buttonForeground": "#e9e9f4", - "notification.buttonHoverBackground": "#3a3c4e75", + "notificationsWarningIcon.foreground": "#ffb86c", + "notificationsInfoIcon.foreground": "#80bfff", + "notification.background": "#282a36", + "notification.foreground": "#f8f8f2", + "notification.buttonBackground": "#363447", + "notification.buttonForeground": "#f8f8f2", + "notification.buttonHoverBackground": "#44475a75", "notification.errorBackground": "#ff5555", - "notification.errorForeground": "#21222c", - "notification.infoBackground": "#bd93f9", - "notification.infoForeground": "#21222c", - "notification.warningBackground": "#f1fa8c", - "notification.warningForeground": "#21222c", - "extensionButton.prominentForeground": "#e9e9f4", + "notification.errorForeground": "#282a36", + "notification.infoBackground": "#80bfff", + "notification.infoForeground": "#282a36", + "notification.warningBackground": "#ffb86c", + "notification.warningForeground": "#282a36", + "extensionButton.prominentForeground": "#f8f8f2", "extensionButton.prominentBackground": "#50fa7b90", "extensionButton.prominentHoverBackground": "#50fa7b60", - "pickerGroup.border": "#bd93f9", + "pickerGroup.border": "#80bfff", "pickerGroup.foreground": "#8be9fd", - "debugToolBar.background": "#1d1d26", - "welcomePage.buttonBackground": "#282a36", - "welcomePage.buttonHoverBackground": "#3a3c4e75", - "walkThrough.embeddedEditorBackground": "#1d1d26", - "settings.headerForeground": "#e9e9f4", - "settings.modifiedItemIndicator": "#f1fa8c", - "settings.dropdownBackground": "#1d1d26", - "settings.dropdownForeground": "#e9e9f4", - "settings.dropdownBorder": "#1b1b23", - "settings.checkboxBackground": "#1d1d26", - "settings.checkboxForeground": "#e9e9f4", - "settings.checkboxBorder": "#1b1b23", - "checkbox.background": "#1d1d26", - "checkbox.foreground": "#e9e9f4", - "checkbox.border": "#1b1b23", - "settings.textInputBackground": "#1d1d26", - "settings.textInputForeground": "#e9e9f4", - "settings.textInputBorder": "#1b1b23", - "settings.numberInputBackground": "#1d1d26", - "settings.numberInputForeground": "#e9e9f4", - "settings.numberInputBorder": "#1b1b23", - "breadcrumb.foreground": "#4d4f68", - "breadcrumb.background": "#21222c", - "breadcrumb.focusForeground": "#e9e9f4", - "breadcrumb.activeSelectionForeground": "#e9e9f4", - "breadcrumbPicker.background": "#1b1b23", - "listFilterWidget.background": "#21222c", - "listFilterWidget.outline": "#282a36", + "debugToolBar.background": "#1e2029", + "welcomePage.buttonBackground": "#363447", + "welcomePage.buttonHoverBackground": "#44475a75", + "walkThrough.embeddedEditorBackground": "#1e2029", + "settings.headerForeground": "#f8f8f2", + "settings.modifiedItemIndicator": "#ffb86c", + "settings.dropdownBackground": "#1e2029", + "settings.dropdownForeground": "#f8f8f2", + "settings.dropdownBorder": "#16171d", + "settings.checkboxBackground": "#1e2029", + "settings.checkboxForeground": "#f8f8f2", + "settings.checkboxBorder": "#16171d", + "checkbox.background": "#1e2029", + "checkbox.foreground": "#f8f8f2", + "checkbox.border": "#16171d", + "settings.textInputBackground": "#1e2029", + "settings.textInputForeground": "#f8f8f2", + "settings.textInputBorder": "#16171d", + "settings.numberInputBackground": "#1e2029", + "settings.numberInputForeground": "#f8f8f2", + "settings.numberInputBorder": "#16171d", + "breadcrumb.foreground": "#6272a4", + "breadcrumb.background": "#282a36", + "breadcrumb.focusForeground": "#f8f8f2", + "breadcrumb.activeSelectionForeground": "#f8f8f2", + "breadcrumbPicker.background": "#16171d", + "listFilterWidget.background": "#282a36", + "listFilterWidget.outline": "#363447", "listFilterWidget.noMatchesOutline": "#ff5555" }, "tokenColors": [ @@ -250,7 +250,7 @@ "header" ], "settings": { - "foreground": "#bd93f9" + "foreground": "#80bfff" } }, { @@ -258,7 +258,7 @@ "source" ], "settings": { - "foreground": "#e9e9f4" + "foreground": "#f8f8f2" } }, { @@ -267,7 +267,7 @@ "meta.diff.header" ], "settings": { - "foreground": "#4d4f68" + "foreground": "#6272a4" } }, { @@ -291,7 +291,7 @@ "markup.changed" ], "settings": { - "foreground": "#f1fa8c" + "foreground": "#ffb86c" } }, { @@ -308,7 +308,7 @@ "invalid.deprecated" ], "settings": { - "foreground": "#e9e9f4", + "foreground": "#f8f8f2", "fontStyle": "underline italic" } }, @@ -317,7 +317,7 @@ "entity.name.filename" ], "settings": { - "foreground": "#ffffa5" + "foreground": "#eef5a3" } }, { @@ -344,7 +344,7 @@ ], "settings": { "fontStyle": "bold", - "foreground": "#f1fa8c" + "foreground": "#ffb86c" } }, { @@ -354,7 +354,7 @@ ], "settings": { "fontStyle": "bold", - "foreground": "#bd93f9" + "foreground": "#80bfff" } }, { @@ -363,7 +363,7 @@ "markup.italic" ], "settings": { - "foreground": "#ffffa5", + "foreground": "#eef5a3", "fontStyle": "italic" } }, @@ -417,7 +417,7 @@ "markup.quote" ], "settings": { - "foreground": "#ffffa5", + "foreground": "#eef5a3", "fontStyle": "italic" } }, @@ -427,7 +427,7 @@ "meta.separator.markdown" ], "settings": { - "foreground": "#4d4f68" + "foreground": "#6272a4" } }, { @@ -447,7 +447,7 @@ "punctuation.definition.constant.restructuredtext" ], "settings": { - "foreground": "#bd93f9" + "foreground": "#80bfff" } }, { @@ -457,7 +457,7 @@ "markup.heading.markdown punctuation.definition.string.end" ], "settings": { - "foreground": "#bd93f9" + "foreground": "#80bfff" } }, { @@ -467,7 +467,7 @@ "meta.paragraph.markdown punctuation.definition.string.end" ], "settings": { - "foreground": "#e9e9f4" + "foreground": "#f8f8f2" } }, { @@ -477,7 +477,7 @@ "markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.end" ], "settings": { - "foreground": "#ffffa5" + "foreground": "#eef5a3" } }, { @@ -502,7 +502,7 @@ "variable.parameter.function.language.special" ], "settings": { - "foreground": "#bd93f9", + "foreground": "#80bfff", "fontStyle": "italic" } }, @@ -525,7 +525,7 @@ "wildcard.comment" ], "settings": { - "foreground": "#4d4f68" + "foreground": "#6272a4" } }, { @@ -564,7 +564,7 @@ "comment.block.documentation variable" ], "settings": { - "foreground": "#f1fa8c", + "foreground": "#ffb86c", "fontStyle": "italic" } }, @@ -575,7 +575,7 @@ "variable.other.constant" ], "settings": { - "foreground": "#bd93f9" + "foreground": "#80bfff" } }, { @@ -646,7 +646,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#f1fa8c" + "foreground": "#ffb86c" } }, { @@ -717,7 +717,7 @@ ], "settings": { "fontStyle": "regular", - "foreground": "#bd93f9" + "foreground": "#80bfff" } }, { @@ -783,7 +783,7 @@ "string.template punctuation.accessor" ], "settings": { - "foreground": "#e9e9f4" + "foreground": "#f8f8f2" } }, { @@ -824,7 +824,7 @@ "constant.other.timestamp" ], "settings": { - "foreground": "#f1fa8c" + "foreground": "#ffb86c" } }, { @@ -886,7 +886,7 @@ "meta.type.parameters entity.name.type" ], "settings": { - "foreground": "#f1fa8c" + "foreground": "#ffb86c" } }, { @@ -906,7 +906,7 @@ "constant.character.escape.backslash.regexp" ], "settings": { - "foreground": "#ffffa5" + "foreground": "#eef5a3" } }, { @@ -943,7 +943,7 @@ "punctuation.definition.group.regexp" ], "settings": { - "foreground": "#f1fa8c" + "foreground": "#ffb86c" } }, { @@ -971,7 +971,7 @@ "string" ], "settings": { - "foreground": "#ffffa5" + "foreground": "#eef5a3" } }, { @@ -981,7 +981,7 @@ "punctuation.definition.string.end" ], "settings": { - "foreground": "#ebff87" + "foreground": "#f1fa8c" } }, { @@ -991,7 +991,7 @@ "punctuation.support.type.property-name.end" ], "settings": { - "foreground": "#bd93f9" + "foreground": "#80bfff" } }, { @@ -1003,7 +1003,7 @@ "string.quoted.docstring.multi.python constant.character.escape" ], "settings": { - "foreground": "#4d4f68" + "foreground": "#6272a4" } }, { @@ -1017,7 +1017,7 @@ "variable.other.constant.tsx" ], "settings": { - "foreground": "#e9e9f4" + "foreground": "#f8f8f2" } }, { @@ -1029,7 +1029,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#f1fa8c" + "foreground": "#ffb86c" } }, { @@ -1041,7 +1041,7 @@ ], "settings": { "fontStyle": "normal", - "foreground": "#e9e9f4" + "foreground": "#f8f8f2" } }, { @@ -1050,7 +1050,7 @@ "meta.selectionset.graphql variable" ], "settings": { - "foreground": "#ffffa5" + "foreground": "#eef5a3" } }, { @@ -1059,7 +1059,7 @@ "meta.selectionset.graphql meta.arguments variable" ], "settings": { - "foreground": "#e9e9f4" + "foreground": "#f8f8f2" } }, { @@ -1090,7 +1090,7 @@ "constant.language.empty-list.haskell" ], "settings": { - "foreground": "#e9e9f4" + "foreground": "#f8f8f2" } }, { @@ -1099,7 +1099,7 @@ "source.shell variable.other" ], "settings": { - "foreground": "#bd93f9" + "foreground": "#80bfff" } }, { @@ -1109,7 +1109,7 @@ ], "settings": { "fontStyle": "normal", - "foreground": "#bd93f9" + "foreground": "#80bfff" } }, { @@ -1118,7 +1118,7 @@ "meta.scope.prerequisites.makefile" ], "settings": { - "foreground": "#ffffa5" + "foreground": "#eef5a3" } }, { @@ -1127,7 +1127,7 @@ "meta.attribute-selector.scss" ], "settings": { - "foreground": "#ffffa5" + "foreground": "#eef5a3" } }, { @@ -1137,7 +1137,7 @@ "punctuation.definition.attribute-selector.begin.bracket.square.scss" ], "settings": { - "foreground": "#e9e9f4" + "foreground": "#f8f8f2" } }, { @@ -1146,7 +1146,7 @@ "meta.preprocessor.haskell" ], "settings": { - "foreground": "#4d4f68" + "foreground": "#6272a4" } } ]