38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"editor.tabSize": 2,
|
|
"editor.detectIndentation": false,
|
|
"search.exclude": {
|
|
"package-lock.json": true
|
|
},
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.addMissingImports": "explicit",
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.activeBackground": "#0894ba",
|
|
"activityBar.background": "#0894ba",
|
|
"activityBar.foreground": "#e7e7e7",
|
|
"activityBar.inactiveForeground": "#e7e7e799",
|
|
"activityBarBadge.background": "#99077a",
|
|
"activityBarBadge.foreground": "#e7e7e7",
|
|
"commandCenter.border": "#e7e7e799",
|
|
"sash.hoverBorder": "#0894ba",
|
|
"statusBar.background": "#066d89",
|
|
"statusBar.foreground": "#e7e7e7",
|
|
"statusBarItem.hoverBackground": "#0894ba",
|
|
"statusBarItem.remoteBackground": "#066d89",
|
|
"statusBarItem.remoteForeground": "#e7e7e7",
|
|
"titleBar.activeBackground": "#066d89",
|
|
"titleBar.activeForeground": "#e7e7e7",
|
|
"titleBar.inactiveBackground": "#066d8999",
|
|
"titleBar.inactiveForeground": "#e7e7e799"
|
|
},
|
|
"peacock.color": "#066d89",
|
|
"cSpell.words": [
|
|
"orbis",
|
|
"Orbis"
|
|
]
|
|
}
|