From dd3d4b5737465c8a724a3951490052e2fbd7ef4d Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sat, 3 Feb 2024 12:32:21 -0800 Subject: [PATCH] workspace settings --- .gitignore | 1 + .vscode/settings.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/.vscode/settings.json b/.vscode/settings.json index 6270169..b92839d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,7 +7,6 @@ "activityBarBadge.background": "#945bc4", "activityBarBadge.foreground": "#e7e7e7", "commandCenter.border": "#15202b99", - "panel.border": "#65c89b", "sash.hoverBorder": "#65c89b", "statusBar.background": "#42b883", "statusBar.foreground": "#15202b",