-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.code-workspace
36 lines (36 loc) · 1.23 KB
/
blog.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"folders": [
{
"path": "."
}
],
"settings": {
"cSpell.words": ["consts", "Preact"],
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"eslint.codeActionsOnSave.rules": ["source.format", "source.fixAll"],
"typescript.inlayHints.parameterNames.enabled": "all",
"explorer.excludeGitIgnore": true,
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ab307e",
"activityBar.background": "#ab307e",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#25320e",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#ab307e",
"statusBar.background": "#832561",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#ab307e",
"statusBarItem.remoteBackground": "#832561",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#832561",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#83256199",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#832561",
"window.zoomLevel": 1.25
}
}