docs: add project spec and VS Code workspace
This commit is contained in:
29
docmost-sync.code-workspace
Normal file
29
docmost-sync.code-workspace
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user