ritual/ritual.code-workspace
2025-04-11 01:07:54 +03:00

27 lines
688 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"
}
}