-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtower_2.code-workspace
More file actions
34 lines (34 loc) · 1 KB
/
tower_2.code-workspace
File metadata and controls
34 lines (34 loc) · 1 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
28
29
30
31
32
33
34
{
"folders": [
{
"name": "client",
"path": "client"
},
{
"name": "server",
"path": "server"
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#e7c6dc",
"activityBar.background": "#e7c6dc",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#6d8739",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#e7c6dc",
"statusBar.background": "#d8a2c6",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#c97eb0",
"statusBarItem.remoteBackground": "#d8a2c6",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#d8a2c6",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#d8a2c699",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#d8a2c6"
}
}