AI Agent Hub
Back to plugins
🎮

dsh-pixel-icons

Fun & Dress-up Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install TableRogue/dsh-pixel-icons

Paste the following prompt into your AI chat to install this plugin:

Install the plugin in DeepSeek Harness by running dsh plugin install TableRogue/dsh-pixel-icons; the source is at https://github.com/TableRogue/dsh-pixel-icons. It is appended to the profile bundles automatically and takes effect the next time you launch dsh --profile web.

About this plugin

The DeepSeek Harness Web GUI ships with smooth vector SVG icons filled with currentColor, a standard modern-UI look. The moment you swap in the Fusion Pixel pixel font, the contrast between rounded Bézier curves and blocky pixel characters becomes jarring. dsh-pixel-icons closes that gap: at runtime it rasterizes every icon-level SVG and rebuilds it as 1-pixel blocks so the entire interface lives under one cohesive pixel aesthetic.

The rasterization is not a naive downscale-and-upscale. The plugin uses 3× supersampling combined with a block-coverage threshold (default 0.35) so that thin strokes remain continuous and evenly weighted after pixelation, with no gaps or aliasing. It selectively targets only SVGs carrying currentColor, automatically skipping functional graphics such as context progress rings, and mutates nodes in place to preserve React reconciliation, keeping sidebar folding and other layout logic working as expected.

If you are already running the dsh-fusion-pixel-font and dsh-fusion-pixel-ui-adapt theme and just need the last non-pixel piece of the puzzle, this is that piece. It loads automatically with your profile on every start. Tweak SCALE or the coverage threshold and refresh the page to re-rasterize if you want a coarser or finer grain.

Use Cases

  • Pair with the Fusion Pixel font theme for a fully cohesive pixel-art Web GUI
  • Tune the supersample scale and coverage threshold for coarser or finer pixel grain
  • Pixelate every currentColor icon without breaking sidebar folding or other React interactions

Best For

  • Users who love pixel aesthetics and want a single coherent visual language across the GUI
  • Users already running Fusion Pixel font and UI-adapt themes but missing the icon piece
  • Lightweight tinkerers who want to try pixel icons, tweak SCALE, and refresh to see the change