stdword / logseq-bujo-theme

Logseq theme, inspired by Bullet Journals ☕️
https://logseq.com
MIT License
58 stars 7 forks source link
logseq logseq-themes

Bullet Journal theme for Logseq

[![](https://img.shields.io/badge/status-support-da8202)](https://github.com/stdword/logseq-bujo-theme/releases) [![Version](https://img.shields.io/github/v/release/stdword/logseq-bujo-theme?color=743b20)](https://github.com/stdword/logseq-bujo-theme/releases) [![Downloads](https://img.shields.io/github/downloads/stdword/logseq-bujo-theme/total.svg?color=a0522d)](https://github.com/stdword/logseq-bujo-theme?tab=readme-ov-file#from-logseq-recommended-way)

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:

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

How it looks

«Sepia», light theme

«Coffee», dark theme

«White», light theme

«Black», dark theme

Property icons

Installation

From Logseq (recommended way)

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

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?

#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?

#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