From 84cb7bf4e17301a5a6ad9b4a16bd36743198ac38 Mon Sep 17 00:00:00 2001 From: RahulGautamSingh Date: Mon, 11 Oct 2021 14:07:39 +0545 Subject: [PATCH] Update settings.json --- .vscode/settings.json | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9a30c4fb706445..c192127b1fc5f6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,34 +14,5 @@ }, "omnisharp.autoStart": false, "jest.autoRun": "off", - "jest.jestCommandLine": "yarn jest", - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#ffffff", - "activityBar.activeBorder": "#df9f9f", - "activityBar.background": "#ffffff", - "activityBar.foreground": "#15202b", - "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#df9f9f", - "activityBarBadge.foreground": "#15202b", - "editorGroup.border": "#ffffff", - "panel.border": "#ffffff", - "sash.hoverBorder": "#ffffff", - "sideBar.border": "#ffffff", - "statusBar.background": "#ffffff", - "statusBar.border": "#ffffff", - "statusBar.debuggingBackground": "#ffffff", - "statusBar.debuggingBorder": "#ffffff", - "statusBar.debuggingForeground": "#15202b", - "statusBar.foreground": "#15202b", - "statusBarItem.hoverBackground": "#e6e6e6", - "statusBarItem.remoteBackground": "#ffffff", - "statusBarItem.remoteForeground": "#15202b", - "tab.activeBorder": "#ffffff", - "titleBar.activeBackground": "#e6e6e6", - "titleBar.activeForeground": "#15202b", - "titleBar.border": "#e6e6e6", - "titleBar.inactiveBackground": "#e6e6e699", - "titleBar.inactiveForeground": "#15202b99" - }, - "peacock.remoteColor": "#e6e6e6" + "jest.jestCommandLine": "yarn jest" }