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.

Bloomglass — DSH Plugin for DeepSeek Harness
← Plugins
B

dsh-bloomglass

Bloomglass

Bloom Glass — Integrates Bloom’s 10 OKLCH Morandi color palettes and frosted wallpaper glass into a DeepSeek Harness Web theme plugin. Official Light / Dark / System settings remain in control.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:CosmoSail/dsh-bloomglass#5ec52e47ed06bec5ba04d03eed10cdf21d601c12
READMECompatibilityVersions

Compatibility and provenance

Bloomglass is published as dsh-bloomglass 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
9/24/2026

Versions

0.1.0stable
9/24/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
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/24/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 pluginsClient 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.Remote 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 r

README

dsh-bloomglass

一个 DeepSeek Harness Web 主题插件:十套 OKLCH 莫兰迪配色打底,可选一张壁纸铺满窗口、界面以磨砂玻璃叠上去。官方 Light / Dark / System 仍然掌权。

效果展示

10 套配色,每套都有亮色与暗色(底色 / 正文色 / 强调色 / 层级面色):

10 套莫兰迪配色

亮色 · 黛蓝暗色 · 天青
亮色暗色

同一配色与窗口,只多了壁纸层 —— 表面色按玻璃浓度转为半透明,文字与边框保持不透明:

壁纸与磨砂玻璃

功能

  • 10 套配色:黛蓝 / 朱砂 / 桃夭 / 天青 / 竹青 / 赭石 / 青金 / 琥珀 / 落霞 / 青莲,明暗自适应
  • 壁纸 + 磨砂:本地 JPEG / PNG / WebP / GIF,无大小限制
  • 一个独立设置栏:设置 → Bloom Glass,含配色选择 + 玻璃浓度 / 模糊 / 饱和 / 压暗滑杆 + 保存 / 删除,不往「通用」页插行
  • 壁纸关闭时是纯配色模式;打开后表面色按玻璃浓度转为半透明(文字与边框始终不透明)
  • 只走官方 overrideTokens 覆盖层,从不 setTheme('custom');不写 settings.yaml,不请求任何远程 URL

数据位置:壁纸存 IndexedDB,旋钮存 localStorage。

安装

dsh web 需已在运行。

dsh plugin --profile web add github:CosmoSail/dsh-bloomglass

装完重启 dsh web(刷新页面不够),然后打开 设置 → Bloom Glass。

首次启动会一次性读取这两个键——localStorage 的 dsh-bloom-variant(配色)、dsh-frosted-window:knobs(玻璃参数),以及 dsh-frosted-window 这个 IndexedDB 库里的壁纸——把先前保存的选择接过来。之后写入的是本插件自己的键,不再回读。

开发

git clone https://github.com/CosmoSail/dsh-bloomglass.git
cd dsh-bloomglass
npm install
npm test         # vitest,56 个用例
npm run typecheck
npm run build    # tsdown → lib/index.js + lib/client.js
npm run showcase # 重新生成 docs/showcase 下的演示页

lib/ 随仓库提交(dsh plugin add github: 依赖它,也免去用户本地构建),因此改完源码请重新构建再提交。

上游代码源——本包的源码整合自下面两个上游项目:

上游代码源取用内容
dsh-bloom-theme 0.13.4(81ab8a0)
MIT © 2026 webkubor
色板数据、token 编译层、组件与玻璃样式表
dsh-frosted-window 0.1.0(ccee61d)
MIT © 2026 SenryLee
壁纸上传与 IndexedDB 持久化、磨砂呈现器、玻璃样式、设置面板

除 src/client/tokens.ts(统一 token 管线)与 src/client/css/palette-css.ts(配色选择区样式)为本包新写外,其余源码均取自上述上游代码源。两份原始版权声明见 LICENSE,再次分发请保留。

契约:按官方 package-and-install 以 dsh.bundle + dsh.client 分发。

许可

MIT,见 LICENSE。