From 7bf2f68df61c8c666f1fecd79d2ece663aa43c63 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Fri, 27 Oct 2023 16:37:05 -0500 Subject: [PATCH] vscode settings Signed-off-by: Lee Calcote --- .vscode/settings.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..a3b068f3 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,21 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#00e6cc", + "activityBar.background": "#00e6cc", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#e620ff", + "activityBarBadge.foreground": "#e7e7e7", + "commandCenter.border": "#e7e7e799", + "sash.hoverBorder": "#00e6cc", + "statusBar.background": "#00b39f", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#00e6cc", + "statusBarItem.remoteBackground": "#00b39f", + "statusBarItem.remoteForeground": "#e7e7e7", + "titleBar.activeBackground": "#00b39f", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveBackground": "#00b39f99", + "titleBar.inactiveForeground": "#e7e7e799" + } +} \ No newline at end of file