-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhell-deck-gl.code-workspace
More file actions
27 lines (27 loc) · 1.19 KB
/
hell-deck-gl.code-workspace
File metadata and controls
27 lines (27 loc) · 1.19 KB
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
{
"folders": [
{
"path": "."
}
],
"settings": {
"typescript.referencesCodeLens.enabled": true,
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#7466D0",
"titleBar.activeForeground": "#15202b",
"activityBar.background": "#7466D0",
"activityBar.foreground": "#15202b",
"activityBar.activeBackground": "#7466D0",
"activityBar.activeBorder": "#00a1bf",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#00a1bf",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#7466D0",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#7466D0",
"titleBar.inactiveBackground": "#7466D0",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#accc00"
}
}