ritual/ws.code-workspace
2025-04-12 00:02:24 +03:00

28 lines
725 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"path": "../ritual-git"
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#fb94f8",
"activityBar.background": "#fb94f8",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#777b05",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#fb94f8",
"titleBar.activeBackground": "#f963f5",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#f963f599",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#f963f5",
"makefile.configureOnOpen": false
}
}