diff --git a/.vscode/settings.json b/.vscode/settings.json index e808df2..25fa621 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,22 +1,3 @@ { - "typescript.tsdk": "node_modules/typescript/lib", - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#184630", - "activityBar.background": "#184630", - "activityBar.foreground": "#e7e7e7", - "activityBar.inactiveForeground": "#e7e7e799", - "activityBarBadge.background": "#9259c6", - "activityBarBadge.foreground": "#e7e7e7", - "commandCenter.border": "#e7e7e799", - "sash.hoverBorder": "#184630", - "statusBar.background": "#0b2016", - "statusBar.foreground": "#e7e7e7", - "statusBarItem.hoverBackground": "#184630", - "statusBarItem.remoteBackground": "#0b2016", - "statusBarItem.remoteForeground": "#e7e7e7", - "titleBar.activeBackground": "#0b2016", - "titleBar.activeForeground": "#e7e7e7", - "titleBar.inactiveBackground": "#0b201699", - "titleBar.inactiveForeground": "#e7e7e799" - } + "typescript.tsdk": "node_modules/typescript/lib" }