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.

DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-glass-ui-theme

Glass Ui Theme

A liquid glass UI theme for DeepSeek Harness: frosted glass with edge refraction, adjustable transparency/blur/tint, custom fonts, background images and dynamic wallpapers (multi-image carousel), custom CSS, and subtle animations.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-glass-ui-theme@0.2.6
READMECompatibilityVersions
预览

Compatibility and provenance

Glass Ui Theme is published as dsh-glass-ui-theme and currently resolves to version 0.2.6. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.2.6stable
9/12/2026
0.2.5stable
8/31/2026
0.2.4stable
8/29/2026

Related plugins

Loading related plugins…

Latest
0.2.6
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
389.8 kB
Files
18
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
113
Security scan
✓ v0.2.6 scan passed
Last push
9/12/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
Glass Ui Theme — DSH Plugin for DeepSeek Harness

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

dsh-glass-ui-theme

为 DeepSeek Harness 打造的液态玻璃主题 — 磨砂质感、可调色调、动态壁纸,视频背景,让 DSH 界面焕然一新。

预览

核心特性

  • 液态玻璃界面:半透明磨砂面板覆盖整个 DSH 界面,背景层独立模糊,不破坏布局层级
  • 调色与浓度:一键切换 tint 颜色,透明度 10%–95% 无级调节,实时预览
  • 动态壁纸引擎:支持图片(多图轮播)与视频(mp4/webm)双模式,流式预载避免黑闪
  • 字体注入:内置预设字体 + 自定义字体族 + 本地字体文件上传,自动注入 @font-face
  • 边缘折射:SVG feDisplacementMap 透镜效果,玻璃边界有微弱光晕感
  • 磨砂层级:输入框、气泡、按钮、菜单、弹窗全部支持 backdrop-filter 模糊
  • 自定义 CSS:开放高级入口,粘贴任意样式即时生效
  • 配置持久化:所有设置存于 $DSH_HOME/data/glass-ui/config.json,支持导出/导入 JSON

安装

# 从 GitHub(推荐)
dsh plugin --profile desktop add github:lkdxzhxi/dsh-glass-ui-theme

# 或从 npm(发布后)
dsh plugin --profile desktop add dsh-glass-ui-theme

安装后打开 设置 → 自定义UI设计 即可开始。

快速上手

  1. 打开设置齿轮 → 左侧导航「自定义UI设计」
  2. 拖动「透明度」与「模糊」滑块,观察实时预览
  3. 切换「液态玻璃」区域:启用磨砂、调节边缘折射强度
  4. 选择 tint 颜色(默认青色),调节浓度与壁纸亮度
  5. 上传背景图/视频,开启轮播或多图切换
  6. 所有修改自动保存,刷新页面保持状态

技术栈

  • Host 端:Cordis Plugin + Node.js 路由(配置持久化、媒体上传)
  • Client 端:React 18 + TypeScript,tsdown 打包为 __ModuleLoader__ bundle,同时覆盖 web / desktop 两个 profile
  • 主题机制:ctx.theme.overrideTokens() 覆盖 DSH 全局 alias token
  • 玻璃效果:::before 伪元素承载 backdrop-filter,避免破坏 fixed 定位
  • 壁纸引擎:双缓冲图片交叉淡入淡出;视频预载到 loadeddata 再淡入

兼容性

  • 支持 DSH Desktop 与 DSH Web 双 profile(--profile desktop 或 --profile web)
  • 支持 Chrome/Edge 91+(backdrop-filter 完整支持)
  • 与 dsh-better-sidebar 等第三方插件兼容

开发

pnpm install
pnpm build          # 构建 host + client
pnpm typecheck      # 类型检查

本地开发时,将插件 link 到 DSH 任意 profile(desktop / web)并开启 patchReload: "live"。