logseq: add preferences.json

This commit is contained in:
Smirnov Oleksandr 2024-08-22 11:58:53 +03:00
parent 5f5722aca1
commit d5fdcf014a

12
logseq/preferences.json Normal file
View file

@ -0,0 +1,12 @@
{
"theme": null,
"themes": {
"mode": "dark",
"light": null,
"dark": null
},
"externals": [],
"pinnedToolbarItems": [
"logseq-journals-calendar:open-calendar"
]
}