1
0
This commit is contained in:
2025-07-19 20:47:48 -04:00
parent e37a6fec1f
commit a1be96ac2f
2 changed files with 17 additions and 0 deletions

17
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#a59de2",
"activityBar.background": "#a59de2",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#f8e8e6",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#a59de2",
"titleBar.activeBackground": "#8176d6",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#8176d699",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#8176d6"
}