DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Freestyle Dsh Theme — DSH Plugin for DeepSeek Harness
← Plugins
F

@linxin666/freestyle-dsh-theme

Freestyle Dsh Theme

DeepSeek Harness (DSH) theme experience plugin: OKLCH theme proposals + theme designer (independent hue/saturation/lightness channels, channel locking, color relationships and quick variants, AI naming, JSON import/export), with an expanded settings panel width. Installed as a hot-swappable web plug

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:suzike/freestyle-dsh-theme#cd9e9eb53ccbaded4cf6123919e24392daeda0d4
READMECompatibilityVersions
主题提案 · 实际界面
主题设计器 · 实际界面

Description

DeepSeek Harness (DSH) theme experience plugin: OKLCH theme proposals + theme designer (independent hue/saturation/lightness channels, channel locking, color relationships and quick variants, AI naming, JSON import/export), with an expanded settings panel width. Installed as a hot-swappable web plugin and retained across restarts.

Compatibility and provenance

Freestyle Dsh Theme is published as @linxin666/freestyle-dsh-theme and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/21/2026

Versions

0.1.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
BSD-3-Clause
Source
github
GitHub
★ 12
Weekly downloads
0
Last push
8/14/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.

README

freestyle-dsh-theme

freestyle-dsh-theme banner

freestyle-dsh-theme 是 DeepSeek Harness (DSH) 的 Web GUI 主题体验插件:基于 OKLCH 色彩模型,提供「主题提案」与「主题设计器」两大能力,让用户一键换肤、自由调色。作为常驻 Web 插件热插拔安装,跨重启持久化。


✨ 特性

主题提案

主题提案 · 6 套风格预设 + 智能提案,点卡片即应用

主题设计器

主题设计器 · 主色 / 副色 / 面板 三通道独立调节

  • 🎨 OKLCH 配色模型 — 色相 / 彩度 / 明度三通道独立可控,直觉且色彩感知均匀
  • 🧭 配色关系 — 邻近 / 互补 / 分裂互补 / 三角色 一键派生副色与面板色
  • 🔒 通道锁定 — 锁定某通道后,随机与配色关系将跳过它
  • ⚡ 快速变体 — 柔和 / 鲜明 / 提亮 / 压暗 / 主副互换
  • 🤖 AI 命名 — 用默认模型为配色生成中文主题名 / 标签 / 介绍
  • 📋 JSON 导入导出 — 主题令牌可复制、可分享、可迁移
  • 🖥️ 设置面板放大 — 自动把设置弹框加宽到 1120px,显示更完整
  • ♻️ 持久化 — 常驻 Web 插件,重启 DeepSeek Harness 后仍然存在

📸 实际界面

以下为软件内真实设置页面截图(设置 → 通用 → 主题 → 自定义…)。

主题提案 · 实际界面

主题提案 · 6 套风格预设 + 8 套智能提案,点卡片即应用

主题设计器 · 实际界面

主题设计器 · 主色 / 副色 / 面板独立通道 + 实时预览 + 通道锁定 + JSON 导入导出


📐 架构

OKLCH 色彩模型

每套主题由三个通道的 OKLCH 值定义,映射到 DSH 的完整 --dsw-alias-* / --dsw-specific-* 设计令牌(约 85 个,明暗两套),实现全覆盖换肤——背景层级、文字层级、边框、按钮、交互态、状态色、侧边栏等全部随主题切换。

通道含义映射到
主色 th / c1 / l1品牌强调色brand-primary、按钮、交互态
副色 th2 / c2 / l2次要强调色侧边栏选中态
面板 ths / sc / bg背景表面色各级背景层级
文字 tx正文墨色label-primary 等
侧边栏 sb左侧栏明度sidebar-fill(默认与主区一体)

📦 安装

本插件为「双面」Web 插件:Host 半(AI 命名路由)运行在 DSH 进程,Client 半(主题 UI)加载到浏览器。

1. 克隆并构建

git clone https://github.com/suzike/freestyle-dsh-theme.git
cd freestyle-dsh-theme
pnpm install
pnpm build

构建产物:lib/index.js(Host 半)、lib/client.js(浏览器半)。

2. 挂载到你的 DSH profile

在 ~/.dsh/profiles/<profile>/package.json 的 dependencies 里加入:

{
  "dependencies": {
    "@linxin666/freestyle-dsh-theme": "link:../path/to/freestyle-dsh-theme"
  }
}

在 ~/.dsh/profiles/<profile>/cordis.patch.yml 末尾追加:

- insert:
    - id: theme
      name: '@linxin666/freestyle-dsh-theme'

然后:

cd ~/.dsh/profiles/<profile>
pnpm install

3. 重启 dsh web

重启 DeepSeek Harness(或 dsh web 进程),刷新浏览器即可。


🚀 使用

  1. 打开 设置 → 通用 → 主题,点 「自定义…」
  2. 主题提案 页签:点任意预设/提案卡片一键应用;「换一批」重新生成;「恢复默认」还原
  3. 主题设计器 页签:切换主色/副色/面板通道,拖色相/彩度/明度滑杆(或点色相色块),实时预览;支持通道锁定、配色关系、快速变体、AI 命名、JSON 导入导出
  4. 「应用主题」提交,「恢复默认」还原

🗂️ 目录结构

freestyle-dsh-theme/
├── src/
│   ├── index.ts              # Host 半:/api/freestyle-dsh-theme/name AI 命名路由
│   └── client/
│       └── index.ts          # Client 半:主题提案 + 设计器 UI
├── shared/                   # 客户端打包预设(tsdown)
├── cordis.patch.yml          # 插件行注册
├── package.json              # 包声明(dsh.client / dsh.bundle)
├── tsdown.config.ts          # 构建配置
├── docs/images/              # 可视化配图
└── README.md

🔢 版本管理

本项目遵循 语义化版本 SemVer。每个发布版本打一个 git tag:

git tag v0.1.0
git push --tags

版本历史见 Releases。


📄 License

BSD-3-Clause