Skip to content
dsh-market Browse plugins GitHub 中文

TaiyakiOffical/claude-style-skin

Claude-style warm-editorial skin for the DSH web GUI — ivory/warm-black canvas, a clay ember accent, serif display + sans UI + mono labels, hairline borders and pill CTAs, light/dark themes.

Stars ★ 0 Category Themes & Appearance Listed 2026-08-25 npm claude-style-skin

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.

light

Highlights

  • Ivory #FAF9F5 (light) / warm-black #141413 (dark) canvas, all-warm grays
  • One clay ember accent #D97757, deepening to #C6613F on 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

dark

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

  1. Remove the ui-skin-claude-style insert row from the profile's cordis.patch.yml
  2. dsh plugin --profile web remove claude-style-skin
  3. Restart dsh web

License

MIT

Content from the project README on GitHub ↗