{"id":13783344,"url":"https://github.com/Sansui233/logseq-bonofix-theme","last_synced_at":"2025-05-11T18:31:47.364Z","repository":{"id":41347834,"uuid":"369257534","full_name":"Sansui233/logseq-bonofix-theme","owner":"Sansui233","description":"A clean logseq theme focus on bujo and long time writing experience","archived":false,"fork":false,"pushed_at":"2024-04-05T13:45:10.000Z","size":10088,"stargazers_count":223,"open_issues_count":6,"forks_count":32,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-18T22:22:50.490Z","etag":null,"topics":["css","logseq","theme"],"latest_commit_sha":null,"homepage":"","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sansui233.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-20T15:37:05.000Z","updated_at":"2024-07-01T12:45:24.327Z","dependencies_parsed_at":"2024-01-15T22:44:26.527Z","dependency_job_id":"af7025e5-d019-4be7-bef9-c3472bffeaac","html_url":"https://github.com/Sansui233/logseq-bonofix-theme","commit_stats":null,"previous_names":[],"tags_count":83,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sansui233%2Flogseq-bonofix-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sansui233%2Flogseq-bonofix-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sansui233%2Flogseq-bonofix-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sansui233%2Flogseq-bonofix-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sansui233","download_url":"https://codeload.github.com/Sansui233/logseq-bonofix-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224713624,"owners_count":17357247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","logseq","theme"],"created_at":"2024-08-03T19:00:19.359Z","updated_at":"2024-11-17T19:31:45.588Z","avatar_url":"https://github.com/Sansui233.png","language":"SCSS","funding_links":[],"categories":["🎨 CSS Themes"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003elogseq-bonofix-theme\u003cbr\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#screenshots\"\u003e🌠 Screenshots\u003c/a\u003e\n   | \n  \u003ca href=\"#install\"\u003e📦 Install\u003c/a\u003e\n   | \n  \u003ca href=\"#whats-different\"\u003e✨ What's different\u003c/a\u003e\n   | \n  \u003ca href=\"#how-to-build\"\u003e🔨 How to build\u003c/a\u003e\n\u003c/p\u003e\n\n\nThis is a clean theme for [Logseq](https://github.com/logseq/logseq), focusing on bullet journal and long time writing experience.\n\n## Screenshots\n\nThe 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.\n\n![Desktop](./media/Desktop-2022-05-23.jpg)\n\nIt partially adapts to the custom accent color in logseq's settings. You can change the default accent(blue) color without obvious style breaking.\n\n## Install\n\nHere are two ways of installing theme in Logseq.\n\n### Install plugin\n\n\u003cimg src=\"./media/plugin.png\" alt=\"Tags\" width=\"450px\" /\u003e\n\n- Open Logseq → Plugins → Market Place, install **Bonofix Theme** plugin\n\n- Open Logseq → Themes, choose your theme\n\n### Install `custom.css`\n\n- General installation\n\n  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.\n\n- If you are always working online\n\n  Copy this one-line-installation into your logseq/custom.css file\n\n  ```css\n  @import url('https://cdn.jsdelivr.net/gh/sansui233/logseq-bonofix-theme/custom.css');\n  ```\n\n## What's different\n\n**Functional style**\n\n- Simple but functional colors\n\n- Make tippy window like responsive card instead of filling the screen and obscuring text. (Legacy bcz Logseq default theme has made it)\n\n- Wrap text in query table results to make it easier to read. Table remains to scroll if too many columns\n\n**Additional Styles**\n\n- Calender emoji before journal title  \n  \u003cimg src=\"./media/journal-title-emoji.png\" alt=\"Journal Title Emoji\" width=\"600px\" /\u003e\n\n- Round tags  \n  \u003cimg src=\"./media/tag-label.png\" alt=\"Tags\" width=\"300px\" /\u003e\n\n- Round checkbox \n\n## How to build\n\n1. Install [node](https://nodejs.org/)\n2. Clone repo  \n  ```shell\n  git clone https://github.com/Sansui233/logseq-bonofix-theme.git \u0026\u0026 cd logseq-bonofix-theme\n  ```\n3. Install dependencies  \n  ```shell\nnpm install\n  ```\n4. Run build  \n\n  ```shell\n  npm run build\n  ```\n\n## Thanks\n\n- [Logseq](https://github.com/logseq/logseq)\n- [logseq-bujo-theme](https://github.com/PiotrSss/logseq-bujo-theme) by PiotrSss\n- Dark mode of [Notion](https://notion.so)\n- All feedbacks from github issue, email and discord \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSansui233%2Flogseq-bonofix-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSansui233%2Flogseq-bonofix-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSansui233%2Flogseq-bonofix-theme/lists"}