-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost_it.code-workspace
More file actions
36 lines (36 loc) · 1.1 KB
/
post_it.code-workspace
File metadata and controls
36 lines (36 loc) · 1.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
35
36
{
"folders": [
{
"name": "client",
"path": "client"
},
{
"name": "server",
"path": "server"
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#07564d",
"activityBar.background": "#07564d",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#d313ec",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#07564d",
"statusBar.background": "#032723",
"statusBar.debuggingBackground": "#270307",
"statusBar.debuggingForeground": "#e7e7e7",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#07564d",
"statusBarItem.remoteBackground": "#032723",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#032723",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#03272399",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#032723"
}
}