Create settings.json

This commit is contained in:
TheThomaas 2023-09-13 23:06:34 +02:00
parent 836136b98c
commit a3e9e978d6

22
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,22 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#968349",
"activityBar.background": "#968349",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#94cbbd",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#968349",
"statusBar.background": "#746538",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#968349",
"statusBarItem.remoteBackground": "#746538",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#746538",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#74653899",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#746538"
}