From 704c3e43909e5fe5f11efd376bd73bbe19d4d464 Mon Sep 17 00:00:00 2001 From: Junichi Sato Date: Sun, 21 Nov 2021 15:38:28 +0900 Subject: [PATCH] Fix the color of vscode status bar --- vscode/onehalf-dark/themes/onehalf-dark-color-theme.json | 2 ++ vscode/onehalf-light/themes/onehalf-light-color-theme.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/vscode/onehalf-dark/themes/onehalf-dark-color-theme.json b/vscode/onehalf-dark/themes/onehalf-dark-color-theme.json index dcefd55..cdc44ef 100644 --- a/vscode/onehalf-dark/themes/onehalf-dark-color-theme.json +++ b/vscode/onehalf-dark/themes/onehalf-dark-color-theme.json @@ -14,6 +14,8 @@ "sideBarSectionHeader.foreground": "#dcdfe4", "statusBar.background": "#282c34", "statusBar.foreground": "#dcdfe4", + "statusBar.noFolderBackground": "#282c34", + "statusBar.noFolderForeground": "#dcdfe4", "panel.background": "#282c34" }, "tokenColors": "./OneHalfDark.tmTheme", diff --git a/vscode/onehalf-light/themes/onehalf-light-color-theme.json b/vscode/onehalf-light/themes/onehalf-light-color-theme.json index 9ccd806..8387a31 100644 --- a/vscode/onehalf-light/themes/onehalf-light-color-theme.json +++ b/vscode/onehalf-light/themes/onehalf-light-color-theme.json @@ -14,6 +14,8 @@ "sideBarSectionHeader.foreground": "#383a42", "statusBar.background": "#fafafa", "statusBar.foreground": "#383a42", + "statusBar.noFolderBackground": "#fafafa", + "statusBar.noFolderForeground": "#383a42", "panel.background": "#fafafa" }, "tokenColors": "./OneHalfLight.tmTheme",