Files
docmost-sync/docmost-sync.code-workspace
2026-06-16 18:30:04 +03:00

29 lines
871 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#7236ce",
"activityBar.background": "#7236ce",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#d3814c",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#7236ce",
"titleBar.activeBackground": "#5b29a8",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#5b29a899",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#5b29a8",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#7236ce",
"statusBarItem.remoteBackground": "#5b29a8",
"statusBarItem.remoteForeground": "#e7e7e7"
},
"peacock.color": "#5b29a8"
}
}