-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp_reports.code-workspace
More file actions
33 lines (33 loc) · 955 Bytes
/
help_reports.code-workspace
File metadata and controls
33 lines (33 loc) · 955 Bytes
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
{
"folders": [
{
"name": "client",
"path": "client"
},
{
"name": "server",
"path": "server"
}
],
"settings": {
"workbench.colorCustomizations": {
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#5a3b47",
"statusBar.background": "#5a3b47",
"statusBar.debuggingBackground": "#3b5a4e",
"statusBar.debuggingForeground": "#e7e7e7",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#794f5f",
"statusBarItem.remoteBackground": "#5a3b47",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#5a3b47",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#5a3b4799",
"titleBar.inactiveForeground": "#e7e7e799",
"editorGroup.border": "#5a3b47",
"sideBar.border": "#5a3b47",
"tab.activeBorder": "#5a3b47"
},
"peacock.color": "#5a3b47"
}
}