Install
Inside DeepSeek Harness, with dsh-market
dsh plugin --profile web add dshmarket
Or from the command line
dsh plugin --profile web add claude-style-skin
Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.
README
An Anthropic warm-editorial skin for the DeepSeek Harness Web GUI, distilled from anthropic.com: an ivory / warm-black canvas, a single clay ember accent, serif display headlines + sans UI + mono labels, hairline borders and pill CTAs, following the native light/dark theme.

Highlights
- Ivory
#FAF9F5(light) / warm-black#141413(dark) canvas, all-warm grays - One clay ember accent
#D97757, deepening to#C6613Fon hover; accent reserved for CTA / links / focus (<10%) - Serif display + sans UI + mono labels — a three-face editorial hierarchy
- Warm hairline borders, 8px radii, full pill CTAs
- Editorial markdown: serif headings, serif italics for emphasis, clay-edged blockquotes, inline-code chips, horizontal-rule tables
- A clean brand area: whale + wordmark float on the canvas, no badge, no backing pill
- Light / dark themes, following the system

Install
dsh plugin --profile web add TaiyakiOffical/claude-style-skin # GitHub source
# or, if published to npm
dsh plugin --profile web add claude-style-skin # npm source (market prefers)
Then restart dsh web and refresh the page.
Mutual exclusion
Only one skin is active at a time. Add disabled: true to the insert row of any other skin in the profile's cordis.patch.yml, or switch via dsh-market / dsh-skin-manager:
# ~/.dsh/profiles/web/cordis.patch.yml
- id: ui-skin-claude-style
name: claude-style-skin
Uninstall
- Remove the
ui-skin-claude-styleinsert row from the profile'scordis.patch.yml dsh plugin --profile web remove claude-style-skin- Restart
dsh web
License
MIT