-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtinta.code-workspace
More file actions
29 lines (29 loc) · 871 Bytes
/
Copy pathtinta.code-workspace
File metadata and controls
29 lines (29 loc) · 871 Bytes
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": "#d1e0d0",
"activityBar.background": "#d1e0d0",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#8c8eb3",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#d1e0d0",
"statusBar.background": "#b3ccb1",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#95b892",
"statusBarItem.remoteBackground": "#b3ccb1",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#b3ccb1",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#b3ccb199",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#b3ccb1"
}
}