-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost_it_sharp.code-workspace
More file actions
36 lines (36 loc) · 1.1 KB
/
post_it_sharp.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": "#fab23b",
"activityBar.background": "#fab23b",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#037c4f",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#fab23b",
"statusBar.background": "#f99e09",
"statusBar.debuggingBackground": "#0964f9",
"statusBar.debuggingForeground": "#e7e7e7",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#ca7f05",
"statusBarItem.remoteBackground": "#f99e09",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#f99e09",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#f99e0999",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#f99e09"
}
}