notes

Slatewave for Logseq

A Slatewave-tuned Logseq outliner, dark-only with the full palette.

Stars
★ 2
Latest release
0.0.4 · last month
Last commit
3 weeks ago

Slatewave Preview

tags:: #slatewave #preview

Tasks

TODO Ship Slatewave site Phase 5
DOING Wire the Logseq theme preview
DONE Publish ghostty-slatewave
WAITING on feedback for iTerm2 cursor-guide

Today

Heading cascade — H1–H3 teal-300, H4 teal-200, H5 sky-300, H6 purple.
Nested items keep the same rose marker.
…even three levels deep.
External links sit in sky .
Block refs use ((dashed-sky-underline)).
Tags travel inline: #slatewave #theme #demo.
ts
// slatewave/palette.ts
export const accent = '#5eead4';   // teal-300, the primary signal
export const error  = '#fb7185';   // rose-400

About this theme

A dark Logseq theme written against the --ls-* CSS variable API — headings, bullets, block refs, tags, task markers, and code blocks all mapped to the Slatewave palette for continuity with the editor and terminal.

Slatewave for Logseq is built on the --ls-* variable API rather than overriding upstream theme rules, so upgrades stay clean. The theme maps headings in a teal cascade (H1–H3 teal-300, H4 teal-200, H5 sky-300, H6 purple), uses rose markers for bullets, and tunes task markers (TODO, DOING, DONE, WAITING) to their semantic colors.

Dark mode only — same convention as every other Slatewave theme.

A listing in the Logseq Marketplace is in flight; until then, the clone path above is the install.

Install

Don't have the CLI yet? Install the Slatewave CLI →

  • Slatewave CLI

    Install with the Slatewave family CLI — one command, every theme.

    slatewave install logseq
  • Clone

    Clone the repo and load it as an unpacked plugin.

    1. git clone https://github.com/kevinlangleyjr/logseq-slatewave ~/logseq-plugins/logseq-slatewave
    2. In Logseq, open ⋯ → Plugins → Load unpacked plugin and select the cloned folder
    3. Open Settings → Themes and pick **Slatewave Dark**