-
Notifications
You must be signed in to change notification settings - Fork 0
/
VIMA.code-workspace
29 lines (29 loc) · 940 Bytes
/
VIMA.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
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#5b958f",
"activityBar.background": "#5b958f",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#d8c4db",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#5b958f",
"statusBar.background": "#487571",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#5b958f",
"statusBarItem.remoteBackground": "#487571",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#487571",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#48757199",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#487571"
}
}