Files
rossa-tech/.vscode/settings.json

24 lines
892 B
JSON

{
"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"
}