From 76ec19f240150ea86729286c129a72d845adb10a Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Thu, 4 May 2017 13:01:01 -0700 Subject: [PATCH] Monokai: Use standard fg for list highlight Fixes #25868 --- extensions/theme-monokai/themes/monokai-color-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/theme-monokai/themes/monokai-color-theme.json b/extensions/theme-monokai/themes/monokai-color-theme.json index b9331a910c2..7f54f825424 100644 --- a/extensions/theme-monokai/themes/monokai-color-theme.json +++ b/extensions/theme-monokai/themes/monokai-color-theme.json @@ -13,7 +13,7 @@ "list.inactiveSelectionBackground": "#414339", "list.hoverBackground": "#272822", "list.dropBackground": "#414339", - "list.highlightForeground": "#75715E", + "list.highlightForeground": "#f8f8f2", "button.background": "#75715E", "editor.background": "#272822", "editor.foreground": "#f8f8f2",