-
Notifications
You must be signed in to change notification settings - Fork 0
/
basebuild.code-workspace
38 lines (38 loc) · 1.08 KB
/
basebuild.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
{
"folders": [
{
"name": "root",
"path": ".",
},
{
"name": "module",
"path": "src/apps/module",
},
// {
// "name": "demo",
// "path": "src/apps/demo",
// },
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#6200e3",
"activityBar.background": "#6200e3",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#df6000",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#6200e3",
"statusBar.background": "#4c00b0",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#6200e3",
"statusBarItem.remoteBackground": "#4c00b0",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#4c00b0",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#4c00b099",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#4c00b0"
}
}