Last active
October 23, 2022 01:10
-
-
Save rw3iss/dadf04001665f6322f53cfc3e53ba37b to your computer and use it in GitHub Desktop.
new_workspace_defaults.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"folders": [ | |
{ | |
"name": "docs", | |
"path": "_docs" | |
}, | |
{ | |
"name": "api", | |
"path": "api" | |
}, | |
{ | |
"name": "app", | |
"path": "app" | |
} | |
], | |
"settings": { | |
"files.exclude": { | |
"**/.git": true, | |
"**/.svn": true, | |
"**/.hg": true, | |
"**/CVS": true, | |
"**/.DS_Store": true, | |
"**/Thumbs.db": true, | |
"**/.env.gcp": true, | |
"**/.env.production": true, | |
"**/.env.development": true, | |
"**/.env.staging": true, | |
"**/.firebaserc": true, | |
"**/firebase.json": true, | |
"**/nodemon.json": true, | |
"**/npm-shinkwrap-original.json": true, | |
"**/package-lock.json": true, | |
"**/README.md": true, | |
"**/.vscode": true, | |
"**/build": true, | |
"**/dist": true, | |
"**/node_modules": true, | |
"**/nest-cli.json": true, | |
"**/requirements.txt": true, | |
"**/Procfile": true, | |
"**/tsconfig.build.json": true, | |
"**/.env.heroku": true, | |
"**/venv": true, | |
"**/.firebase": true, | |
"**/.github": true, | |
"**/.gitignore": true, | |
"**/.prettierrc": true, | |
"**/static.json": true, | |
"**/nodemon-html.json": true, | |
"**/.eslintrc": true, | |
"**/.eslintrc.js": true, | |
"**/docker-compose.yaml": true, | |
"**/Dockerfile": true, | |
"**/.gitattributes": true, | |
"**/cloudbuild.yaml": true, | |
"**/tsconfig.build.tsbuildinfo": true | |
}, | |
"workbench.colorTheme": "Dark Space Theme", | |
"workbench.colorCustomizations": { | |
"activityBar.activeBackground": "#138d56", | |
"activityBar.background": "#38d18c", | |
"activityBar.foreground": "#15202b", | |
"activityBar.inactiveForeground": "#15202b99", | |
"activityBarBadge.background": "#945bc4", | |
"activityBarBadge.foreground": "#e7e7e7", | |
"commandCenter.border": "#15202b99", | |
"sash.hoverBorder": "#38d18c", | |
"statusBar.background": "#42b883", | |
"statusBar.foreground": "#15202b", | |
"statusBarItem.hoverBackground": "#359268", | |
"statusBarItem.remoteBackground": "#42b883", | |
"statusBarItem.remoteForeground": "#15202b", | |
"titleBar.activeBackground": "#42b883", | |
"titleBar.activeForeground": "#15202b", | |
"titleBar.inactiveBackground": "#42b88399", | |
"titleBar.inactiveForeground": "#15202b99" | |
}, | |
"peacock.color": "#42b883" | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment