idadzie / logseq-dev-theme

</> Logseq dev theme

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logseq Dev Theme

A theme inspired by Dev.to & Figma.

Working Demo

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

Usage

Marketplace

This theme and bullet threading are available in the Marketplace.

Using custom.css

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

Changelog

Credits

PiotrSss for his clean-themes

About

</> Logseq dev theme

https://knowledge-garden.vercel.app

License:MIT License


Languages

Language:CSS 51.0%Language:SCSS 47.8%Language:JavaScript 1.2%