all repos

dotfiles @ d5fdcf014a9fd8d17963843e63b5d2e3db6a4ead

i use rach linux btw
1 files changed, 12 insertions(+), 0 deletions(-)
logseq: add preferences.json
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-08-22 11:58:53 +0300
Parent: 5f5722a
A logseq/preferences.json
ยทยทยท
        
        1
        +{

      
        
        2
        +  "theme": null,

      
        
        3
        +  "themes": {

      
        
        4
        +    "mode": "dark",

      
        
        5
        +    "light": null,

      
        
        6
        +    "dark": null

      
        
        7
        +  },

      
        
        8
        +  "externals": [],

      
        
        9
        +  "pinnedToolbarItems": [

      
        
        10
        +    "logseq-journals-calendar:open-calendar"

      
        
        11
        +  ]

      
        
        12
        +}