Home

Awesome

<h1> <img align="top" width="40px" src="https://raw.githubusercontent.com/stdword/logseq-bujo-theme/main/assets/icon.png"/> Bullet Journal theme for Logseq <a href="https://www.buymeacoffee.com/stdword"> <img align="right" src="https://github.com/stdword/logseq13-full-house-plugin/blob/main/assets/coffee.png?raw=true" height="30px"/> </a> </h1> <div align="left">

Version Downloads

</div>

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 and < Logseq DB (which won't be supported, at least at first 😢)

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

<img width="516" alt="CleanShot 2024-03-03 at 04 13 37@2x" src="https://github.com/stdword/logseq-bujo-theme/assets/1984175/09a286d4-87d0-4a46-9364-631ddb0b2f64">

How it looks

«Sepia», light theme

<img width="100%" src="https://raw.githubusercontent.com/stdword/logseq-bujo-theme/main/assets/light-sepia.png"/>

«Coffee», dark theme

<img width="100%" src="https://raw.githubusercontent.com/stdword/logseq-bujo-theme/main/assets/dark-coffee.png"/>

«White», light theme

<img width="100%" src="https://raw.githubusercontent.com/stdword/logseq-bujo-theme/main/assets/light-white.png"/>

«Black», dark theme

<img width="100%" src="https://raw.githubusercontent.com/stdword/logseq-bujo-theme/main/assets/dark-black.png"/>

Property icons

<img width="700px" src="https://github.com/stdword/logseq-bujo-theme/assets/1984175/e1c34367-5349-4559-afa4-68db922bd0be"/>

Installation

From Logseq (recommended way)

<img src="https://raw.githubusercontent.com/stdword/logseq-bujo-theme/main/assets/marketplace1.png" width="403px" /> <img src="https://raw.githubusercontent.com/stdword/logseq-bujo-theme/main/assets/marketplace2.png" width="403px" />

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

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

<p align="left"> <a href="https://www.buymeacoffee.com/stdword" target="_blank"> <img src="https://github.com/stdword/logseq-bujo-theme/blob/main/assets/coffee.png?raw=true" alt="Buy Me A Coffee" height="60px" /> </a> </p>

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: <br/> 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?

<img width="200px" src="https://github.com/stdword/logseq-bujo-theme/assets/1984175/7d79781f-642f-4dca-bf4b-1356823faa8d"/>
#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?

<img width="200px" src="https://github.com/stdword/logseq-bujo-theme/assets/1984175/96679a60-4b88-44f3-a4b3-4f24e4d821fc"/>
#app-container {
  background-position: -2.5px 0px;
  background-size: 30px 30px;
}

How to turn off property icons?

.page-property-key::before {
  display: none;
}

Integrated with plugins:

Credits