dsh-skin-claude-code
Manifest valid★ 2Claude Code-inspired skin for the DeepSeek Harness web GUI
dsh-skin-claude-code
English | 中文
A Claude Code–inspired skin for the DeepSeek Harness web GUI.
It restyles the browser surface with Claude Code's signature look:
- Warm charcoal / warm cream surfaces instead of the stock cool grays
- Terracotta accent (
#D97757) for brand, focus, caret, links, and scrollbars - Monospace terminal typography (JetBrains Mono / ui-monospace fallback)
- Warm-tinted code blocks and
code/presurfaces
The skin stacks a token-override layer over whatever theme is active, so it adapts automatically to light, dark, and system preferences.
Preview
| Dark | Light |
|---|---|
![]() | ![]() |
Install
The package is a DSH bundle: its package.json declares dsh.bundle.patch,
so dsh plugin add installs it and auto-registers it as a profile layer.
No cordis.patch.yml editing is required.
npx @deepseek-ai/dsh plugin --profile web add dsh-skin-claude-code
To target a different profile, change --profile. A convenience wrapper also
ships in the repo:
./install.sh # optional profile name, defaults to "web"
Why no manual patch edit
dsh plugin add forwards to pnpm inside the profile, then reconciles the
profile's dsh.profile.bundles list: a dependency whose package.json
declares dsh.bundle.patch is appended to that list automatically. On boot,
the loader applies each bundle's own cordis.patch.yml (which inserts the
skin's row), so the plugin mounts with no manual composition edits.
Uninstall
npx @deepseek-ai/dsh plugin --profile web remove dsh-skin-claude-code
How it works
package.jsondeclares two things:dsh.bundle.patch→cordis.patch.yml, which inserts the plugin row;dsh.client(platform: web,injecton@deepseek-ai/dsh-client-ui-theme), which serves the browser half.
lib/index.jsis the no-op host half (client-only plugins still export a host entry so the composition loader can resolve the row).lib/client.jsregisters withwindow.__ModuleLoader__, then on activation:- calls
ctx.theme.overrideTokens("dsh-skin-claude-code", TOKENS)— a reversible token layer over the active theme, with light/dark values; - injects a
<style>element for the monospace/terminal chrome, owned by the Cordis fiber so stop/update/remove cleans it up.
- calls
No product DOM selectors are used — only the public --dsw-alias-* theme
tokens and generic elements — so the skin degrades safely across harness
updates.
Customize
Edit the TOKENS map and CSS template in lib/client.js, then republish (or
install from your clone). The files under lib/ are hand-written build
artifacts, so no bundler step is required to iterate.
License
Versions
| Latest version | Published | Size |
|---|---|---|
| 0.1.0 | — | — |
| 0.1.1 | — | — |
| 0.1.2 | — | — |
| 0.1.3 | — | — |
Comments
Loading…
From the same category
by omdsh-dev
开放的侧边栏底座,支持三方拓展注册新侧边栏页面。内置文件渲染编辑/终端/侧边对话/Git/子代理页面 | Open sidebar foundation, supports third-party extensions to register new sidebar pages. Built-in file rendering/editing, terminal, side chat, Git,
★ 3.7k
↓ 49.5k/wk
MIT
TypeScript
Sep 21, 2026
dsh plugin --profile web add dsh-better-sidebarby ccch1mneyyy
DSH 官方公众号收录的 TUI 补位插件:Claude Code 风,鲸鱼顶栏/实时状态/流式思考/双击 Esc 回滚/上下文进度+TPS。npm 一键装。 DSH official WeChat featured TUI plugin — Claude Code style: whale bar, live status, streaming thoughts, double-Esc rol
★ 3.1k
↓ 6.2k/wk
MIT
TypeScript
Sep 22, 2026
dsh plugin --profile web add @deepseek-harness-tui/dsh-tuiby MeteorNOX
DeepSeek Harness(DSH)一只住在 DSH 界面右下角的小鲸鱼娘,帮你盯着DeepSeek账户余额。QQ弹弹,支持拖拽吸附、左吸附翻转、数字滚动动画,随界面自动启用,建议直接喊来你的dsh安装
★ 2.9k
↓ 19.1k/wk
MIT
JavaScript
Sep 20, 2026
dsh plugin --profile web add dsh-whale-widgetby Devin-AXIS
DeepSeek Harness 可编辑设计系统:AI 生成、可视化编辑、模板市场与 PPT|Native Design & PPT Studio for DeepSeek Harness.
★ 1.4k
↓ 440/wk
NOASSERTION
JavaScript
Sep 4, 2026
dsh plugin --profile web add deepseek-idesignby omdsh-dev
GenUI for DeepSeek Harness: interactive UI components rendered inline in assistant replies via the dsh-ui fence — layout, charts, plots, forms, quizzes, mermaid, 3D scenes, and an action event loop ba
★ 471
↓ 5.1k/wk
MIT
TypeScript
Sep 22, 2026
dsh plugin --profile web add @changfenhuang/dsh-genuiby chenxiachan
Your thinking deserves a map: an infinite canvas where LLM conversations grow into an editable thought graph. Wires are the context.
★ 471
MIT
TypeScript
Sep 21, 2026

