From a4d24b08ec0f97d3d739babf68cfe8833fda8476 Mon Sep 17 00:00:00 2001 From: Vikash PR Date: Wed, 1 Jan 2025 22:34:48 +0530 Subject: [PATCH] chore: remove VSCode settings.json file --- .vscode/settings.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index f555f00..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#f73b7d", - "activityBar.activeBorder": "#235c04", - "activityBar.background": "#f73b7d", - "activityBar.foreground": "#e7e7e7", - "activityBar.inactiveForeground": "#e7e7e799", - "activityBarBadge.background": "#235c04", - "activityBarBadge.foreground": "#e7e7e7", - "sash.hoverBorder": "#f73b7d", - "statusBar.background": "#f50a5c", - "statusBar.foreground": "#e7e7e7", - "statusBarItem.hoverBackground": "#f73b7d", - "statusBarItem.remoteBackground": "#f50a5c", - "statusBarItem.remoteForeground": "#e7e7e7", - "titleBar.activeBackground": "#f50a5c", - "titleBar.activeForeground": "#e7e7e7", - "titleBar.inactiveBackground": "#f50a5c99", - "titleBar.inactiveForeground": "#e7e7e799", - "commandCenter.border": "#e7e7e799" - }, - "peacock.color": "#f50a5c", - "liveServer.settings.port": 5502 -} \ No newline at end of file