ec/Adaptation/.vscode/settings.json
2022-11-22 12:27:20 -07:00

24 lines
979 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#d791c9",
"activityBar.activeBorder": "#e8eed0",
"activityBar.background": "#d791c9",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#e8eed0",
"activityBarBadge.foreground": "#15202b",
"sash.hoverBorder": "#d791c9",
"statusBar.background": "#ca6bb7",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#bd45a5",
"statusBarItem.remoteBackground": "#ca6bb7",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#ca6bb7",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#ca6bb799",
"titleBar.inactiveForeground": "#15202b99",
"commandCenter.border": "#15202b99"
},
"peacock.color": "#ca6bb7",
"cSpell.enabled": false
}