moon-flavor
已验证moon-flavor · v1.1.0 · MIT · Web 界面
A moonlight-flavored Pi-style theme for DeepSeek Harness
安装
dsh plugin add moon-flavor 用 dsh --profile default --dump-config 确认 layer 已生效 —— 参见安装指南。
源码
发布到 npm 但没有公开仓库。安装前请检查包内容。
标签
作者
说明文档
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