nexus/ws.code-workspace
2025-07-27 02:17:32 +03:00

24 lines
652 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#44a003",
"activityBar.background": "#44a003",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#0450bc",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#44a003",
"titleBar.activeBackground": "#2f6e02",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#2f6e0299",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#2f6e02"
}
}