Files
auto-changelog-release-action/.vscode/settings.json
Max P. 53bad793eb style(vscode): customize activity bar and theme colors
- Add custom color settings for the activity bar to enhance UI
- Introduce a Peacock color for consistent theme customization
2025-06-14 18:35:49 +02:00

11 lines
375 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#eee5a7",
"activityBar.background": "#eee5a7",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#1fa090",
"activityBarBadge.foreground": "#e7e7e7"
},
"peacock.color": "#e6d97c"
}