Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sansui233/logseq-bonofix-theme
A clean logseq theme focus on bujo and long time writing experience
https://github.com/Sansui233/logseq-bonofix-theme
css logseq theme
Last synced: 3 months ago
JSON representation
A clean logseq theme focus on bujo and long time writing experience
- Host: GitHub
- URL: https://github.com/Sansui233/logseq-bonofix-theme
- Owner: Sansui233
- Created: 2021-05-20T15:37:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T13:45:10.000Z (7 months ago)
- Last Synced: 2024-05-18T22:22:50.490Z (6 months ago)
- Topics: css, logseq, theme
- Language: SCSS
- Homepage:
- Size: 9.62 MB
- Stars: 223
- Watchers: 4
- Forks: 32
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-logseq - logseq-bonofix-theme
README
logseq-bonofix-theme
🌠Screenshots
|
📦 Install
|
✨ What's different
|
🔨 How to buildThis is a clean theme for [Logseq](https://github.com/logseq/logseq), focusing on bullet journal and long time writing experience.
## Screenshots
The style is strongly inspired by [logseq-bujo-theme](https://github.com/PiotrSss/logseq-bujo-theme ) and [Notion](https://notion.so). The code is mainly based on bujo theme, and you may find the style really notion-like.
![Desktop](./media/Desktop-2022-05-23.jpg)
It partially adapts to the custom accent color in logseq's settings. You can change the default accent(blue) color without obvious style breaking.
## Install
Here are two ways of installing theme in Logseq.
### Install plugin
- Open Logseq → Plugins → Market Place, install **Bonofix Theme** plugin
- Open Logseq → Themes, choose your theme
### Install `custom.css`
- General installation
Copy the whole content of [custom.css](https://raw.githubusercontent.com/Sansui233/logseq-bonofix-theme/master/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
```css
@import url('https://cdn.jsdelivr.net/gh/sansui233/logseq-bonofix-theme/custom.css');
```## What's different
**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
## How to build
1. Install [node](https://nodejs.org/)
2. Clone repo
```shell
git clone https://github.com/Sansui233/logseq-bonofix-theme.git && cd logseq-bonofix-theme
```
3. Install dependencies
```shell
npm install
```
4. Run build```shell
npm run build
```## Thanks
- [Logseq](https://github.com/logseq/logseq)
- [logseq-bujo-theme](https://github.com/PiotrSss/logseq-bujo-theme) by PiotrSss
- Dark mode of [Notion](https://notion.so)
- All feedbacks from github issue, email and discord