From f6e7484cfcb14fb1e1581c172a8156d9a2d4c5fd Mon Sep 17 00:00:00 2001 From: YingTsunHuang Date: Thu, 20 Aug 2020 13:47:12 +0800 Subject: [PATCH] Update the background color for status bar. --- themes/zzTheme-color-theme.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/zzTheme-color-theme.json b/themes/zzTheme-color-theme.json index e82051a..ed51225 100644 --- a/themes/zzTheme-color-theme.json +++ b/themes/zzTheme-color-theme.json @@ -59,9 +59,9 @@ "panelTitle.inactiveForeground": "#75715E", "panel.border": "#414339", "titleBar.activeBackground": "#1e1f1c", - "statusBar.background": "#414339", - "statusBar.noFolderBackground": "#414339", - "statusBar.debuggingBackground": "#75715E", + "statusBar.background": "#265cd1", + "statusBar.noFolderBackground": "#265cd1", + "statusBar.debuggingBackground": "#e7c61d", "statusBarItem.remoteBackground": "#AC6218", "activityBar.background": "#272822", "activityBar.foreground": "#f8f8f2",