orbisPlayground/.vscode/settings.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": "#eefe86",
"activityBar.background": "#eefe86",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#02a5be",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#eefe86",
"statusBar.background": "#e7fe53",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#e0fe20",
"statusBarItem.remoteBackground": "#e7fe53",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#e7fe53",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#e7fe5399",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#e7fe53",
"cSpell.words": [
"orbis",
"Orbis"
]
}