Skip to content

stdword/logseq-bujo-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bullet Journals theme for Logseq

Version Downloads

A theme for logseq.com, inspired by Bullet Journals.

⚠️ This is the repository for themes redesigning and adaptation to new versions of Logseq. See Credits section for info about original author of all themes.

❗️ Required Logseq version ≥ 0.9.11

‼️ Logseq accent color is not supported and should be disabled:

CleanShot 2024-03-03 at 04 13 37@2x

How it looks

Light

Sepia

White

Dark

Coffee

Black

Property icons

Installation

From Logseq (recommended way)

  • Click «...» and open the «Plugins» section (or press t p)
  • Click on the «Marketplace»
  • Select the «Themes» tab
  • Search for «BuJo themes» and click install

  • Close «Marketplace» and open «...» → «Themes» (or press t i) to bring up the theme selection window
  • Select one with «BuJo» prefix
  • To switch between Light and Dark themes press t t

Manual way (in case of any troubles with recommended way)

  • Download the latest theme release in a raw .zip archive from here and unzip it
  • Enable «Developer mode» in «...» → Settings → Advanced
  • Go to the «...» → Plugins, click «Load unpacked plugin» and point to the unzipped theme
  • Enjoy the nice colors and work experience :)
  • The only point here is: every new theme release should be also updated manually

If you ❤️ what I'm doing — consider to support my work

Buy Me A Coffee

FAQ

How to use themes on mobile devices?

  1. In mobile Logseq: tap «...» and open the «Settings»
  2. Tap «Edit custom.css»
  3. Insert this code to the top of custom.css:
    Coffee:
    @import url("https://raw.githack.com/stdword/logseq-bujo-theme/main/src/base.css");
    @import url("https://raw.githack.com/stdword/logseq-bujo-theme/main/src/dark-coffee.css");
    Black:
    @import url("https://raw.githack.com/stdword/logseq-bujo-theme/main/src/base.css");
    @import url("https://raw.githack.com/stdword/logseq-bujo-theme/main/src/dark-black.css");
    Sepia:
    @import url("https://raw.githack.com/stdword/logseq-bujo-theme/main/src/base.css");
    @import url("https://raw.githack.com/stdword/logseq-bujo-theme/main/src/light-sepia.css");
    White:
    @import url("https://raw.githack.com/stdword/logseq-bujo-theme/main/src/base.css");
    @import url("https://raw.githack.com/stdword/logseq-bujo-theme/main/src/light-white.css");
  4. Ensure Settings → General → Theme is Light for White and Sepia themes OR is Dark for Coffee and Black themes.

How to disable dots in the background?

  • In Logseq: click «...» and open the «Settings» section (or press t s)
  • Click «Edit custom.css»
  • Add following lines to the end
#app-container {
  background-image: none !important;
}

Where are #.columns & #.columns-fit, #.border & #.border-child?

These views was moved to Missing Commands & Views plugin to be theme-independent.

How to align dots in the background with distance between bullets of the adjacent levels?

  • In Logseq: click «...» and open the «Settings» section (or press t s)
  • Click «Edit custom.css»
  • Add following lines to the end
#app-container {
  background-position: -2.5px 0px;
  background-size: 30px 30px;
}

How to turn off property icons?

  • In Logseq: click «...» and open the «Settings» section (or press t s)
  • Click «Edit custom.css»
  • Add following lines to the end
.page-property-key::before {
  display: none;
}

Integrated with plugins:

Credits

About

Logseq theme, inspired by Bullet Journals ☕️

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Languages

  • CSS 100.0%