DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Glassmorphism Theme — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
G

@edwardhamu/dsh-glassmorphism-theme

Glassmorphism Theme

DeepSeek Harness 网页界面的玻璃拟态主题层

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:EdwardHamu/dsh-glassmorphism-theme#513d3e6fda73a3967942e427f23bc535d6ea606d
README兼容性版本

兼容性与来源证明

Glassmorphism Theme 以 @edwardhamu/dsh-glassmorphism-theme 发布,当前版本为 0.1.3。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/22

版本

0.1.3stable
2026/8/22
0.1.2stable
2026/8/21

相关插件

正在加载相关插件…

最新版
0.1.3
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
BSD-3-Clause
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/8/22
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

dsh-glassmorphism-theme

Material Design 3 glassmorphism theme for the DeepSeek Harness Web UI.

dsh-glassmorphism-theme preview

This plugin applies a modern glassmorphism (frosted glass) aesthetic with custom wallpaper support, transparent surfaces, and backdrop blur effects. It's client-only, mapping MD3 design tokens onto DSH's semantic CSS without replacing DOM structure or modifying application settings.

Features

Glassmorphism Effects

  • Backdrop blur and transparency: Sidebar, top bar, composer card, chat glass layer, settings panel, and all menus/portals use backdrop-filter with 10px blur and 115% saturation.
  • Semi-transparent surfaces: Chat bubbles and code blocks use 30% opacity backgrounds, selected sidebar rows use 30% opacity, preserving text and syntax highlighting clarity.
  • Nested menu optimization: Command and model menus use pseudo-element glass layers to avoid nested backdrop-filter conflicts, ensuring visible blur effects.
  • Performance-optimized chat layer: Fixed-position glass background covers only the visible chat viewport (not the full message list), updated on resize/layout changes, never on scroll.

Custom Wallpaper

  • Built-in wallpaper settings: A 壁纸 page in the native Settings dialog supports:
    • Local image files (stored in IndexedDB, never uploaded)
    • HTTP/HTTPS image URLs (validated and preloaded)
    • Fill modes: cover, contain, auto
    • Position: center, top, bottom, left, right
    • Readability overlay with adjustable darkness
    • Enable/disable and clear controls
  • Privacy-first storage: Wallpaper images stay in the browser profile's IndexedDB; lightweight preferences use localStorage. Nothing is sent to DSH services.
  • Single fixed layer: One position: fixed wallpaper element at page bottom, with all glass surfaces layered above.

Material Design 3 Foundation

  • Color system: Light and dark palettes synchronized with DSH's data-ds-dark-theme, covering surface hierarchy, primary/secondary/tertiary/error, success, and warning roles.
  • Typography & spacing: MD3 type scale and 4dp grid.
  • Elevation & interaction: Restrained shadows, state layers, visible keyboard focus, and accessible contrast.
  • Comprehensive coverage: Sidebar, session rows, composer, bubbles, menus, dialogs, settings, form fields, buttons, scrollbars, cards, and responsive viewport adjustments.

Accessibility & Compatibility

  • Reduced transparency mode: Respects prefers-reduced-transparency (uses same 10px blur).
  • Backdrop-filter fallback: Transparent backgrounds when backdrop-filter is unavailable.
  • Reduced motion: Respects prefers-reduced-motion.

Build

npm install
npm run typecheck
npm run build

Install from npm into the local Web profile

Install the published package from npm:

dsh plugin --profile web add "@edwardhamu/dsh-glassmorphism-theme"

Reload http://localhost:3080 after installation. Use the existing Appearance setting to switch between light and dark palettes.

Wallpaper Setup

Open 设置 → 壁纸 to configure your background:

  1. Choose source:

    • Upload a local image file (JPG, PNG, WebP, etc.)
    • Enter an HTTP/HTTPS image URL
  2. Adjust display:

    • Fill mode: Cover (default, fills viewport), Contain (fit within), or Auto
    • Position: Center, Top, Bottom, Left, Right
    • Readability overlay: Add a dark tint (0–100%) to improve text contrast
  3. Enable the wallpaper to activate glassmorphism effects across the UI.

The wallpaper is off by default and stored locally in your browser profile. No images or settings are synced or uploaded to DSH servers.

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Pet@linxin666/dsh-pet适用于 dsh Web GUI 的多宠物伴侣插件:由注册表驱动的浮动宠物,可响应模型活动,支持为每只宠物命名、抚摸/喂食互动以及亲密度评分