편집자 노트

主题中心

The menu lists every built-in theme — light and dark are grouped, and clicking a card switches the interface instantly (your choice survives restarts):

이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.

업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.

dsh-theme-center logo

dsh-theme-center

English | 中文

npm version License: MIT CI Awesome DSH Plugin

The theme center inside DeepSeek Harness — a curated gallery of built-in themes (light and dark grouped), one-click switching, a custom-image wallpaper with a crop/tint editor, and import/export of user-authored dsh-theme files. Open Settings → 主题 / Themes:

Theme gallery

The menu lists every built-in theme — light and dark are grouped, and clicking a card switches the interface instantly (your choice survives restarts):

Theme menu

Install

Published on npm — one command:

dsh plugin --profile web add dsh-theme-center

Restart dsh web, then open Settings → 主题 / Themes.

Uninstall

dsh plugin --profile web remove dsh-theme-center

Install from GitHub (no npm)

The same plugin can be added straight from the repository:

dsh plugin --profile web add github:dac114514/dsh-theme-center

Restart dsh web.

What you get

  • Curated built-in catalog — 11 themes, one per visual identity; light and dark are grouped in a 3-column gallery grid
  • One-click switching — instant re-theme, the selection persists across reloads
  • Wallpaper — any image as the interface background, with a live crop/tint editor (pan, zoom, overlay opacity, surface translucency)
  • dsh-theme files — import themes others have authored (file or paste), export your own; the format is fully documented
  • Bilingual UI — Simplified Chinese and English

Wallpaper

Wallpaper editor

  • pick an image — it is downscaled locally (1440px, JPEG q0.72) and stored in your settings
  • the banner preview shows the entire image with a dashed frame marking the exact on-screen crop — what's inside the frame is what you get
  • drag to pan the frame, wheel to zoom (100%–300%); sliders tune the readability overlay and surface translucency
  • all parameters persist in the theme-center settings namespace

Theme file format

Themes are portable JSON documents — author your own or re-import an archived one:

{
  "format": "dsh-theme",
  "version": 1,
  "id": "aurora",
  "name": "Aurora",
  "description": "A deep violet night sky.",
  "colorScheme": "dark",
  "tokens": {
    "--dsw-alias-bg-base": "#0d0b1e",
    "--dsw-alias-label-primary": "#ece9fb"
  },
  "wallpaper": "data:image/jpeg;base64,...."
}

Full reference: docs/theme-file-format.md · 中文版: docs/theme-file-format.zh.md · Example: examples/aurora.dsh-theme.json

Built-in themes

idNameSchemeDescription
lightOriginal LightlightPure white · Indigo · DeepSeek original
claudeClaude StylelightWarm cream · Terracotta · Claude aesthetic
sakuraSakuralightSoft pink · Rose · Spring blossom
paperWarm PaperlightWarm paper · Sepia · Eye-friendly reading
darkOriginal DarkdarkCharcoal · Indigo · DeepSeek original
claude-darkClaude DarkdarkWarm charcoal · Terracotta · Claude night
tokyo-nightTokyo NightdarkDeep blue · Bright blue · Tokyo night
graphiteGraphitedarkGraphite · Moon white · High-contrast monochrome
monokaiMonokaidarkDark olive · Cyan-green · Classic high contrast
gruvboxGruvboxdarkWarm brown · Amber · Retro vintage
wallpaperCustom Wallpaperlight/darkCustom image · Adjustable tint · Wallpaper mode

Every palette that is not part of the shipped catalog is archived, not deleted, as an importable dsh-theme file in docs/archive/ — 14 themes you can restore in one click. Full swatch reference: docs/theme-catalog.md

Notes

  • Developmentpnpm installpnpm typecheckpnpm build; node scripts/smoke.mjs runs the controller smoke test without a browser.

License

MIT · dac114514 · docs in docs/

REPOSITORY SIGNALS

보안 및 설치 증거

이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.

출처 추적 가능

공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.

라이선스

저장소가 MIT 라이선스를 선언했습니다.

유지보수 활동

최근 180일 내 코드 업데이트가 있습니다.

설치 증거

재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.

설치 라이프사이클 스크립트

검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.