-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost_it.code-workspace
More file actions
40 lines (40 loc) · 1.19 KB
/
post_it.code-workspace
File metadata and controls
40 lines (40 loc) · 1.19 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
37
38
39
40
{
"folders": [
{
"name": "🐈⬛ .github",
"path": ".github"
},
{
"name": "🌐 client",
"path": "client"
},
{
"name": "🌩️ server",
"path": "server"
}
],
"settings": {
"workbench.colorCustomizations": {
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#188014",
"statusBar.background": "#10540d",
"statusBar.debuggingBackground": "#510d54",
"statusBar.debuggingForeground": "#e7e7e7",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#188014",
"statusBarItem.remoteBackground": "#10540d",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#10540d",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#10540d99",
"titleBar.inactiveForeground": "#e7e7e799",
"activityBar.activeBackground": "#188014",
"activityBar.background": "#188014",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#1a1fa5",
"activityBarBadge.foreground": "#e7e7e7"
},
"peacock.color": "#10540d"
}
}