From 7f4d6b479ea84905c618aa0dbbc13ef812655e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Zorro?= Date: Fri, 10 Jan 2025 06:50:00 -0500 Subject: [PATCH] chore: added customizations to vscode workspace --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4166950..06f8102 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -37,7 +37,11 @@ "sash.hoverBorder": "#232323", "statusBar.background": "#3d3d3d", "statusBarItem.hoverBackground": "#565656", - "statusBarItem.remoteBackground": "#3d3d3d" + "statusBarItem.remoteBackground": "#3d3d3d", + "activityBar.foreground": "#e7e7e7", + "activityBar.inactiveForeground": "#e7e7e799", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.remoteForeground": "#e7e7e7" }, "peacock.color": "#3d3d3d" }