chore: add VSCode settings for color customizations and folder listener

This commit is contained in:
2025-05-21 02:57:32 +02:00
parent 0b720500e0
commit 6608f48840

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

@@ -0,0 +1,15 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#d48282",
"activityBar.background": "#d48282",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#b8e7b8",
"activityBarBadge.foreground": "#15202b"
},
"peacock.color": "#c75c5c",
"exportall.config.folderListener": [
"/src/utils",
"/src/types"
]
}