doc.silverstripe.org/.vscode/settings.json

18 lines
709 B
JSON
Raw Normal View History

2019-11-08 03:40:20 +01:00
{
"workbench.colorCustomizations": {
"activityBar.background": "#88d7ea",
2019-11-14 03:05:03 +01:00
"activityBar.activeBorder": "#de41bf",
2019-11-08 03:40:20 +01:00
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#de41bf",
"activityBarBadge.foreground": "#e7e7e7",
"titleBar.activeBackground": "#5dc9e2",
"titleBar.inactiveBackground": "#5dc9e299",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveForeground": "#15202b99",
"statusBar.background": "#5dc9e2",
"statusBarItem.hoverBackground": "#32bbda",
"statusBar.foreground": "#15202b"
},
"peacock.color": "#5dc9e2"
}