From 6c733bab057ec3c76e015fabcf85a9fa27ab64a7 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Wed, 12 Sep 2018 14:55:45 -0700 Subject: [PATCH] Fix #49432 - Slightly darker inactive tabs in Monokai --- extensions/theme-monokai/themes/monokai-color-theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/theme-monokai/themes/monokai-color-theme.json b/extensions/theme-monokai/themes/monokai-color-theme.json index e7f00d712e6..5dc50c50ac2 100644 --- a/extensions/theme-monokai/themes/monokai-color-theme.json +++ b/extensions/theme-monokai/themes/monokai-color-theme.json @@ -33,7 +33,7 @@ "editorIndentGuide.activeBackground": "#767771", "editorGroupHeader.tabsBackground": "#1e1f1c", "editorGroup.dropBackground": "#41433980", - "tab.inactiveBackground": "#414339", + "tab.inactiveBackground": "#34352f", "tab.border": "#1e1f1c", "tab.inactiveForeground": "#ccccc7", // needs to be bright so it's readable when another editor group is focused "widget.shadow": "#000000", @@ -72,7 +72,7 @@ "editorHoverWidget.border": "#75715E", "editorSuggestWidget.background": "#272822", "editorSuggestWidget.border": "#75715E", - "editorGroup.border": "#414339", + "editorGroup.border": "#34352f", "peekView.border": "#75715E", "peekViewEditor.background": "#272822", "peekViewResult.background": "#1e1f1c",