-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoto.code-workspace
More file actions
37 lines (37 loc) · 1.06 KB
/
foto.code-workspace
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ecf5c5",
"activityBar.background": "#ecf5c5",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#26b8d9",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#ecf5c5",
"sideBar.border": "#ecf5c5",
"statusBar.background": "#ddee99",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#cee76d",
"statusBarItem.remoteBackground": "#ddee99",
"statusBarItem.remoteForeground": "#15202b",
"tab.activeBorder": "#ecf5c5",
"titleBar.activeBackground": "#ddee99",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#ddee9999",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#de9",
"deno.enable": true,
"deno.lint": true,
"editor.formatOnSave": true,
"[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
}
}
}