From b1c65f98174b884dcc1b2795c4197a90649cc47b Mon Sep 17 00:00:00 2001 From: Jack Heriz-Smith Date: Tue, 14 Jul 2020 20:14:20 +0100 Subject: [PATCH] remove .vscode --- .vscode/settings.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index c35a393..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#400303", - "activityBar.activeBorder": "#045b04", - "activityBar.background": "#400303", - "activityBar.foreground": "#e7e7e7", - "activityBar.inactiveForeground": "#e7e7e799", - "activityBarBadge.background": "#045b04", - "activityBarBadge.foreground": "#e7e7e7", - "statusBar.background": "#400303", - "statusBar.border": "#400303", - "statusBar.foreground": "#e7e7e7", - "statusBarItem.hoverBackground": "#710505", - "titleBar.activeBackground": "#400303", - "titleBar.activeForeground": "#e7e7e7", - "titleBar.border": "#400303", - "titleBar.inactiveBackground": "#40030399", - "titleBar.inactiveForeground": "#e7e7e799" - }, - "peacock.color": "#400303" -} \ No newline at end of file