
ai7603/dsh-cyberpunk-theme
30Last commit Aug 15, 2026
dsh-cyberpunk-theme DSH plugin
This plugin applies a Cyberpunk 2077-inspired theme to the entire DSH interface, including neon color palettes, CRT atmosphere, flowing ribbons, glitch effects, and a global cut-corner UI. It comes with a dedicated settings page and a master toggle, and can be installed permanently via a single `dsh plugin add` command or tried temporarily as a dynamic Cordis plugin.
How to install the dsh-cyberpunk-theme DSH plugin
dsh plugin --profile web add /path/to/dsh-cyberpunk-themeCopying does not run this command. Review the repository and version before installing the dsh-cyberpunk-theme DSH plugin.
dsh-cyberpunk-theme DSH plugin data source
dsh-cyberpunk-theme DSH plugin snapshot date: Aug 16, 2026
discovered
What the dsh-cyberpunk-theme DSH plugin can do
- Multiple neon accent color schemes: Night City Yellow, Netrunner Cyan, Trauma Team Magenta, Arasaka Gold
- Performance tier selector (Eco / Balanced / Full) to control visual intensity
- Global cut-corner UI elements, glitch flicker, CRT scanlines, and ambient grid
- Live status bar below the input area
- Dedicated settings page with a master toggle and accent switcher
- Dark (Night City) and light (Arasaka) color schemes
Where the dsh-cyberpunk-theme DSH plugin fits
- Immerse yourself in a Night City atmosphere while using DSH
- Customize the DSH interface to match a cyberpunk aesthetic for personal enjoyment
- Show off a visually striking UI during DSH demos, streaming, or presentations
- Quickly evaluate the theme via the 30-second dynamic plugin before committing to a permanent install
Who the dsh-cyberpunk-theme DSH plugin is for
- Cyberpunk 2077 fans who use DeepSeek Harness
- DSH users who enjoy personalizing their interface with unique visual themes
dsh-cyberpunk-theme DSH plugin limitations
- The dynamic plugin installation method (Cordis) loses the theme on page refresh; a permanent install via `dsh plugin add` is required for persistence
- Only works within the DeepSeek Harness environment; it is not a generic browser theme
dsh-cyberpunk-theme DSH plugin: from the repository README
Quoted from the ai7603/dsh-cyberpunk-theme README, the upstream source of the dsh-cyberpunk-theme DSH plugin. Copyright remains with the original authors.
> 把 [DeepSeek Harness](https://github.com/deepseek-ai)(DSH)整个界面换成《赛博朋克 2077》夜之城风格的**深度定制主题**——霓虹配色、CRT 氛围、流动彩带、故障闪烁、全局切角 UI、输入框下方的实时状态条,还带一个独立的设置页和**主题总开关**。 > 以 **标准 DSH bundle 插件** 分发(`dsh plugin add` 一行安装,刷新/重启都不丢),同时保留 **动态 Cordis 插件** 形式(30 秒快速体验,零配置)。 --- ## 📸 效果预览 | 🌃 夜之城(暗色) | 🏙 荒坂(亮色) | | --- | --- | |  |  | *截图来自启用主题后的真实 DSH 会话——暗色模式下霓虹效果最完整。* --- ## 🚀 安装(三选一,按你的场景挑) ### 方式一:让 DSH 的 Agent 帮你装 —— 零复制(最省事) 如果你在用带 Agent 的 DSH 会话(比如你现在正在看的这个界面),**什么都不用复制**,直接说一句话: > 「安装 cyberpunk 2077 主题:client 代码在 `<仓库路径>/src/client.js`,host 代码在 `<仓库路径>/src/host.js`,帮我创建动态插件并运行」 Agent 会读取仓库代码、自动完成 `cordis_define` + `cordis_run`。之后**刷新页面主题消失**时,同样一句话让 Agent 重新运行即可恢复。 ### 方式二:`dsh plugin add` 安装,永久生效(推荐正式使用) 把主题装成 DSH 的**正式组合插件(bundle)**:浏览器端由 client module system 以 `/plugins/dsh-cyberpunk-theme/client.js` 服务,**刷新不丢、重启不丢**。 1. `git clone https://github.com/ai7603/dsh-cyberpunk-theme`(或直接下载 zip 解压)。仓库已包含构建好的 `lib/index.js` + `lib/client.js`,直接安装即可;只有改过源码才需要 `pnpm install && pnpm build` 重建; 2. 在你的 DSH checkout 里执行: ```sh pnpm dsh plugin --profile web add /path/to/dsh-cyberpunk-theme # 或: pnpm d
Read the full READMERepository license: MIT
dsh-cyberpunk-theme DSH plugin questions
How do I install dsh-cyberpunk-theme permanently?
Use the `dsh plugin add` command with the local path to the cloned repository. For example: `pnpm dsh plugin --profile web add /path/to/dsh-cyberpunk-theme`. Then restart the web profile with `pnpm dsh web`. The theme will survive page refreshes and reboots.
Can I try the theme without installing it permanently?
Yes, use the dynamic Cordis plugin method. In the DSH web interface, create a dynamic plugin with `cordis_define`, paste the provided host and client code, and run it. Note that this method will lose the theme on page refresh.
How do I switch accent colors?
Open the theme settings page (accessible from the DSH interface). In the Cyberpunk 2077 section, you can choose from four accent presets: Night City Yellow, Netrunner Cyan, Trauma Team Magenta, and Arasaka Gold. The change takes effect immediately.
How do I turn off the theme completely?
Use the master toggle switch in the theme settings page. When disabled, all theme styles are removed and the default DSH interface is restored. You can re-enable it anytime.
What is the difference between Eco, Balanced, and Full performance tiers?
Eco provides the coolest static shell with only intermittent glitch flashes, minimizing resource usage. Balanced adds more effects like grid and scanlines (off by default, can be toggled). Full enables grid and scanlines automatically and includes all visual effects for the most immersive experience.