Evidence snapshot reviewed Sep 16, 2026GitHub checked Aug 21, 2026
Evidence-verifiedPlugin BundleThemes & PersonalizationWeb Profile

DSH Neubrutalism Theme

A light and dark Neubrutalism theme bundle for the DeepSeek Harness Web UI.

At a glance

What it does

A light and dark Neubrutalism theme bundle for the DeepSeek Harness Web UI.

Use cases
Themes & PersonalizationThemesUIPersonalization
Works with
Deepseek HarnessWeb
Compatibility

Web Profile
>=0.1.2-alpha.2 <0.2.0

Trust & status

Evidence-verified
Checked Sep 15, 2026, 2:18 PM UTC

Code-evidenced contributions

What it adds to DSH

Web UINeubrutalism Web UI theme

Replaces the DeepSeek Harness Web interface styling with bold outlines, hard shadows, square corners, custom typography, and light/dark palettes.

Mechanism evidence

Before you choose it

This profile bundle mounts a browser-theme host row and exposes a Web client theme for DeepSeek Harness. Its visual system uses bold outlines, offset hard shadows, square corners, flat accents, and bundled display, body, and code fonts.

Best for

DeepSeek Harness users who want a distinctive, tactile Web interface and can register a plugin from a local Git checkout.

Common tasks

  • Apply a Neubrutalism look to the Harness Web interface.
  • Use matched light and dark theme variants.
  • Restore the original interface by removing the plugin.

Permissions and data

The bundle alters Web UI styling through the Harness plugin system.

Permissions
  • Registers a plugin in the Harness `web` profile.
  • Applies theme token overrides and a style element while loaded.
Data handling
  • The supplied README states that bundled Latin WOFF2 fonts are embedded as data URLs.
External services
  • The supplied README states that the browser makes no Google Fonts request.
Credentials
  • No credentials are described in the supplied evidence.

Limitations

  • This release targets the 0.1.2-alpha.2 Harness series; Harness stability is not promised.
  • The npm package version was not found; use the verified pinned Git bundle path instead.
  • Runtime installation and Web UI behavior were not executed during this curation.

What DSHub checked

  • Pinned Git source and bundle structure are verified.
  • The package declares a Web client injection and a profile-bundle patch.
  • Apache-2.0 license text is supplied.

What DSHub did not check

  • Successful installation on a particular Harness checkout was not tested.
  • Visual behavior after a Harness upgrade was not tested.

Pinned install

Install DSH Neubrutalism Theme

This plugin bundle does not have a DSH Plugin install action. Use its source documentation for the delivery method.

Visit the source project

Maintainer source

Project README

View at commit 4819386
Maintainer-authored contentCaptured from README.md on Sep 15, 2026. The text and repository-relative media are fixed to commit 4819386d3fe2 with content hash 6b5d6d6f0649; provider-hosted badges may update independently. README commands are upstream documentation; the DSHub copy action above is the verified, version-pinned install.

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.

Operate deliberately

Install and manage

Prerequisites and target Profile

Target Web Profile

Delivery Dsh Bundle Git — MoriTang/dsh-neubrutalism-theme#4819386d3fe2e495c2f1e452dcdab72da1023f5b

Verify, update, and remove

Show lifecycle commands
Verify
dsh plugin --profile web list

Compatibility and access

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

Review compatibility evidence

Risk facts

Ui Modification

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

Evidence
License

Licensed under Apache-2.0.

Evidence
Evidence and editorial reviewManifest, Bundle patch, distribution and freshness

Immutable evidence

Review status and source activity

AI reviewed

Use the pinned Git bundle and re-check the Web UI when upgrading Harness.

AI reviewed Sep 15, 2026, 2:18 PM UTCGitHub facts last checked Sep 15, 2026, 2:18 PM UTC

No material source change has been recorded since this evidence baseline.

Next step

Follow the Plugin installation workflow

Subscribe to material changes for DSH Neubrutalism Theme