Redo monokai colors

Part of #25742
This commit is contained in:
Daniel Imms 2017-05-01 15:12:07 -07:00
parent 24b71e9d56
commit de55855f3b

View file

@ -1,39 +1,78 @@
{ {
"type": "dark", "type": "dark",
"colors": { "colors": {
"dropdown.background": "#383852", "dropdown.background": "#414339",
"list.activeSelectionBackground": "#383852", "list.activeSelectionBackground": "#f92672",
"list.focusBackground": "#425370", "list.focusBackground": "#414339",
"list.inactiveSelectionBackground": "#23324e", "list.inactiveSelectionBackground": "#414339",
"list.hoverBackground": "#005070", "list.hoverBackground": "#272822",
"list.dropBackground": "#505590", "list.dropBackground": "#414339",
"list.highlightForeground": "#e58520", "list.highlightForeground": "#f92672",
"button.background": "#5088a3", "button.background": "#f92672",
"editor.background": "#202025", "editor.background": "#272822",
"editor.foreground": "#f8f8f2", "editor.foreground": "#f8f8f2",
"editor.selectionBackground": "#49483e", "editor.selectionBackground": "#49483e",
"editor.lineHighlightBackground": "#303030", "editor.lineHighlightBackground": "#3e3d32",
"editorCursor.foreground": "#c07020", "editorCursor.foreground": "#f8f8f0",
"editorWhitespace.foreground": "#383880", "editorWhitespace.foreground": "#464741",
"editorIndentGuide.background": "#505037", "editorIndentGuide.background": "#464741",
"editorGroupHeader.tabsBackground": "#222228", "editorGroupHeader.tabsBackground": "#1e1f1c",
// "tab.activeBackground": "#272738", "editorGroup.dropBackground": "#41433980",
"tab.inactiveBackground": "#333340", "tab.inactiveBackground": "#414339",
"tab.border": "#000030", "tab.border": "#000030",
"panelTitle.activeForeground": "#ddffff", "tab.inactiveForeground": "#ccccc7", // needs to be bright so it's readable when another editor group is focused
"statusBar.background": "#354550", "widget.shadow": "#1e1f1c",
"statusBar.debuggingBackground": "#354550", "editorLineNumber.foreground": "#90908a",
"statusBar.noFolderBackground": "#354550", "panelTitle.activeForeground": "#f8f8f2",
"titleBar.activeBackground": "#354550", "panelTitle.activeBorder": "#f92672",
"activityBar.background": "#292935", "panelTitle.inactiveForeground": "#75715E", // comment color
"activityBarBadge.foreground": "#ffffff", "panel.border": "#414339",
"activityBarBadge.background": "#3655b5", "statusBar.background": "#414339",
"sideBar.background": "#232327", "statusBar.noFolderBackground": "#414339",
"sideBarSectionHeader.background": "#424250", "statusBar.debuggingBackground": "#f92672",
"notification.foreground": "#ffe0ff", "activityBar.background": "#272822",
"pickerGroup.foreground": "#77a5b0", "activityBarBadge.foreground": "#f8f8f2",
"terminal.ansiWhite": "#ddffff" "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": [ "tokenColors": [
{ {