moon-flavor
Verifiedmoon-flavor Β· v1.1.0 Β· MIT Β· Web UI
A moonlight-flavored Pi-style theme for DeepSeek Harness
Install
dsh plugin add moon-flavor Confirm the layer applied with dsh --profile default --dump-config β see the install guide.
Source
Published to npm without a public repository. Inspect the package contents before installing.
Tags
Creators
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