Chuyển đến nội dung chính

moon-flavor

Đã xác minh

moon-flavor · v1.1.0 · MIT · Giao diện web

A moonlight-flavored Pi-style theme for DeepSeek Harness

Cài đặt

dsh plugin add moon-flavor

Xác nhận layer đã áp bằng dsh --profile default --dump-config — xem hướng dẫn cài plugin.

Mã nguồn

Phát hành lên npm mà không có repository công khai. Hãy kiểm tra nội dung package trước khi cài.

Thẻ

Tác giả

Readme

moon-flavor

a moonlight-flavored Pi-style theme for DeepSeek Harness.

A theme plugin for the DeepSeek Harness web UI, recreating the pi.dev design language — moonstone-cream surfaces, serif italics, hazy-blue accents, sharp corners, and terminal-flavored motion.

Palette

Role Light Dark
Base #EBE7E4 moonstone cream #1B1A18 warm charcoal
Accent #6A9FCC hazy blue #7FB0D8
Ink #384251 blue-grey #E8E4DE

Install

One command (requires pnpm on PATH):

npx @deepseek-ai/dsh plugin add moon-flavor

moon-flavor declares dsh.bundle.patch, so dsh installs it and registers it as a profile layer automatically — no config to edit. Restart dsh web and hard-refresh (Cmd+Shift+R).

Manual install (no pnpm)

Drop the package into ~/.dsh/profiles/web/node_modules/, then add to ~/.dsh/profiles/web/cordis.patch.yml:

- insert:
    - id: moon-flavor
      name: 'moon-flavor'

Typefaces

The theme leans on Plantin (a serif with old-style character) for latin text, falling back through Georgia / Times New Roman, with Songti SC / SimSun for CJK so Chinese surfaces keep the same serif flavor.

Plantin is a commercial face and is not bundled. macOS ships it; other platforms fall back to Georgia (latin) and Songti/SimSun (CJK).

Compatibility

  • Built against @deepseek-ai/[email protected]
  • Stable across versions: the --dsw-alias-* / --dsw-static-* design tokens
  • Version-sensitive: hashed css-modules class names (.hHd-Xa_brand, .wSkVaW_root, …) may drift on dsh upgrades

License

MIT