-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDroptop-Four-Website.code-workspace
More file actions
32 lines (31 loc) · 947 Bytes
/
Droptop-Four-Website.code-workspace
File metadata and controls
32 lines (31 loc) · 947 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
30
31
32
/** @format */
{
"folders": [
{
"path": ".",
},
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ff9999",
"activityBar.background": "#ff9999",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#008000",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#ff9999",
"statusBar.background": "#ff6666",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#ff3333",
"statusBarItem.remoteBackground": "#ff6666",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#ff6666",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#ff666699",
"titleBar.inactiveForeground": "#15202b99",
},
"peacock.color": "ff6666",
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
}