-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdomd.code-workspace
46 lines (46 loc) · 1.16 KB
/
domd.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
{
"folders": [
{
"path": "."
},
{
"path": "cli"
},
{
"path": "frontend"
},
{
"path": "packages/do.md"
},
{
"path": "packages/do.md-archive"
},
{
"path": "packages/doast"
},
{
"path": "packages/doast-archive"
}
],
"settings": {
"prettier.prettierPath": "../../node_modules/prettier",
"typescript.preferences.importModuleSpecifier": "relative",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#eb5525",
"activityBar.activeBorder": "#15ea49",
"activityBar.background": "#eb5525",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#15ea49",
"activityBarBadge.foreground": "#15202b",
"statusBar.background": "#ca3f13",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#eb5525",
"titleBar.activeBackground": "#ca3f13",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#ca3f1399",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#ca3f13"
}
}