From de55855f3b893137c449431b59c115926b3592af Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Mon, 1 May 2017 15:12:07 -0700 Subject: [PATCH] Redo monokai colors Part of #25742 --- .../themes/monokai-color-theme.json | 99 +++++++++++++------ 1 file changed, 69 insertions(+), 30 deletions(-) diff --git a/extensions/theme-monokai/themes/monokai-color-theme.json b/extensions/theme-monokai/themes/monokai-color-theme.json index c97b363b397..7c44472891f 100644 --- a/extensions/theme-monokai/themes/monokai-color-theme.json +++ b/extensions/theme-monokai/themes/monokai-color-theme.json @@ -1,39 +1,78 @@ { "type": "dark", "colors": { - "dropdown.background": "#383852", - "list.activeSelectionBackground": "#383852", - "list.focusBackground": "#425370", - "list.inactiveSelectionBackground": "#23324e", - "list.hoverBackground": "#005070", - "list.dropBackground": "#505590", - "list.highlightForeground": "#e58520", - "button.background": "#5088a3", - "editor.background": "#202025", + "dropdown.background": "#414339", + "list.activeSelectionBackground": "#f92672", + "list.focusBackground": "#414339", + "list.inactiveSelectionBackground": "#414339", + "list.hoverBackground": "#272822", + "list.dropBackground": "#414339", + "list.highlightForeground": "#f92672", + "button.background": "#f92672", + "editor.background": "#272822", "editor.foreground": "#f8f8f2", "editor.selectionBackground": "#49483e", - "editor.lineHighlightBackground": "#303030", - "editorCursor.foreground": "#c07020", - "editorWhitespace.foreground": "#383880", - "editorIndentGuide.background": "#505037", - "editorGroupHeader.tabsBackground": "#222228", - // "tab.activeBackground": "#272738", - "tab.inactiveBackground": "#333340", + "editor.lineHighlightBackground": "#3e3d32", + "editorCursor.foreground": "#f8f8f0", + "editorWhitespace.foreground": "#464741", + "editorIndentGuide.background": "#464741", + "editorGroupHeader.tabsBackground": "#1e1f1c", + "editorGroup.dropBackground": "#41433980", + "tab.inactiveBackground": "#414339", "tab.border": "#000030", - "panelTitle.activeForeground": "#ddffff", - "statusBar.background": "#354550", - "statusBar.debuggingBackground": "#354550", - "statusBar.noFolderBackground": "#354550", - "titleBar.activeBackground": "#354550", - "activityBar.background": "#292935", - "activityBarBadge.foreground": "#ffffff", - "activityBarBadge.background": "#3655b5", - "sideBar.background": "#232327", - "sideBarSectionHeader.background": "#424250", - "notification.foreground": "#ffe0ff", - "pickerGroup.foreground": "#77a5b0", - "terminal.ansiWhite": "#ddffff" - + "tab.inactiveForeground": "#ccccc7", // needs to be bright so it's readable when another editor group is focused + "widget.shadow": "#1e1f1c", + "editorLineNumber.foreground": "#90908a", + "panelTitle.activeForeground": "#f8f8f2", + "panelTitle.activeBorder": "#f92672", + "panelTitle.inactiveForeground": "#75715E", // comment color + "panel.border": "#414339", + "statusBar.background": "#414339", + "statusBar.noFolderBackground": "#414339", + "statusBar.debuggingBackground": "#f92672", + "activityBar.background": "#272822", + "activityBarBadge.foreground": "#f8f8f2", + "activityBarBadge.background": "#f92672", + "activityBar.foreground": "#f8f8f2", + "activityBar.dropBackground": "#414339", + "sideBar.background": "#1e1f1c", + "sideBarSectionHeader.background": "#272822", + "notification.foreground": "#1e1f1c", + "pickerGroup.foreground": "#f92672", + "input.background": "#414339", + "focusBorder": "#f92672", + "editorWidget.background": "#1e1f1c", + "debugToolBar.background": "#1e1f1c", + "diffEditor.insertedTextBackground": "#66852880", // middle of #272822 and #a6e22e + "diffEditor.removedTextBackground": "#90274A80", // middle of f92672 and #a6e22e + "editorHoverWidget.background": "#414339", + "editorHoverWidget.border": "#75715E", // comment color + "editorSuggestWidget.background": "#272822", + "editorSuggestWidget.border": "#75715E", // comment color + "editorGroup.border": "#414339", // comment color + "peekView.border": "#f92672", + "peekViewEditor.background": "#272822", + "peekViewResult.background": "#1e1f1c", + "peekViewTitle.background": "#1e1f1c", + "peekViewResult.selectionBackground": "#414339", + "peekViewResult.matchHighlightBackground": "#75715E", + "peekViewEditor.matchHighlightBackground": "#75715E", + "terminal.ansiBlack": "#333333", + "terminal.ansiRed": "#f92672BF", + "terminal.ansiGreen": "#A6E22EBF", + "terminal.ansiYellow": "#e2e22eBF", + "terminal.ansiBlue": "#819affBF", + "terminal.ansiMagenta": "#AE81FFBF", + "terminal.ansiCyan": "#66D9EFBF", + "terminal.ansiWhite": "#e3e3dd", + "terminal.ansiBrightBlack": "#666666", + "terminal.ansiBrightRed": "#f92672", + "terminal.ansiBrightGreen": "#A6E22E", + "terminal.ansiBrightYellow": "#e2e22e", // hue shifted #A6E22E + "terminal.ansiBrightBlue": "#819aff", // hue shifted #AE81FF + "terminal.ansiBrightMagenta": "#AE81FF", + "terminal.ansiBrightCyan": "#66D9EF", + "terminal.ansiBrightWhite": "#f8f8f2" }, "tokenColors": [ {