chore: remove vscode settings

This commit is contained in:
Matthew Russell 2022-08-22 11:08:37 -07:00
parent 48ad4b6d4a
commit 18100dfc83
No known key found for this signature in database
GPG Key ID: EF695622F2C5E3D8

16
.vscode/settings.json vendored
View File

@ -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
}
}