From 995ea43cdf65fbbd75f01b44407335f5879d4d80 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Fri, 23 Aug 2024 10:33:55 +0200 Subject: [PATCH] Minor settings update --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b28a950f..5f47a9ea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -30,7 +30,11 @@ "statusBar.background": "#557c9b", "statusBarItem.hoverBackground": "#7295b1", "statusBar.foreground": "#e7e7e7", - "activityBar.activeBackground": "#7295b1" + "activityBar.activeBackground": "#7295b1", + "commandCenter.border": "#e7e7e799", + "sash.hoverBorder": "#7295b1", + "statusBarItem.remoteBackground": "#557c9b", + "statusBarItem.remoteForeground": "#e7e7e7" }, "peacock.color": "#557c9b", "git.ignoreLimitWarning": true