← 返回列表
未验证
为 dsh 界面换上纯黑高对比绿的黑客终端外观
尚未跑自动兼容性验证,可查看页面内的依赖与入口分析。 · 最近上游提交 2026/8/24 · 已提供中文文档
dsh Web GUI 的黑客终端皮肤:纯黑、高对比度绿色、直角几何、等宽字体、全宽对话、OLED 安全、Gecko/Blink/WebKit 上的滚动条。
综合分
28.4
GitHub 分
28.4
用户评分
—
★ Stars
1
周下载量
—
安装插件(需先安装 dsh CLI 引擎:npm install -g @deepseek-ai/dsh)
dsh plugin --profile web add XiaoluoFoxington/dsh-theme-hacker-terminal该插件未发布到 npm,走 GitHub 源安装(pnpm 若拦截 prepare 脚本,按其提示在 pnpm-workspace.yaml 的 allowBuilds 中放行后重跑)
数据截至 2026/9/16(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动
README
dsh-theme-hacker-terminal 一个用于 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 友好,无扫描线 / OLED-safe: no scanline overlay - 对话区与输入区全宽 / Full-width conversation and composer areas - 三内核(Gecko/Blink/WebKit)统一的 8px 绿黑滚动条 / 8px green-on-black scrollbars on Gecko, Blink and WebKit - todo 列表、goal 条、queue 队列位于输入框上方自然文档流位置 / Todo list, goal bar and queue dock sit in their natural document-flow position above the composer - 工具提示文字在深色提示底上强制为可读的亮绿 / 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 这会将包安装到你的活动 profile 中,并通过捆绑的 cordis.patch.yml 注册 ui-hacker-theme 条目。重启 dsh web(如果它已在运行,则刷新页面),皮肤即会生效。 安装后重启 dsh web(或刷新已打开的页面)即生效。 Uninstall / 卸载 dsh plugin remove dsh-theme-hacker-terminal 或者,如果你是手动安装的,请从你的 profile 的 cordis.patch.yml 中移除 ui-hacker-theme 插入项,然后重启 dsh web。 How it works / 原理 该包是双面的(Cordis 插件): - lib/index.js — 宿主端,空操作;它的存在只是为了让加载器能够挂载该包。 - lib/client.js — 浏览器端,立即加载(immediately: true)。它 使用黑客调色板调用 theme.overrideTokens(),然后注入一个 包含完整皮肤 CSS 的 元素。两者在拆卸时都会被再次移除。 License MIT
扫码进群