mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41: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,8 +2,24 @@
|
||||||
"theme": null,
|
"theme": null,
|
||||||
"themes": {
|
"themes": {
|
||||||
"mode": "dark",
|
"mode": "dark",
|
||||||
"light": null,
|
"light": {
|
||||||
"dark": null
|
"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": [],
|
"externals": [],
|
||||||
"pinnedToolbarItems": [
|
"pinnedToolbarItems": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue