From 87875382179df4137feb147886dd73ee91b93e37 Mon Sep 17 00:00:00 2001 From: Brandon Ruggles Date: Thu, 29 Jun 2017 10:00:14 -0400 Subject: [PATCH] Fix for #29608 'QuickOpen looks misaligned in monokai theme'. (#29860) --- 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 8d19dbfb7ce..62c05987550 100644 --- a/extensions/theme-monokai/themes/monokai-color-theme.json +++ b/extensions/theme-monokai/themes/monokai-color-theme.json @@ -28,7 +28,7 @@ "tab.inactiveBackground": "#414339", "tab.border": "#1e1f1c", "tab.inactiveForeground": "#ccccc7", // needs to be bright so it's readable when another editor group is focused - "widget.shadow": "#1e1f1c", + "widget.shadow": "#000000", "progressBar.background": "#75715E", "badge.background": "#75715E", "badge.foreground": "#f8f8f2", @@ -391,4 +391,4 @@ } } ] -} \ No newline at end of file +}