🌠Screenshots | 📦 Install | ✨ What's different | 🔨 How to build
This is a clean theme for Logseq, focusing on bullet journal and long time writing experience.
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.
It partially adapts to the custom accent color in logseq's settings. You can change the default accent(blue) color without obvious style breaking.
Here are two ways of installing theme in Logseq.
Open Logseq → Plugins → Market Place, install Bonofix Theme plugin
Open Logseq → Themes, choose your theme
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');
Functional style
Simple but functional colors
Make tippy window like responsive card instead of filling the screen and obscuring text. (Legacy bcz Logseq default theme has made it)
Wrap text in query table results to make it easier to read. Table remains to scroll if too many columns
Additional Styles
Calender emoji before journal title
Round tags
Round checkbox
git clone https://github.com/Sansui233/logseq-bonofix-theme.git && cd logseq-bonofix-theme
npm install
Run build
npm run build