diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index a82c1df40..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "cSpell.language": "en-GB", - "cSpell.words": ["vegaprotocol"], - "workbench.colorCustomizations": { - "activityBar.background": "#000000", - "activityBar.foreground": "#ffffff", - "activityBar.inactiveForeground": "#474B0A", // vega-yellow-dark - "activityBar.activeBorder": "#DFFF0B", // vega-yellow - "titleBar.activeBackground": "#DFFF0B", // vega-yellow - "titleBar.activeForeground": "#000000", - "titleBar.inactiveBackground": "#474B0A", // vega-yellow-dark - "titleBar.inactiveForeground": "#000000", - "activityBarBadge.background": "#DFFF0B", - "activityBarBadge.foreground": "#000000" // vega-yellow - } -}