提交 de55855f 编写于 作者: D Daniel Imms

Redo monokai colors

Part of #25742
上级 24b71e9d
{
"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": [
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册