Skip to content

</> Logseq dev theme

License

Notifications You must be signed in to change notification settings

Hkmu/logseq-dev-theme

 
 

Repository files navigation

Logseq Dev Theme

A theme inspired by Dev.to & Figma.

Working Demo

https://knowledge-garden.vercel.app/

Usage

The easiest way to adopt this theme is to use jsDelivr CDN by adding the following line to your custom.css. You can also change the @main part to use the latest version.

/* This must be the first line of the custom.css with other import rules */
@import url("https://cdn.jsdelivr.net/gh/pengx17/logseq-dev-theme@main/custom.css");

/* You can also add other styles below to override the default theme values */

Alternatively, you can download this repo and load it as a Logseq Theme Plugin.

Only use bullet threading styles

Since version 1.20.0, you can opt in with the only the bullet threading css, which is bullet_threading.css. To change the color and width, set the following variables in custom.css:

@import url("https://cdn.jsdelivr.net/gh/pengx17/logseq-dev-theme@main/bullet_threading.css");

:root {
  --ls-block-bullet-active-color: your-favorite-color;
  --ls-block-bullet-threading-width: 2px;
}

Caveats

If your theme defines border colors for the children-block, the bullet threading css may not work as expected.

Why not a standalone plugin?

To make it more accessible & portable for both Web and desktop.

Demo (might be outdated)

demo

demo.mp4

Credits

PiotrSss for his clean-themes

About

</> Logseq dev theme

https://knowledge-garden.vercel.app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 50.7%
  • SCSS 48.0%
  • JavaScript 1.3%