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",