orxz/deepseek-harness-themes--packages-ui2

@deepseek-harness-themes/ui

Theme picker plugin for deepseek-harness themes: registers all themes, adds a settings row, and persists third-party selection

AI Analysis

核心用途是为 DSH 提供可视化的主题切换面板。适合希望在设置中一键切换、预览并持久化保存不同界面主题的普通用户。

Package
@deepseek-harness-themes/ui
Version
0.0.1
License
MIT
Last updated
Aug 14, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:orxz/deepseek-harness-themes#38e14b1a40abc5540c16574920d15efd44bd9073&path:packages/ui

Usage

One command installs the dependency, adds the layer to the profile, and mounts the feature (see docs/installation.md):

dsh plugin --profile 
 add @deepseek-harness-themes/ui

The package ships a bundle manifest, so dsh plugin appends it to dsh.profile.bundles automatically. Profiles that prefer a hand-written layer can insert the row instead:

- insert:
    - id: dsh-themes
      name: "@deepseek-harness-themes/ui"

The browser roster scans dsh.client plugins automatically, so no host row is needed beyond the patch entry.