Files
ETSformer/.vscode/settings.json
wassname e86284f233 init
2022-11-28 12:02:38 +08:00

23 lines
904 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#b776e3",
"activityBar.background": "#b776e3",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#efd5b0",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#b776e3",
"statusBar.background": "#a14cda",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#b776e3",
"statusBarItem.remoteBackground": "#a14cda",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#a14cda",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#a14cda99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#a14cda"
}