Skip to content

zhang66633/dsh-pixel-ui

31Last commit Aug 15, 2026

dsh-pixel-ui DSH plugin

dsh-pixel-ui is a skin plugin that transforms dsh Web GUI into a pixel RPG style. It provides four themes (Pixel·Wood, Pixel·Paper, Pixel·Warm, Pixel·Retro) with pixel textures, 8-bit buttons, CRT scanlines, and pixel fonts. You can switch between themes or revert to the modern default UI at any time.

How to install the dsh-pixel-ui DSH plugin

dsh plugin --profile web add dsh-pixel-ui

Copying does not run this command. Review the repository and version before installing the dsh-pixel-ui DSH plugin.

dsh-pixel-ui DSH plugin data source

dsh-pixel-ui DSH plugin snapshot date: Aug 16, 2026

discovered

What the dsh-pixel-ui DSH plugin can do

  • Four themes with one-click switching: Pixel·Wood, Pixel·Paper, Pixel·Warm, Pixel·Retro terminal.
  • Pixel visual effects: hard shadows, 8-bit raised buttons, inset inputs, wood grain, CRT scanlines, pixel cursor.
  • Pixel fonts: fusion-pixel for Chinese, Press Start 2P for English/numbers, monospace for body text.

Where the dsh-pixel-ui DSH plugin fits

  • Add a pixel-art or retro terminal look to your dsh chat interface.
  • Create atmospheric screenshots for blog posts or social media.
  • Switch between different visual themes for personal preference or work environment.

Who the dsh-pixel-ui DSH plugin is for

  • dsh users who enjoy pixel aesthetics, Stardew Valley style, or retro terminal visuals.
  • Bloggers and developers who want to add a unique vibe to their dsh session screenshots.

dsh-pixel-ui DSH plugin limitations

  • Only compatible with dsh 0.1.0-rc.6 (verified last 2026-08-14).
  • Only supported on modern Chromium and Firefox browsers (requires localStorage, CSS variables, SVG cursor).

dsh-pixel-ui DSH plugin: from the repository README

Quoted from the zhang66633/dsh-pixel-ui README, the upstream source of the dsh-pixel-ui DSH plugin. Copyright remains with the original authors.

> DeepSeek Harness 像素皮肤(Agent Xi 风格):四个主题一键切换——像素·木屋 / 像素·羊皮纸 / 像素·暖阳 / 像素·终端绿,随时可切回现代默认 UI。 ![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen) ![dsh](https://img.shields.io/badge/dsh-0.1.0--rc.6-blue) ![version](https://img.shields.io/badge/version-1.0.0-F4D03F) ![themes](https://img.shields.io/badge/themes-4-orange) --- ## Overview <p align="center"> <img src="./assets/screenshot-wood.png" alt="像素·木屋(默认主题)" width="760" /> </p> `dsh-pixel-ui` 是一个**皮肤插件**,把 dsh Web GUI 重皮肤成像素 RPG 风: 1. **四个主题**:像素·木屋(深木 + 金)、像素·羊皮纸(浅色纸面 + 金棕)、像素·暖阳(暖橙木)、像素·终端绿(CRT 绿字),色板与 Agent Xi 主题系统同源; 2. **像素质感**:阶梯硬阴影、8-bit 凸起按钮、内凹输入框、木纹条纹、CRT 扫描线 + 暗角、像素光标; 3. **像素字体**:标题/页签/按钮/徽章/输入框用 fusion-pixel(中文)+ Press Start 2P(英文数字),正文与代码走 mono,长文不累眼。 **适合谁**:想要像素风 / 星露谷风 / 复古终端外观的 dsh 用户;想给会话截图加一点氛围感的博主和开发者。 ## Themes ### 像素·木屋 · `pixel-wood` > 深色 · 深木 `#1A0F06` + 金 `#F4D03F`(默认主题) <img src="./assets/screenshot-wood.png" alt="像素·木屋" width="100%" /> ### 像素·羊皮纸 · `pixel-paper` > 浅色 · 纸面 `#F0E8D8` + 金棕 `#C8960C` <img src="./assets/screenshot-paper.png" alt="像素·羊皮纸" width="100%" /> ### 像素·暖阳 · `pixel-warm` > 深色 · 暖木 `#1E0E04` + 橙 `#FF8C42` <img src="./assets/screenshot-warm.png" alt=

Read the full READMERepository license: MIT

dsh-pixel-ui DSH plugin questions

How do I install dsh-pixel-ui?

Run the command `dsh plugin --profile web add dsh-pixel-ui` in your terminal. Then restart the dsh web server. The plugin will automatically activate the default Pixel·Wood theme on first load.

How do I switch between themes?

Go to Settings → General → Pixel Theme. You'll see five buttons to switch between the four pixel themes and the modern default UI. The selection is saved in your browser's localStorage and persists across sessions.

How do I revert to the default modern UI?

In Settings → General → Pixel Theme, click the 'Modern Default' button. You can also change the Appearance setting to Light/Dark/System to exit the pixel skin entirely. The preference will be remembered.

Why is the theme not applying after installation?

First, verify the plugin is loaded by running `dsh --profile web --dump-config` and checking that `dsh-pixel-ui` appears in the tree. Then go to Settings → General → Pixel Theme and manually select a theme. If it still doesn't work, restart the dsh web server.

How do I uninstall the plugin?

Remove the `dsh-pixel-ui` entry from the `dsh.profile.bundles` array in your profile's package.json. The dependency can be left. Then run `pnpm install` to clean up. The skin will no longer be injected and the UI will revert to the modern default.