-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
24 lines (24 loc) · 878 Bytes
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#b5eec1",
"activityBar.background": "#b5eec1",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#927de1",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#b5eec1",
"statusBar.background": "#8ce49f",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#63da7c",
"statusBarItem.remoteBackground": "#8ce49f",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#8ce49f",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#8ce49f99",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#8ce49f",
"deno.enable": true,
"deno.unstable": true
}