From f9a9fe902479c3f53d64117522c5a3b6ad6ad43d Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:55:40 +1100 Subject: [PATCH] Remove vscode settings files --- .vscode/settings.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 4add659..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#7f40bf", - "activityBar.background": "#7f40bf", - "activityBar.foreground": "#e7e7e7", - "activityBar.inactiveForeground": "#e7e7e799", - "activityBarBadge.background": "#c78f58", - "activityBarBadge.foreground": "#15202b", - "commandCenter.border": "#e7e7e799", - "sash.hoverBorder": "#7f40bf", - "statusBar.background": "#663399", - "statusBar.foreground": "#e7e7e7", - "statusBarItem.hoverBackground": "#7f40bf", - "statusBarItem.remoteBackground": "#663399", - "statusBarItem.remoteForeground": "#e7e7e7", - "titleBar.activeBackground": "#663399", - "titleBar.activeForeground": "#e7e7e7", - "titleBar.inactiveBackground": "#66339999", - "titleBar.inactiveForeground": "#e7e7e799" - }, - "peacock.color": "#639" -} \ No newline at end of file