mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
logseq: select dark theme by default ig
This commit is contained in:
parent
976f67ee8a
commit
024b2002fd
1 changed files with 19 additions and 3 deletions
|
|
@ -2,11 +2,27 @@
|
|||
"theme": null,
|
||||
"themes": {
|
||||
"mode": "dark",
|
||||
"light": null,
|
||||
"dark": null
|
||||
"light": {
|
||||
"name": "Default Light Theme",
|
||||
"url": null,
|
||||
"description": "Logseq default light theme.",
|
||||
"mode": "light",
|
||||
"selected": false,
|
||||
"group-first": true,
|
||||
"group-desc": "light themes"
|
||||
},
|
||||
"dark": {
|
||||
"name": "Default Dark Theme",
|
||||
"url": null,
|
||||
"description": "Logseq default dark theme.",
|
||||
"mode": "dark",
|
||||
"selected": true,
|
||||
"group-first": true,
|
||||
"group-desc": "dark theme"
|
||||
}
|
||||
},
|
||||
"externals": [],
|
||||
"pinnedToolbarItems": [
|
||||
"logseq-journals-calendar:open-calendar"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue