Skip to content

Commit 213f35b

Browse files
committed
feat: Merge branch develop
1 parent 40a6118 commit 213f35b

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

.vscode/settings.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"workbench.colorCustomizations": {
3-
"activityBar.activeBackground": "#fbed80",
4-
"activityBar.background": "#fbed80",
5-
"activityBar.foreground": "#15202b",
6-
"activityBar.inactiveForeground": "#15202b99",
7-
"activityBarBadge.background": "#06b9a5",
8-
"activityBarBadge.foreground": "#15202b",
9-
"commandCenter.border": "#15202b99",
10-
"sash.hoverBorder": "#fbed80",
11-
"statusBar.background": "#f9e64f",
12-
"statusBar.foreground": "#15202b",
13-
"statusBarItem.hoverBackground": "#f7df1e",
14-
"statusBarItem.remoteBackground": "#f9e64f",
15-
"statusBarItem.remoteForeground": "#15202b",
16-
"titleBar.activeBackground": "#f9e64f",
17-
"titleBar.activeForeground": "#15202b",
18-
"titleBar.inactiveBackground": "#f9e64f99",
19-
"titleBar.inactiveForeground": "#15202b99"
20-
},
21-
"peacock.color": "#f9e64f",
22-
"editor.formatOnSave": true,
23-
"editor.defaultFormatter": "esbenp.prettier-vscode",
24-
"editor.codeActionsOnSave": {
25-
"source.fixAll.eslint": "explicit"
26-
},
27-
"[typescript]": {
28-
"editor.defaultFormatter": "esbenp.prettier-vscode"
29-
},
30-
"[html]": {
31-
"editor.defaultFormatter": "esbenp.prettier-vscode"
32-
}
33-
}
2+
"workbench.colorCustomizations": {
3+
"activityBar.activeBackground": "#fbed80",
4+
"activityBar.background": "#fbed80",
5+
"activityBar.foreground": "#15202b",
6+
"activityBar.inactiveForeground": "#15202b99",
7+
"activityBarBadge.background": "#06b9a5",
8+
"activityBarBadge.foreground": "#15202b",
9+
"commandCenter.border": "#15202b99",
10+
"sash.hoverBorder": "#fbed80",
11+
"statusBar.background": "#f9e64f",
12+
"statusBar.foreground": "#15202b",
13+
"statusBarItem.hoverBackground": "#f7df1e",
14+
"statusBarItem.remoteBackground": "#f9e64f",
15+
"statusBarItem.remoteForeground": "#15202b",
16+
"titleBar.activeBackground": "#f9e64f",
17+
"titleBar.activeForeground": "#15202b",
18+
"titleBar.inactiveBackground": "#f9e64f99",
19+
"titleBar.inactiveForeground": "#15202b99"
20+
},
21+
"peacock.color": "#f9e64f",
22+
"editor.formatOnSave": true,
23+
"editor.defaultFormatter": "esbenp.prettier-vscode",
24+
"editor.codeActionsOnSave": {
25+
"source.fixAll.eslint": "explicit"
26+
},
27+
"[typescript]": {
28+
"editor.defaultFormatter": "esbenp.prettier-vscode"
29+
},
30+
"[html]": {
31+
"editor.defaultFormatter": "esbenp.prettier-vscode"
32+
}
33+
}

0 commit comments

Comments
 (0)