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.

Crt Theme — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

@dsh-external/dsh-crt-theme

Crt Theme

Dual-palette CRT terminal skin for DSH Web: Unit-02 black/red/orange/amber and Unit-01 violet/acid-green instruments with fine CRT meters and scan-striped branding.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:WJNCT55555/dsh-crt-theme#bcf8f0bba5ee96bf99eba0511edba1f703f76fdc
READMECompatibilityVersions

Compatibility and provenance

Crt Theme is published as @dsh-external/dsh-crt-theme and currently resolves to version 0.8.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
8/26/2026

Versions

0.8.1stable
8/26/2026

Related plugins

Loading related plugins…

Latest
0.8.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
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.Remote 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 r

README

DeepSeek Tactical CRT Theme

@dsh-external/dsh-crt-theme is a browser-only DSH skin that turns DSH Web into a readable instrument terminal. It includes a black/red/orange/amber Unit-02 display and a black-violet/acid-green/magenta Unit-01 display, with condensed labels, flat cut-corner controls, fine diagonal progress tracks, dense vertical context meters, a restrained scanline layer, aperture grille, and glass-edge vignette.

The visual direction is an original 1990s industrial sci-fi terminal treatment. It does not ship or redraw DeepSeek, Evangelion, or other third-party brand assets, logos, or interface text.

Install

GitHub

Install the published build directly into a DSH Web profile:

dsh plugin --profile web add github:WJNCT55555/dsh-crt-theme
dsh web

The repository keeps lib/ under version control, so this path does not require a local TypeScript toolchain.

Local checkout

cd dsh-crt-theme
dsh plugin --profile web add .
dsh web

The bundle inserts the dsh-crt-theme loader row. If the profile already contains the row, remove the duplicate before enabling the bundle.

The skin installs a caller-owned DSH theme token layer when it loads. Unloading the plugin restores the normal DSH palette preference.

Visual system

  • Unit-02 is the tactical palette: black surfaces, red structure, orange controls, warm amber signal ink, and teal success states.
  • Unit-01 is the synchronization palette: black-violet surfaces, magenta structure, acid-green signal ink, and orange alerts.
  • Both schemes preserve each DSH control's native chrome: borderless text and icon actions stay borderless, while component-owned outlines receive the CRT palette.
  • Orbitron is preferred when it is already installed locally; the skin falls back to bundled system fonts and does not fetch remote font files.
  • The skin leaves compact icon buttons to their owning DSH components, so fixed-size toolbars retain their original geometry.
  • Page-view tabs remain transparent labels; their selected state uses a short left indicator and an underline instead of a button container.
  • Task and completion tracks use a thin diagonal CRT fill; the context breakdown keeps its semantic colors in dense 3 px vertical cells.
  • The conversation composer keeps DSH's transparent editing layer so its backdrop-rendered draft text remains visible over the dark CRT surface.
  • A blank conversation opens with DEEPSEEK、袭来 and a scan-striped DeepSeek whale mark; the sidebar carries the same mark.
  • Brand text and session rows remain unframed navigation text, using only hover fill and a short selected-state indicator.
  • The existing DSH shell stays intact: the skin adds no tactical status bar or decorative header above the product chrome.
  • The achievements gallery keeps its own content layout while inheriting the condensed type, hard edges, buttons, and fine CRT meters.

Controls

  • Ctrl+Shift+Alt+C on Windows/Linux, or Cmd+Shift+Alt+C on macOS: toggle scanlines, vignette, grille, and phosphor flicker.
  • Ctrl+Shift+Alt+P on Windows/Linux, or Cmd+Shift+Alt+P on macOS: switch between Unit-02 and Unit-01 CRT palettes.
  • window.DSHCRT.enable(), .disable(), .toggle(), .setScheme('unit02' | 'unit01'), and .toggleScheme() are available for local development. The former amber and violet inputs remain accepted as aliases.
  • The selected CRT palette is stored under dsh-crt-theme:scheme; the hardware-effect toggle is stored under dsh-crt-theme:effects.

The effect layer respects prefers-reduced-motion and removes all global state when the plugin is unloaded.

Compatibility

  • Requires the DSH Web client token, slots, conversation, sidebar, and theme packages available in DSH 0.1.0-rc.8 or newer.
  • It can be installed with dsh-achievements and dsh-web-preview-float. It owns one theme-token layer and styles their controls only visually; it adds no routes, tools, persistence, or host services.
  • Do not enable a second full-page theme plugin at the same time: the later token layer and CSS rules win where they overlap.