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.

Gaussian Blur — DSH Plugin for DeepSeek Harness
← Plugins
G

dsh-gaussian-blur

Gaussian Blur

Add a Gaussian blur aesthetic to DSH Web UI: card-like rounded corners for the sidebar, Gaussian blur fades along the top and bottom edges of the sidebar workspace and conversation area, top and bottom glass bars, a frosted input card with a surrounding glow, and conversation content extending all t

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

npx -y @deepseek-ai/dsh plugin --profile web add github:hashdiana/dsh-blur-theme#895aa76c48e475180f25d79314834b7ffc32d0c2
READMECompatibilityVersions

Description

Add a Gaussian blur aesthetic to DSH Web UI: card-like rounded corners for the sidebar, Gaussian blur fades along the top and bottom edges of the sidebar workspace and conversation area, top and bottom glass bars, a frosted input card with a surrounding glow, and conversation content extending all the way to the bottom edge of the browser.

Compatibility and provenance

Gaussian Blur is published as dsh-gaussian-blur and currently resolves to version 0.1.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/21/2026

Versions

0.1.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-gaussian-blur

A frosted-glass theme for the DeepSeek Harness web UI.

🌐 English · 中文

The shipped web UI keeps every bar opaque and every edge hard. dsh-gaussian-blur restyles it as a glass theme: the sidebar becomes a rounded floating card, the session header turns into a frosted bar that conversation text melts under all the way to the browser's top edge, and the composer band floats over content that now reaches the very bottom of the window.

🎯 Bars should float over content — not chop it off.

Screenshots

dsh-gaussian-blur conversation view

The glass conversation view: rounded sidebar card, frosted header, floating composer card.

dsh-gaussian-blur edge melts while scrolling

Mid-scroll: messages melt into the window's top and bottom edges instead of vanishing at hard bars.

Contents
  • Screenshots
  • Highlights
  • What it changes
  • Install
  • Uninstall / Disable
  • Build & develop
  • How it works
  • License

Highlights

  • Floating rounded sidebar — the sidebar reads as a card (22px radius, hairline border, soft shadow, theme background) with symmetric insets; the collapsed rail becomes an edge-hugging pill.
  • Frosted header card — the session bar (session name, agent preset, tabs) is a translucent blurred card that floats over the conversation.
  • Content melts at the window edges — messages scroll beneath the frosted header all the way to the browser's top edge and disappear exactly there, and extend to the bottom edge under the composer band. Nothing hard-clips at the bars.
  • Floating composer — the composer card is a uniform frosted glass panel (no gradient, no halo) riding above the scrollport.
  • Edge fades, no blur artifacts — the melts are pure-color gradients; no backdrop-filter on the fades, so no subpixel fringing.
  • A live blur slider — General settings → Card Gaussian blur (0–100; 0 = off, 100 = 30px, default 60 = 18px) drives both glass cards in real time and persists.
  • Theme-adaptive and bilingual — styled only with --dsw-* tokens (light/dark), shipped in Chinese and English.

What it changes

SurfaceEffect
Sidebar columnRounded floating card, hairline border + shadow, background matched to the header card
Sidebar tree edgesPure-color fades top/bottom (40px) while scrollable; replaces the built-in bottom fade
Session headerTranslucent + blurred floating card; utilities pill pinned at the viewport top-right
Conversation top edgeContent scrolls under the frosted header to the browser's top edge; a solid-at-edge gradient melts it exactly there
Conversation bottom edgeContent extends to the browser's bottom edge; a solid-at-bottom gradient melts it up into the composer band
Composer cardUniform frosted glass (blur + saturate + translucent fill), no halo
Settings悬浮卡片高斯模糊 slider row in General settings, persisted in browser storage

Install

From GitHub (recommended):

npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hashdiana/dsh-blur-theme

From a local checkout:

npx -p @deepseek-ai/dsh dsh plugin --profile web add <path-to-this-repo>

Then restart the profile:

dsh web

The Git path ships the built lib/ (see Build & develop), so no build script runs at install time. Plugin-set changes require a restart; later client-bundle-only updates take effect on a page refresh.

Uninstall / Disable

Temporarily disable without uninstalling — add to $DSH_HOME/profiles/web/cordis.patch.yml:

- id: dsh-gaussian-blur
  disabled: true

Restart dsh web; the stock chrome returns. Remove those lines to re-enable.

Build & develop

pnpm install
pnpm typecheck   # tsc -b
pnpm build       # tsc -b + tsdown → lib/index.js (host) + lib/client.js (browser)
pnpm test        # vitest: enhancer markup/pass, settings row, plugin contract, bundle purity

The client bundle is emitted as window.__ModuleLoader__.load({ id, factory }); CSS Modules are hashed by lightningcss and injected as a <style data-plugin="dsh-gaussian-blur"> tag. Commit lib/ — Git installs consume the built output, not src/.

How it works

  • Pure client plugin — the host half registers the plugin's settings namespace schema (forward-compatible: the web settings wire only serves framework allow-listed namespaces today, so the browser half persists the preference in a browser-local store); the visual surface ships via exports["./client"].
  • Stable hooks only — anchors come from the shipped UI's stable data-* attributes (data-shell-overlay, data-conversation-scroll, data-composer-seat/data-composer-card, div[data-phase], [role="tree"]); the enhancer stamps its own data-gb-* markers (walking through slot display: contents wrappers) and one stylesheet does all the visual work. No hashed class names.
  • Body-level fades — the edge melts are position: fixed overlays appended to document.body (React never touches body children), pure solid→transparent gradients, pointer-events: none, z-index: 5 below every floating control.
  • Glass without breaking the pill — the header's backdrop-filter lives on a ::before layer; if it sat on the card itself, Chromium would make it the containing block for the fixed utilities pill and drag it out of the viewport corner.
  • Idempotent + self-healing — the markup pass re-runs from a debounced MutationObserver plus scroll/resize events; dispose (HMR/unload) removes every marker and overlay, restores the built-in sidebar fade, and disconnects all observers.

License

MIT