From a66945d1c5348f85c9530b8fd5ba3094b69e2d42 Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Thu, 25 Apr 2019 23:59:25 -0700 Subject: [PATCH] Use alternate color for Monako theme for statusBarItem.hostBackground --- 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 f7d9b40ca7d..a203ace74ee 100644 --- a/extensions/theme-monokai/themes/monokai-color-theme.json +++ b/extensions/theme-monokai/themes/monokai-color-theme.json @@ -50,7 +50,7 @@ "statusBar.background": "#414339", "statusBar.noFolderBackground": "#414339", "statusBar.debuggingBackground": "#75715E", - "statusBarItem.hostBackground": "#75715E", + "statusBarItem.hostBackground": "#AC6218", "activityBar.background": "#272822", "activityBar.foreground": "#f8f8f2", "activityBar.dropBackground": "#414339",