From 053da66e1bd15027044dc5778233e7ffbb7bf8ff Mon Sep 17 00:00:00 2001 From: Ray Gervais Date: Fri, 9 Feb 2018 23:10:26 -0500 Subject: [PATCH] Monokai: Use new dropdown.listBackground to correct contrast Fixes: #42480 (#42869) * Updated monokai dropdown configuration to use new dropdown.listBackground property --- extensions/theme-monokai/themes/monokai-color-theme.json | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/theme-monokai/themes/monokai-color-theme.json b/extensions/theme-monokai/themes/monokai-color-theme.json index c5a87fd607e..9b73e691e9e 100644 --- a/extensions/theme-monokai/themes/monokai-color-theme.json +++ b/extensions/theme-monokai/themes/monokai-color-theme.json @@ -10,6 +10,7 @@ "dropdown.background": "#414339", "list.activeSelectionBackground": "#75715E", "list.focusBackground": "#414339", + "dropdown.listBackground": "#1e1f1c", "list.inactiveSelectionBackground": "#414339", "list.hoverBackground": "#272822", "list.dropBackground": "#414339",