-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathten-hands.code-workspace
30 lines (30 loc) · 998 Bytes
/
ten-hands.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
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#0d794f",
"activityBar.activeBorder": "#cb8cf3",
"activityBar.background": "#0d794f",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#cb8cf3",
"activityBarBadge.foreground": "#15202b",
"statusBar.background": "#084b31",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#0d794f",
"titleBar.activeBackground": "#084b31",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#084b3199",
"titleBar.inactiveForeground": "#e7e7e799",
"sash.hoverBorder": "#0d794f",
"statusBarItem.remoteBackground": "#084b31",
"statusBarItem.remoteForeground": "#e7e7e7"
},
"peacock.color": "#084b31",
"typescript.tsdk": "node_modules\\typescript\\lib"
}
}