dsh-client-theme-cyber
Manifest validDeepSeek Harness 主题
dsh-client-theme-cyber
Cyber Sand — a dark cyber-city theme for DeepSeek Harness Web.
赛博沙漠(Cyber Sand)主题:以深海军蓝半透明面板承载赛博城市夜景背景,青色(全息立方体辉光)作为品牌与焦点色,为 DeepSeek Harness 桌面端/网页端提供沉浸式暗色主题。
Theme plugin (client bundle,
dsh.client.platform: "web") for DeepSeek Harness. It applies a token palette viatheme.overrideTokensand paints the uploaded cyber-city artwork as a fixed full-viewport background behind the app panels.
Features
- Dark navy glass panels (semi-transparent, so the city glows through).
- The uploaded cyber-city image as a fixed
body::beforebackground layer. - Cyan holographic-cube glow as the brand/accent color (
#2ea8ffdark /#1d7fe0light). - ~30
--dsw-alias-*tokens overridden (backgrounds, labels, borders, states, buttons, scrollbars, markdown, sidebar), stacking as a persistent override layer that survives reconnect and theme preference sync. - Forces the built-in dark base (
theme.setTheme("dark")), as required so the theme stays active acrossadopt().
Install
dsh plugin --profile web add <this-package-or-repo>
After install, the theme activates immediately (no restart needed); it will also appear in the market's Themes page once published to the catalog.
How it works
lib/client.js (browser half) registers through window.__ModuleLoader__ and exports:
apply(ctx):- injects a
<style>that sets a fixed full-viewportbody::beforelayer with the city background (brightened JPEG, plus a light darkening gradient for text contrast); - calls
theme.setTheme("dark")(a persisted, built-in preference); - calls
theme.overrideTokens("@anywhere-labs/dsh-client-theme-cyber", PAIRS)so the palette survives reconnect / preference adoption.
- injects a
inject = ["theme"]— depends on thethemeservice provided by@deepseek-ai/dsh-client-ui-theme.
lib/index.js (host half) is a stub: everything lives in the browser bundle.
Layout
lib/index.js host half (stub)
lib/client.js built browser half (data-URI background embedded)
client.template.js source template (build via `node build.mjs`)
assets/ source images (city / cube), data-URI text + info
regen-city.mjs regenerate/optimize the embedded city image
Building
node build.mjs # replaces __CITY_BG__ in client.template.js -> lib/client.js
node regen-city.mjs # re-derives assets/city.webp.txt (brightened JPEG) from the source image
Uninstall
dsh plugin --profile web remove dsh-client-theme-cyber
Removing the theme restores the default DSH dark palette and no longer injects the background layer (uninstall fully reverts).
License
MIT — artwork in assets/ is user-provided reference imagery for this plugin.
Similar plugins
by JohnnyTing
复刻 DeepSeek Harness 官方首页主题插件
★ 8
↓ 355/wk
MIT
JavaScript
Sep 13, 2026
dsh plugin --profile web add dsh-official-homepage-themeby TFboy1
deepseek harness Minecraft UI
★ 14
↓ 141/wk
MIT
JavaScript
Aug 21, 2026
dsh plugin --profile web add dsh-minecraft-uiA black hole theme plugin for the DeepSeek Harness (dsh) Web UI.
★ 0
dsh plugin --profile web add dsh-theme-blackholeby EdwardHamu
一个DeepSeek Harness 磨砂玻璃主题
★ 0
TypeScript
Aug 22, 2026
dsh plugin --profile web add @edwardhamu/dsh-glassmorphism-themeby qipenglin
Light and dark theme presets for DeepSeek Harness Web
★ 0
MIT
TypeScript
Aug 29, 2026
dsh plugin --profile web add @qipenglin/dsh-theme-spectrumby WJNCT55555
Dual-palette CRT terminal theme for DeepSeek Harness Web
★ 0
MIT
TypeScript
Aug 26, 2026
dsh plugin --profile web add @dsh-external/dsh-crt-theme