12345678910111213141516 |
- {
- "workbench.colorCustomizations": {
- "activityBar.background": "#2B1D74",
- "titleBar.activeBackground": "#3D28A3",
- "titleBar.activeForeground": "#FAF9FE"
- },
- "editor.formatOnSave": true,
- "files.exclude": {
- "**/.git": true,
- "**/.svn": true,
- "**/.hg": true,
- "**/CVS": true,
- "**/.DS_Store": true,
- "**/Thumbs.db": true
- }
- }
|