pagelab / logseq-bonofix-theme

A clean logseq theme focus on bujo and long time writing experience

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


logseq-bonofix-theme

🌠 Screenshots | 📦 Install | ✨ What's different | 🔨 How to build

This is a clean theme for Logseq, focusing on bullet journal and long time writing experience. Sometimes it fixes some UI bugs for Logseq.

Screenshots

The style is strongly inspired by logseq-bujo-theme and Notion. The code is mainly based on bujo theme, and you may find the style really notion-like.

Desktop

Install

Here are two ways of installing theme in Logseq.

Install plugin

Tags

  • Open Logseq → Plugins → Market Place, install Bonofix Theme plugin

  • Open Logseq → Themes, choose your theme

The theme installed via plugin is not compatible with your local custom.css. Only plugin theme works.

Install custom.css

  • General installation

    Copy the whole content of custom.css into your graphname/logseq/custom.css file.

  • If you are always working online

    Copy this one-line-installation into your logseq/custom.css file

    @import url('https://cdn.jsdelivr.net/gh/sansui233/logseq-bonofix-theme/custom.css')

What's different

Functional style

  • Simple but functional colors

  • Remove border-bottom for heading2, and make <hr> slim for title partition in blockbody.

  • Make tippy window like responsive card instead of filling the screen and obscuring text

Additional Styles

  • Calender emoji before journal title
    Journal Title Emoji

  • Rounded tags
    Tags

  • Round checkbox

How to build

  1. Install node
  2. Clone repo
git clone https://github.com/Sansui233/logseq-bonofix-theme.git && cd logseq-bonofix-theme
  1. Install sass
npm install
  1. Run build
npm run build

Thanks

About

A clean logseq theme focus on bujo and long time writing experience


Languages

Language:SCSS 100.0%