removed color settings for vs code

This commit is contained in:
Lorenz Hilpert
2020-09-17 15:23:19 +02:00
parent 4d196aa4eb
commit f68f4ae9fa

19
.vscode/settings.json vendored
View File

@@ -8,22 +8,5 @@
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.colorCustomizations": {
"activityBar.background": "#2f0f85",
"titleBar.activeBackground": "#1f0a57",
"titleBar.activeForeground": "#e7e7e7",
"activityBar.activeBackground": "#2f0f85",
"activityBar.activeBorder": "#ac3d13",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#ac3d13",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#1f0a57",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#2f0f85",
"titleBar.inactiveBackground": "#1f0a5799",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#1f0a57"
}
}