Skip to content

Commit 36ff1c4

Browse files
committed
add .vscode folder to gitignore
1 parent a913de1 commit 36ff1c4

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ yarn-error.log*
3333
# typescript
3434
*.tsbuildinfo
3535
next-env.d.ts
36+
.vscode

.vscode/settings.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,25 @@
77
"**/.DS_Store": true,
88
"**/Thumbs.db": true
99
},
10-
"hide-files.files": []
10+
"hide-files.files": [],
11+
"workbench.colorCustomizations": {
12+
"activityBar.activeBackground": "#cabdec",
13+
"activityBar.background": "#cabdec",
14+
"activityBar.foreground": "#15202b",
15+
"activityBar.inactiveForeground": "#15202b99",
16+
"activityBarBadge.background": "#c66039",
17+
"activityBarBadge.foreground": "#e7e7e7",
18+
"commandCenter.border": "#15202b99",
19+
"sash.hoverBorder": "#cabdec",
20+
"statusBar.background": "#ab96e0",
21+
"statusBar.foreground": "#15202b",
22+
"statusBarItem.hoverBackground": "#8b6fd4",
23+
"statusBarItem.remoteBackground": "#ab96e0",
24+
"statusBarItem.remoteForeground": "#15202b",
25+
"titleBar.activeBackground": "#ab96e0",
26+
"titleBar.activeForeground": "#15202b",
27+
"titleBar.inactiveBackground": "#ab96e099",
28+
"titleBar.inactiveForeground": "#15202b99"
29+
},
30+
"peacock.color": "#544483"
1131
}

0 commit comments

Comments
 (0)