yaap/.vscode/settings.json

10 lines
No EOL
247 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.background": "#322C2D",
"titleBar.activeBackground": "#463E3F",
"titleBar.activeForeground": "#FAFAFA"
},
"[odin]": {
"editor.formatOnSave": true
}
}