-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkspace.code-workspace
51 lines (51 loc) · 1.32 KB
/
workspace.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"folders": [
{
"path": "."
},
{
"path": "../meteor-packages/sdui-backend"
},
{
"path": "../meteor-packages/sdui-table"
},
{
"path": "../meteor-packages/sdui-queryeditor"
},
{
"path": "../meteor-packages/sdui-forms"
},
{
"path": "../meteor-packages/sdui-rolechecks"
},
{
"path": "../meteor-packages/sdui-contenteditor"
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ffd700",
"activityBar.activeBorder": "#009f86",
"activityBar.background": "#ffd700",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#009f86",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#ccac00",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#998100",
"titleBar.activeBackground": "#ccac00",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#ccac0099",
"titleBar.inactiveForeground": "#15202b99",
"editorGroup.border": "#ffd700",
"panel.border": "#ffd700",
"sash.hoverBorder": "#ffd700",
"sideBar.border": "#ffd700",
"statusBarItem.remoteBackground": "#ccac00",
"statusBarItem.remoteForeground": "#15202b"
},
"peacock.color": "#ccac00",
"js/ts.implicitProjectConfig.checkJs": true
}
}