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.

Glassmorphism Theme — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
G

@edwardhamu/dsh-glassmorphism-theme

Glassmorphism Theme

Glassmorphism theme layer for the DeepSeek Harness web UI.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:EdwardHamu/dsh-glassmorphism-theme#513d3e6fda73a3967942e427f23bc535d6ea606d
READMECompatibilityVersions

Compatibility and provenance

Glassmorphism Theme is published as @edwardhamu/dsh-glassmorphism-theme and currently resolves to version 0.1.3. 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/22/2026

Versions

0.1.3stable
8/22/2026
0.1.2stable
8/21/2026

Related plugins

Loading related plugins…

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

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-glassmorphism-theme

Material Design 3 glassmorphism theme for the DeepSeek Harness Web UI.

dsh-glassmorphism-theme preview

This plugin applies a modern glassmorphism (frosted glass) aesthetic with custom wallpaper support, transparent surfaces, and backdrop blur effects. It's client-only, mapping MD3 design tokens onto DSH's semantic CSS without replacing DOM structure or modifying application settings.

Features

Glassmorphism Effects

  • Backdrop blur and transparency: Sidebar, top bar, composer card, chat glass layer, settings panel, and all menus/portals use backdrop-filter with 10px blur and 115% saturation.
  • Semi-transparent surfaces: Chat bubbles and code blocks use 30% opacity backgrounds, selected sidebar rows use 30% opacity, preserving text and syntax highlighting clarity.
  • Nested menu optimization: Command and model menus use pseudo-element glass layers to avoid nested backdrop-filter conflicts, ensuring visible blur effects.
  • Performance-optimized chat layer: Fixed-position glass background covers only the visible chat viewport (not the full message list), updated on resize/layout changes, never on scroll.

Custom Wallpaper

  • Built-in wallpaper settings: A 壁纸 page in the native Settings dialog supports:
    • Local image files (stored in IndexedDB, never uploaded)
    • HTTP/HTTPS image URLs (validated and preloaded)
    • Fill modes: cover, contain, auto
    • Position: center, top, bottom, left, right
    • Readability overlay with adjustable darkness
    • Enable/disable and clear controls
  • Privacy-first storage: Wallpaper images stay in the browser profile's IndexedDB; lightweight preferences use localStorage. Nothing is sent to DSH services.
  • Single fixed layer: One position: fixed wallpaper element at page bottom, with all glass surfaces layered above.

Material Design 3 Foundation

  • Color system: Light and dark palettes synchronized with DSH's data-ds-dark-theme, covering surface hierarchy, primary/secondary/tertiary/error, success, and warning roles.
  • Typography & spacing: MD3 type scale and 4dp grid.
  • Elevation & interaction: Restrained shadows, state layers, visible keyboard focus, and accessible contrast.
  • Comprehensive coverage: Sidebar, session rows, composer, bubbles, menus, dialogs, settings, form fields, buttons, scrollbars, cards, and responsive viewport adjustments.

Accessibility & Compatibility

  • Reduced transparency mode: Respects prefers-reduced-transparency (uses same 10px blur).
  • Backdrop-filter fallback: Transparent backgrounds when backdrop-filter is unavailable.
  • Reduced motion: Respects prefers-reduced-motion.

Build

npm install
npm run typecheck
npm run build

Install from npm into the local Web profile

Install the published package from npm:

dsh plugin --profile web add "@edwardhamu/dsh-glassmorphism-theme"

Reload http://localhost:3080 after installation. Use the existing Appearance setting to switch between light and dark palettes.

Wallpaper Setup

Open 设置 → 壁纸 to configure your background:

  1. Choose source:

    • Upload a local image file (JPG, PNG, WebP, etc.)
    • Enter an HTTP/HTTPS image URL
  2. Adjust display:

    • Fill mode: Cover (default, fills viewport), Contain (fit within), or Auto
    • Position: Center, Top, Bottom, Left, Right
    • Readability overlay: Add a dark tint (0–100%) to improve text contrast
  3. Enable the wallpaper to activate glassmorphism effects across the UI.

The wallpaper is off by default and stored locally in your browser profile. No images or settings are synced or uploaded to DSH servers.