iv-d3js/.vscode/settings.json
2023-11-30 19:25:50 +01:00

22 lines
829 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#3ed6c6",
"activityBar.background": "#3ed6c6",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#c947d8",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#3ed6c6",
"statusBar.background": "#27baaa",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#1e9083",
"statusBarItem.remoteBackground": "#27baaa",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#27baaa",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#27baaa99",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#27baaa"
}