All plugins

DSH / BUNDLE / CLIENT-UI

dsh-skin-material-you

v0.1.0-rc.2mtaech / dsh-material-youed551a54db

External Git bundleBundlesUI & client pluginsCommunity · Topic auto-analysisWeb UI
Open on GitHub
Runtime anatomy
HOSTCLIENTUITOOLDATAFLOW

Overview

dsh-skin-material-you

Material You (Material 3) skin for DeepSeek Harness: HCT tonal palette + Maple Mono NF CN typography

Community · Topic auto-analysis — Automatically discovered through the dsh-plugin GitHub Topic. Static checks verified a pinned public root bundle contract and committed files without executing third-party code. This is not a human review, security audit, runtime smoke test, publisher identity check, or official endorsement.

Install

Install this bundle from GitHub

The CLI validates the bundle, invokes native DSH, then reports completion.

npx dshpub add mtaech/dsh-material-you --ref ed551a54dbf7f666e96b85f650cf01870117aba1

Capabilities

What it contributes

HostCordis loadableNot inspected
Client / UIWeb UINot inspected
Model toolsNot inspectedNot inspected
Profile stateconditionalNot inspected

README / EN

Package documentation

一套遵循 Google Material You / Material 3 (M3) 设计规范的 DeepSeek Harness 皮肤。 配色由 Material Color Utilities 的 HCT 算法 从种子色推导成色调色板(tonal palette), 字体采用 Maple Mono NF CN(带 Nerd Font + 中文的等宽字体)。

LIMITATIONS

Known limitations

- **第三方主题是扩展点不是产品**:DSH 不校验覆盖是否完整;本皮肤已尽量覆盖全部 `--dsw-alias-*` 与 `--dsw-specific-*`,但若上游新增 token 需同步补。 - **只随包携带 Regular 字重**:Medium/Bold 走浏览器合成或系统字体回退(见 §4)。 - 若要更换种子色,改 `src/tokens.mjs` 里的调色板常量(或重新跑 HCT 生成器), 并同步 `src/palette.css`,再 `node build.mjs` 重新构建 `lib/client.js`。