orbisPlayground/.vscode/settings.json

38 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
"editor.tabSize": 2,
"editor.detectIndentation": false,
"search.exclude": {
"package-lock.json": true
},
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
2023-12-28 09:51:34 -06:00
"source.addMissingImports": "explicit",
"source.fixAll.eslint": "explicit"
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#fac8fb",
"activityBar.background": "#fac8fb",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#95920b",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#fac8fb",
"statusBar.background": "#f598f8",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#f068f5",
"statusBarItem.remoteBackground": "#f598f8",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#f598f8",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#f598f899",
"titleBar.inactiveForeground": "#15202b99"
2023-12-28 09:51:34 -06:00
},
"peacock.color": "#f598f8",
2023-12-28 09:51:34 -06:00
"cSpell.words": [
"orbis",
"Orbis"
]
}