From 6afdcb4ecd197d288bbe1940884a080be5a1eb91 Mon Sep 17 00:00:00 2001 From: Cristian Velasquez Ramos Date: Fri, 3 Apr 2020 15:29:57 -0400 Subject: [PATCH] feat: simplify color palette into tri-tone --- themes/aeon.json | 94 ++++++++++++++++++++++++------------------------ 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/themes/aeon.json b/themes/aeon.json index 12154e4..ac8c21a 100644 --- a/themes/aeon.json +++ b/themes/aeon.json @@ -14,15 +14,15 @@ "textBlockQuote.background": "#2f3b54", "textBlockQuote.border": "#2f3b54", "textCodeBlock.background": "#171c28", - "textLink.activeForeground": "#ffcc66", - "textLink.foreground": "#ffcc66", + "textLink.activeForeground": "#ffd580", + "textLink.foreground": "#ffd580", "textPreformat.foreground": "#d7dce2", "textSeparator.foreground": "#d7dce2", // Button control - "button.background": "#ffcc66", + "button.background": "#ffd580", "button.foreground": "#171c28", - "button.hoverBackground": "#ffcc6699", + "button.hoverBackground": "#ffd58099", // Dropdown control "dropdown.background": "#2f3b54", @@ -54,10 +54,10 @@ // Badge "badge.foreground": "#1d2433", - "badge.background": "#ffcc66", + "badge.background": "#ffd580", // Progress bar - "progressBar.background": "#ffcc66", + "progressBar.background": "#ffd580", // Lists and trees "list.activeSelectionBackground": "#2f3b54", @@ -65,7 +65,7 @@ "list.dropBackground": "#2f3b54", "list.focusBackground": "#2f3b54", "list.focusForeground": "#d7dce2", - "list.highlightForeground": "#ffcc66", + "list.highlightForeground": "#ffd580", "list.hoverBackground": "#2f3b54", "list.hoverForeground": "#d7dce2", "list.inactiveSelectionBackground": "#2f3b54", @@ -85,16 +85,16 @@ "activityBar.foreground": "#8695b7", "activityBar.inactiveForeground": "#8695b799", "activityBar.border": "#171c28", - "activityBarBadge.background": "#ffcc66", + "activityBarBadge.background": "#ffd580", "activityBarBadge.foreground": "#171c28", // Side Bar "sideBar.background": "#171c28", "sideBar.foreground": "#8695b7", // "sideBar.border": "#1d2433", - "sideBarTitle.foreground": "#ffcc66", + "sideBarTitle.foreground": "#ffd580", "sideBarSectionHeader.background": "#1d2433", - "sideBarSectionHeader.foreground": "#ffcc66", + "sideBarSectionHeader.foreground": "#ffd580", "sideBarSectionHeader.border": "#171c28", // Editor Groups @@ -111,8 +111,8 @@ "tab.unfocusedActiveBackground": "#1d2433", "tab.activeForeground": "#d7dce2", "tab.border": "#171c28", - "tab.activeBorder": "#ffcc66", - "tab.unfocusedActiveBorder": "#ffcc6677", + "tab.activeBorder": "#ffd580", + "tab.unfocusedActiveBorder": "#ffd58077", "tab.activeBorderTop": "#171c28", "tab.unfocusedActiveBorderTop": "#1d2433", "tab.inactiveBackground": "#171c28", @@ -121,12 +121,12 @@ "tab.unfocusedInactiveForeground": "#d7dce277", "tab.hoverBackground": "#2f3b54", "tab.unfocusedHoverBackground": "#1d2433", - "tab.hoverBorder": "#ffcc66", - "tab.unfocusedHoverBorder": "#ffcc6677", - // "tab.activeModifiedBorder": "#ffcc66", - // "tab.inactiveModifiedBorder": "#ffcc66", - // "tab.unfocusedActiveModifiedBorder": "#ffcc66", - // "tab.unfocusedInactiveModifiedBorder": "#ffcc66", + "tab.hoverBorder": "#ffd580", + "tab.unfocusedHoverBorder": "#ffd58077", + // "tab.activeModifiedBorder": "#ffd580", + // "tab.inactiveModifiedBorder": "#ffd580", + // "tab.unfocusedActiveModifiedBorder": "#ffd580", + // "tab.unfocusedInactiveModifiedBorder": "#ffd580", "editorPane.background": "#1d2433", // Editor colors @@ -135,7 +135,7 @@ "editorLineNumber.foreground": "#8695b755", "editorLineNumber.activeForeground": "#8695b7", "editorCursor.background": "#1d2433", - "editorCursor.foreground": "#ffcc66", + "editorCursor.foreground": "#ffd580", // Editor selection colors "editor.selectionBackground": "#2f3b54", @@ -148,19 +148,19 @@ "editor.wordHighlightBackground": "#8695b755", "editor.wordHighlightBorder": "#8695b7", "editor.wordHighlightStrongBackground": "#8695b755", - "editor.wordHighlightStrongBorder": "#ffcc66", + "editor.wordHighlightStrongBorder": "#ffd580", // Editor find/replace colors "editor.findMatchBackground": "#8695b777", "editor.findMatchHighlightBackground": "#8695b755", "editor.findRangeHighlightBackground": "#8695b755", - "editor.findMatchBorder": "#ffcc66", - "editor.findMatchHighlightBorder": "#ffcc6677", - "editor.findRangeHighlightBorder": "#ffcc6677", + "editor.findMatchBorder": "#ffd580", + "editor.findMatchHighlightBorder": "#ffd58077", + "editor.findRangeHighlightBorder": "#ffd58077", "editor.hoverHighlightBackground": "#8695b799", "editor.lineHighlightBackground": "#2f3b54", "editor.lineHighlightBorder": "#2f3b54", - "editorLink.activeForeground": "#ffcc66", + "editorLink.activeForeground": "#ffd580", "editor.rangeHighlightBackground": "#2f3b54", "editor.rangeHighlightBorder": "#8695b755", "editorWhitespace.foreground": "#8695b777", @@ -169,11 +169,11 @@ "editorRuler.foreground": "#2f3b54", "editorCodeLens.foreground": "#d7dce2", "editorBracketMatch.background": "#8695b755", - "editorBracketMatch.border": "#ffcc66", + "editorBracketMatch.border": "#ffd580", // Overview Ruler "editorOverviewRuler.border": "#2f3b54", - "editorOverviewRuler.findMatchForeground": "#ffcc66", + "editorOverviewRuler.findMatchForeground": "#ffd580", "editorOverviewRuler.rangeHighlightForeground": "#8695b7", "editorOverviewRuler.selectionHighlightForeground": "#8695b7", "editorOverviewRuler.wordHighlightForeground": "#8695b7", @@ -182,9 +182,9 @@ "editorOverviewRuler.addedForeground": "#bae67e", "editorOverviewRuler.deletedForeground": "#ef6b73", "editorOverviewRuler.errorForeground": "#ef6b73", - "editorOverviewRuler.warningForeground": "#ffcc66", + "editorOverviewRuler.warningForeground": "#ffd580", "editorOverviewRuler.infoForeground": "#b8c5e2", - "editorOverviewRuler.bracketMatchForeground": "#ffcc66", + "editorOverviewRuler.bracketMatchForeground": "#ffd580", // Errors and warnings "editorError.foreground": "#ef6b73", @@ -193,8 +193,8 @@ // "editorWarning.border": "#ef6b73", "editorInfo.foreground": "#b8c5e2", // "editorInfo.border": "#b8c5e2", - "editorHint.foreground": "#ffcc66", - // "editorHint.border": "#ffcc66", + "editorHint.foreground": "#ffd580", + // "editorHint.border": "#ffd580", // Editor Gutter "editorGutter.background": "#1d2433", @@ -215,7 +215,7 @@ "editorSuggestWidget.background": "#2f3b54", "editorSuggestWidget.border": "#2f3b54", "editorSuggestWidget.foreground": "#d7dce2", - "editorSuggestWidget.highlightForeground": "#ffcc66", + "editorSuggestWidget.highlightForeground": "#ffd580", "editorSuggestWidget.selectedBackground": "#1d2433", "editorHoverWidget.background": "#2f3b54", "editorHoverWidget.border": "#2f3b54", @@ -223,19 +223,19 @@ "debugExceptionWidget.border": "#2f3b54", "editorMarkerNavigation.background": "#2f3b54", "editorMarkerNavigationError.background": "#ef6b73", - "editorMarkerNavigationWarning.background": "#ffcc66", + "editorMarkerNavigationWarning.background": "#ffd580", "editorMarkerNavigationInfo.background": "#b8c5e2", // Peek View colors - "peekView.border": "#ffcc66", + "peekView.border": "#ffd580", "peekViewEditor.background": "#2f3b54", "peekViewEditorGutter.background": "#1d2433", "peekViewEditor.matchHighlightBackground": "#8695b7", - "peekViewEditor.matchHighlightBorder": "#ffcc66", + "peekViewEditor.matchHighlightBorder": "#ffd580", "peekViewResult.background": "#2f3b54", "peekViewResult.fileForeground": "#8695b7", "peekViewResult.lineForeground": "#d7dce2", - "peekViewResult.matchHighlightBackground": "#ffcc6633", + "peekViewResult.matchHighlightBackground": "#ffd58033", "peekViewResult.selectionBackground": "#2f3b54", "peekViewResult.selectionForeground": "#d7dce2", "peekViewTitle.background": "#2f3b54", @@ -258,7 +258,7 @@ "panel.background": "#171c28", "panel.border": "#1d2433", "panel.dropBackground": "#2f3b54", - "panelTitle.activeBorder": "#ffcc66", + "panelTitle.activeBorder": "#ffd580", "panelTitle.activeForeground": "#d7dce2", "panelTitle.inactiveForeground": "#8695b7", @@ -303,13 +303,13 @@ "notificationLink.foreground": "#d7dce2", // Extensions - "extensionButton.prominentBackground": "#ffcc66", + "extensionButton.prominentBackground": "#ffd580", "extensionButton.prominentForeground": "#1d2433", - "extensionButton.prominentHoverBackground": "#ffcc6699", + "extensionButton.prominentHoverBackground": "#ffd58099", // Quick Picker "pickerGroup.border": "#2f3b54", - "pickerGroup.foreground": "#ffcc66", + "pickerGroup.foreground": "#ffd580", // Integrated Terminal colors "terminal.background": "#171c28", @@ -324,15 +324,15 @@ "terminal.ansiBrightMagenta": "#cfbafa", "terminal.ansiBrightRed": "#ef6b73", "terminal.ansiBrightWhite": "#a2aabc", - "terminal.ansiBrightYellow": "#ffcc66", + "terminal.ansiBrightYellow": "#ffd580", "terminal.ansiCyan": "#b8c5e2", "terminal.ansiGreen": "#bae67e", "terminal.ansiMagenta": "#cfbafa", "terminal.ansiRed": "#ef6b73", "terminal.ansiWhite": "#a2aabc", - "terminal.ansiYellow": "#ffcc66", + "terminal.ansiYellow": "#ffd580", "terminal.selectionBackground": "#8695b733", - "terminalCursor.background": "#ffcc66", + "terminalCursor.background": "#ffd580", "terminalCursor.foreground": "#su", // Debug @@ -565,7 +565,7 @@ "meta.object-literal.key" ], "settings": { - "foreground": "#ffcc66" + "foreground": "#cfbafa" } }, { @@ -580,7 +580,7 @@ "variable.graphql" ], "settings": { - "foreground": "#f2ba54" + "foreground": "#ffd580" } }, { @@ -830,7 +830,7 @@ "scope": ["markup.strike"], "settings": { "fontStyle": "italic", - "foreground": "#ffcc66" + "foreground": "#ffd580" } }, { @@ -905,7 +905,7 @@ "scope": ["string.other.link.title.markdown"], "settings": { "fontStyle": "underline", - "foreground": "#ffcc66" + "foreground": "#ffd580" } }, { @@ -947,7 +947,7 @@ { "scope": "token.warn-token", "settings": { - "foreground": "#ffcc66" + "foreground": "#ffd580" } }, {