证据快照复核于 2026-09-16GitHub 数据核对日期: 2026-08-21
证据已验证Plugin Bundle主题与个性化Web Profile

DSH Neubrutalism Theme

为 DeepSeek Harness Web UI 提供明暗两套新粗野主义风格主题包。

快速了解

它能做什么

为 DeepSeek Harness Web UI 提供明暗两套新粗野主义风格主题包。

本站提供的是中文说明,不代表该项目或 Plugin 自身提供中文界面;语言支持请以上游文档为准。

使用场景
主题与个性化主题UI个性化
适配技术
deepseek-harnessWeb
兼容性

Web Profile
>=0.1.2-alpha.2 <0.2.0

可信度与状态

证据已验证
核对日期 2026/9/15 UTC 14:18

有代码证据的贡献

它为 DSH 增加什么

新粗野主义 Web UI 主题

为 DeepSeek Harness Web 界面提供粗边框、硬阴影、直角、定制字体及明暗配色。

机制证据

选择前先看

该配置包会挂载浏览器主题宿主项,并为 DeepSeek Harness 提供 Web 客户端主题。其视觉风格包括粗边框、偏移硬阴影、直角、纯色强调色,以及内置的展示、正文和代码字体。

适合谁

希望获得鲜明、具有触感反馈的 Web 界面,并能够从本地 Git 检出目录注册插件的 DeepSeek Harness 用户。

常见任务

  • 为 Harness Web 界面应用新粗野主义视觉风格。
  • 使用相匹配的明亮和深色主题。
  • 移除插件以恢复原始界面。

权限与数据

该配置包通过 Harness 插件系统修改 Web UI 样式。

权限
  • 在 Harness 的 `web` profile 中注册插件。
  • 加载时应用主题令牌覆盖和一个样式元素。
数据处理
  • 提供的 README 表示,Latin WOFF2 字体以 data URL 形式内嵌。
外部服务
  • 提供的 README 表示,浏览器不会请求 Google Fonts。
凭据
  • 提供的证据未描述任何凭据要求。

局限

  • 此版本面向 0.1.2-alpha.2 系列 Harness;Harness 尚未承诺稳定兼容性。
  • 未找到 npm 包版本;请使用已验证的固定 Git 配置包路径。
  • 本次整理未实际执行安装或验证 Web UI 运行效果。

DSHub 已核对

  • 已验证固定 Git 源和配置包结构。
  • 包声明了 Web 客户端注入和 profile 配置包补丁。
  • 已提供 Apache-2.0 许可证文本。

DSHub 未核对

  • 未在特定 Harness 检出目录中测试安装成功。
  • 未测试 Harness 升级后的视觉表现。

固定版本安装

安装 DSH Neubrutalism Theme

这个Plugin Bundle没有 DSH Plugin 安装操作,请根据源码文档使用真实交付方式。

访问源码项目

维护者原文

项目 README

查看 commit 4819386 对应的 README
维护者编写的上游内容原文于 2026/9/15README.md 获取,正文和仓库相对媒体固定到 commit 4819386d3fe2,内容哈希为 6b5d6d6f0649。以下是未经 DSHub 翻译的上游原文,语言可能与当前页面不同;第三方托管的 badge 可能独立更新。

dsh-neubrutalism-theme

English | 中文

A Neubrutalism Web UI theme for DeepSeek Harness.

Before / After

Light

<table> <tr> <th width="50%">Before</th> <th width="50%">After</th> </tr> <tr> <td width="50%"><a href="assets/default-light.png"><img src="assets/default-light.png" alt="DeepSeek Harness default light UI"></a></td> <td width="50%"><a href="assets/neubrutalism-light.png"><img src="assets/neubrutalism-light.png" alt="DeepSeek Harness with the light Neubrutalism theme"></a></td> </tr> </table>

Dark

<table> <tr> <th width="50%">Before</th> <th width="50%">After</th> </tr> <tr> <td width="50%"><a href="assets/default-dark.png"><img src="assets/default-dark.png" alt="DeepSeek Harness default dark UI"></a></td> <td width="50%"><a href="assets/neubrutalism-dark.png"><img src="assets/neubrutalism-dark.png" alt="DeepSeek Harness with the dark Neubrutalism theme"></a></td> </tr> </table>

Features

  • Light and dark themes
  • Hard shadows, bold outlines, and square corners
  • Custom typography
  • No external font requests
  • Installs as a DSH plugin
  • Uninstalling immediately restores the original DSH UI

Visual system and fonts

The theme follows the visual grammar in the Neubrutalism guide: 2px control outlines, 3px container outlines, square corners, zero-blur offset shadows, a limited flat accent palette, and tactile lift/press button feedback.

  • The light palette starts from #FFFDF5 and uses #FFD23F, #FF6B6B, #74B9FF, #88D498, #FFA552, and #B8A9FA as accents.
  • Dark mode keeps the same hierarchy with dark surfaces, off-white outlines, and bright accents.
  • Elevation uses compact 2px, 4px, and 6px hard-shadow offsets; secondary message actions step down to 1px.
  • Display: Syne Variable 800.
  • Headings and controls: Space Grotesk Variable 700.
  • Body: Inter Variable, with platform CJK fallbacks.
  • Code: Space Mono 400/700.

Fontsource packages provide the fonts. The build embeds only the Latin WOFF2 files as data URLs in lib/client.js, so the browser makes no Google Fonts request and does not require system-installed copies.

Install

git clone https://github.com/MoriTang/dsh-neubrutalism-theme.git

The repository includes built artifacts, so users do not need to run pnpm install or rebuild it. Register the plugin with the web profile from a Harness checkout:

cd /path/to/deepseek-harness
pnpm dsh plugin --profile web add /absolute/path/to/dsh-neubrutalism-theme

Restart pnpm dsh web after registration. The bundle patch inserts the Host Loader row, while package metadata exposes lib/client.js as its Web client half.

Remove it with:

pnpm dsh plugin --profile web remove dsh-neubrutalism-theme

Cordis effects own both the token overrides and the <style> element. Loader disposal removes both and immediately restores the base DSH theme.

Develop

Source development requires a DeepSeek Harness checkout. Place both repositories under the same parent directory:

src/
├── deepseek-harness/
└── dsh-neubrutalism-theme/

The plugin resolves DSH development dependencies through link:../deepseek-harness/.... Standard build tools and font packages come from npm:

cd /path/to/dsh-neubrutalism-theme
pnpm install
pnpm run typecheck
pnpm test
pnpm run build

This release targets the DeepSeek Harness 0.1.2-alpha.2 series. Harness does not yet promise stable compatibility, so rerun these checks and verify the Web UI after upgrading Harness.

有意识地管理

安装与管理

前置条件与目标 Profile

目标 Web Profile

交付方式 Git Bundle — MoriTang/dsh-neubrutalism-theme#4819386d3fe2e495c2f1e452dcdab72da1023f5b

验证、更新与移除

显示生命周期命令
验证
dsh plugin --profile web list

兼容性与访问范围

Web profile; targets DSH 0.1.2-alpha.2 series >=0.1.2-alpha.2 <0.2.0

检查兼容性证据

风险事实

ui-modification

Changes the Harness Web UI while installed; removal is documented to restore the base theme.

证据
license

Licensed under Apache-2.0.

证据
证据与编辑审查Manifest、Bundle patch、分发与新鲜度

不可变证据

审查状态与源码活动

AI 已审查

请使用固定 Git 配置包,并在升级 Harness 后重新检查 Web UI。

AI 审查于 2026/9/15 UTC 14:18GitHub 事实核对日期: 2026/9/15 UTC 14:18

自当前证据基线以来,没有记录到重要源码变化。

下一步

按 Plugin 安装流程操作

订阅重要变化: DSH Neubrutalism Theme