smac
Version:
Scriptcraft SMA Server controller
37 lines (36 loc) • 1.23 kB
JSON
{
"workbench.colorCustomizations": {
"activityBar.background": "#083221",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#9123dc",
"activityBarBadge.foreground": "#e7e7e7",
"titleBar.activeBackground": "#010604",
"titleBar.inactiveBackground": "#01060499",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#010604",
"statusBarItem.hoverBackground": "#083221",
"statusBar.foreground": "#e7e7e7",
"activityBar.activeBackground": "#083221",
"activityBar.activeBorder": "#9123dc",
"statusBar.border": "#010604",
"titleBar.border": "#010604"
},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"files.exclude": {
"**/*.js": {
"when": "$(basename).ts"
},
"**/*.js.map": true,
"node_modules": true,
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"peacock.color": "#010604"
}