Add settings file

This commit is contained in:
Peter Rossa
2023-05-23 19:44:33 +02:00
parent fe77c5ad74
commit 82a628e6fe

22
.vscode/settings.json vendored
View File

@@ -1,3 +1,23 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
"java.configuration.updateBuildConfiguration": "interactive",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#6da6c4",
"activityBar.background": "#6da6c4",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#f6e8f1",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#6da6c4",
"statusBar.background": "#4990b5",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#6da6c4",
"statusBarItem.remoteBackground": "#4990b5",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#4990b5",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#4990b599",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#4990b5"
}