AI Agent Hub
Back to plugins
🖥️

dsh-fusion-pixel-ui-adapt

Client Updated 2026.08.17

Run the following command in DeepSeek Harness:

dsh plugin install TableRogue/dsh-fusion-pixel-ui-adapt

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

Run dsh plugin install TableRogue/dsh-fusion-pixel-ui-adapt in the DeepSeek Harness terminal to install the plugin, with the full source available at https://github.com/TableRogue/dsh-fusion-pixel-ui-adapt .

About this plugin

Pixel fonts look terrible under sub-pixel anti-aliasing, rounded corners, and arbitrary font sizes. dsh-fusion-pixel-ui-adapt fixes exactly that for the DeepSeek Harness Web GUI. It disables sub-pixel rendering and zeroes out letter-spacing so every pixel lands on an integer coordinate. All border-radius values are set to zero, giving the interface a crisp, squared-off look that matches the pixel aesthetic. The brand logo in the top-left corner is hidden, and the "collapse sidebar" button is repositioned to the same row right of "new session" to reduce visual clutter.

On the typography side, every --dsw-font-* token (font-size and line-height) is snapped to a 12 px grid: body text sits at 12/18 and headings at 24/36. This eliminates the sub-pixel blurring that non-integer multiples cause, keeping pixel fonts razor-sharp at every heading level.

If you already use dsh-fusion-pixel-font and want a faithful retro-pixel look in your browser-based DeepSeek workspace, this plugin is all you need. It does not load any font files itself; it purely adapts the layout and visual tokens. Once installed it is appended to your profile bundles automatically and takes effect the next time you launch dsh --profile web.

Use Cases

  • Eliminating sub-pixel anti-aliasing blur when using a pixel font in the DeepSeek Harness Web GUI
  • Squaring off all rounded corners for a visually consistent pixel aesthetic
  • Snapping typography tokens to a 12 px integer grid to prevent non-integer scaling fuzziness

Best For

  • Users who already use dsh-fusion-pixel-font and pursue a retro pixel aesthetic
  • DeepSeek Harness Web GUI users who demand precise pixel-font rendering
  • Enthusiasts who prefer sharp, square, zero-radius pixel interfaces