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.

Theme Hacker Terminal — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

dsh-theme-hacker-terminal

Theme Hacker Terminal

Hacker-terminal skin for the dsh web GUI: pure black background, high-contrast green, right-angle geometry, monospace font, full-width conversation, OLED-safe, scrollbars on Gecko/Blink/WebKit.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:XiaoluoFoxington/dsh-theme-hacker-terminal#9ac5d20fe56d220eea170b46d0cc6c2f002e476a
READMECompatibilityVersions

Compatibility and provenance

Theme Hacker Terminal is published as dsh-theme-hacker-terminal and currently resolves to version 1.0.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
8/24/2026

Versions

1.0.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/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

Related plugins

More verified plugins in ui-customization.

Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundleWeb All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with the current session provider's today usage on the sidebar entryWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editin

README

dsh-theme-hacker-terminal

A hacker-terminal skin for the dsh web GUI.

纯黑 + 高对比绿的黑客终端皮肤,适用于 dsh Web 界面。

Features / 特性

  • Pure black background with high-contrast green (#00ff41) accents / 纯黑背景 + 高对比绿点缀
  • Right-angle geometry everywhere (no rounded corners) / 全站直角,无圆角
  • Monospace terminal font stack / 等宽终端字体
  • OLED-safe: no scanline overlay / OLED 友好,无扫描线
  • Full-width conversation and composer areas / 对话区与输入区全宽
  • 8px green-on-black scrollbars on Gecko, Blink and WebKit / 三内核(Gecko/Blink/WebKit)统一的 8px 绿黑滚动条
  • Todo list, goal bar and queue dock sit in their natural document-flow position above the composer / todo 列表、goal 条、queue 队列位于输入框上方自然文档流位置
  • Tooltip text forced to a readable light green on the dark tooltip surface / 工具提示文字在深色提示底上强制为可读的亮绿

Install / 安装

dsh plugin add https://github.com/XiaoluoFoxington/dsh-theme-hacker-terminal

This installs the package into your active profile and registers the ui-hacker-theme entry through the bundled cordis.patch.yml. Restart dsh web (or reload the page if it was already running) and the skin applies.

安装后重启 dsh web(或刷新已打开的页面)即生效。

Uninstall / 卸载

dsh plugin remove dsh-theme-hacker-terminal

Or remove the ui-hacker-theme insert from your profile's cordis.patch.yml if you installed it manually, then restart dsh web.

How it works / 原理

The package is dual-faced (Cordis plugin):

  • lib/index.js — host half, a no-op; it only exists so the loader can mount the package.
  • lib/client.js — browser half, loaded immediately (immediately: true). It calls theme.overrideTokens() with the hacker palette, then injects a <style> element with the full skin CSS. Both are removed again on teardown.

License

MIT