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.

Asuka School Theme — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
A

dsh-asuka-school-theme

Asuka School Theme

Theme Asuka // 02 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:Yyyyyylor/dsh-asuka-school-theme#355cb8287e7ef7715b12c063d7ab7812be98076b
READMECompatibilityVersions
Theme-Asuka running in DeepSeek Harness

Compatibility and provenance

Asuka School Theme is published as dsh-asuka-school-theme and currently resolves to version 3.0.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/20/2026

Versions

3.0.1stable
9/20/2026
3.0.0stable
9/12/2026
2.2.1stable
9/1/2026
Show 3 more versionsCollapse versions
2.2.0stable
8/29/2026
2.1.0stable
8/28/2026
2.0.1stable
8/27/2026

Related plugins

Loading related plugins…

Latest
3.0.1
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
Last push
9/20/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 pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README

Theme Asuka // 02

简体中文

An unofficial fan-made Light/Dark appearance plugin for the DeepSeek Harness Web UI. It pairs restrained school blue, ribbon red, warm paper, and quiet Tokyo-3 night tones with three right-composed wallpapers that follow the local time of day.

Not affiliated with DeepSeek, khara, Evangelion, or any original rights holder.

Preview

Theme-Asuka running in DeepSeek Harness

Compatibility

  • DSH: 0.1.5-rc.2
  • Cordis: 4.0.2
  • Target: Ubuntu / WSL2 Ubuntu with DSH Web and Linux Chrome

The v3.0.1 baseline has build, automated-test, isolated Host smoke, and real DSH Web interaction coverage on Windows and Ubuntu/WSL2.

Install

From GitHub Release (recommended)

dsh plugin --profile web add https://github.com/Yyyyyylor/dsh-asuka-school-theme/releases/download/v3.0.1/dsh-asuka-school-theme-3.0.1.tgz

This project is not published to npm. The GitHub Release asset is a prebuilt, versioned package and is the preferred installation source.

From GitHub source

dsh plugin --profile web add github:Yyyyyylor/dsh-asuka-school-theme#v3.0.1

This requires Git to be available on the host. Pin the tag instead of using main so updates remain predictable.

From a local checkout

pnpm install
pnpm build
npm pack
dsh plugin --profile web add ./dsh-asuka-school-theme-3.0.1.tgz

Restart the DSH Web profile after installing, updating, or removing the plugin. The final filename should match the .tgz emitted by npm pack.

Use

  • Open Settings → General → Theme-Asuka for the quick Off / On the Way to School / Noon Classroom / Tokyo-3 Night scene switch.
  • Open Settings → Theme-Asuka for wallpaper period, opacity, blur, decorative details, reduced motion, and reset. In the default automatic setting, Early is 06:00–11:00, Noon is 11:00–17:00, and Night is 17:00–06:00; the wallpaper crossfades at each boundary.
  • New-session and active-conversation composer cards share the same lighter, scene-aware liquid-glass surface, keeping more of the wallpaper visible.
  • Use the edit action beside a conversation title to rename the current session without leaving the conversation view.

The default mode is Off. This plugin leaves the official Light, Dark, and System appearance unchanged; it only adds the selected wallpaper scene.

Wallpaper images are decoded before the existing crossfade starts, and likely next scenes are preloaded while the browser is idle. Range-control previews are frame-coalesced, so opacity and blur adjustments remain responsive without reapplying unrelated theme tokens.

Privacy and assets

No credentials, telemetry, image upload, or browser localStorage preference store is used. Scalar preferences are stored in DSH's plugin-owned Host settings namespace. The three bundled WebPs are generated project assets; see assets/LICENSE.md and docs/ASSETS.md.

Do not package private artwork from assets/private/.

Development

Maintainers should start with the project index and the repository-specific agent guide.

pnpm build
pnpm test
pnpm check
npm pack --dry-run

The package publishes prebuilt lib/index.js and lib/client.js; end users do not need a postinstall build. See docs/RESEARCH.md for the current DSH runtime-audit limitation and docs/COMPATIBILITY.md for remaining live integration checks.