Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 837 Bytes

File metadata and controls

30 lines (23 loc) · 837 Bytes

zed-alpental-theme

Minimal Zed theme focused on typography.

Alpental light

Alpental dark

Prerequisites

  • Install the veneer-theme CLI used to build the theme assets:
    cargo install --git https://github.com/ascarter/veneer-theme
  • Install just for running the task recipes:
    brew install just

Build

  • Generate the compiled theme files:
    just build

The output ends up in themes/ and can be linked or copied into your Zed config.

The theme can be installed as an extension in Zed.

Justfile tasks

  • just build (default): Create themes/alpental.json from src/alpental.json.tera using veneer.
  • just clean: Remove the generated themes/ directory.