1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2025-02-22 06:09:51 -06:00
dotfiles/logseq/preferences.json

29 lines
726 B
JSON
Raw Normal View History

2023-01-26 22:45:42 -06:00
{
"theme": {
"name": "Dev theme",
"url": "assets:///home/kaan/.logseq/plugins/logseq-dev-theme/custom.css",
"pid": "logseq-dev-theme"
},
"themes": {
"mode": "dark",
"light": {
"name": "Default Light Theme",
"url": null,
"description": "Logseq default light theme.",
"mode": "light",
"selected": true,
"group-first": true,
"group-desc": "light themes"
},
"dark": {
"name": "Dev theme",
"url": "assets:///home/kaan/.logseq/plugins/logseq-dev-theme/custom.css",
"pid": "logseq-dev-theme",
"group-first": true,
"group-desc": "light & dark themes",
"mode": "dark",
"selected": false
}
},
"externals": []
}