Skip to content

Latest commit

 

History

History

logseq-bujo-themes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Logseq BuJo Themes

🎨 A gorgeous BuJo Theme ☕️

API

Append logseq#themes schema in package.json

{
  "logseq": {
    "themes": [
      {
        "name": "light-sepia",
        "url": "./light-sepia.css",
        "description": "Such a beautiful lighten theme 🔆",
        "mode": "light"
      },
      {
        "name": "dark-coffee",
        "url": "./dark-coffee.css",
        "description": "Such a beautiful darken theme ☕️",
        "mode": "dark"
      }
    ]
  }
}

Running the Sample

  • Just Load unpacked plugin in Logseq Desktop client.

Links