AI Agent Hub
Back to plugins
🎮

dsh-custom-skin

Fun & Dress-up Updated 2026.09.04

Run the following command in DeepSeek Harness:

dsh plugin install v587d/dsh-custom-skin

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

Run dsh plugin install v587d/dsh-custom-skin in your terminal to install this plugin; the full source code is available at https://github.com/v587d/dsh-custom-skin . Restart dsh web after installation to apply.

About this plugin

The DSH Web GUI ships with a narrow set of font and color options, and wide tables suffer from an 8px height jitter whenever the cursor crosses the bottom border. dsh-custom-skin adds a lightweight visual-customization layer that addresses both issues without requiring a DSH rebuild.

You can override the UI and code font stacks (fonts must already be installed on your OS), pick from five light-and-dark theme palettes — Border, Nord, Twilight, GitHub, and Atom One — and apply Markdown beautification such as heading color bars and styled code and quote blocks. The wide-table jitter fix is theme-independent and always active: it probes the actual scrollbar height, publishes the value as a CSS variable, and pins the three states of .md-table-wide with !important so the table height stays constant regardless of hover state.

Preferences persist in the browser localStorage across sessions; when the current DSH build supports the settings.section protocol, a dedicated Custom Skin panel lets you edit and preview changes in real time. The plugin is aimed at DSH Web users who care about reading typography, want a consistent dark or light aesthetic, or have been bothered by the table hover flicker.

Use Cases

  • Switch to a Nord or Twilight dark theme with a monospace code font
  • Fix the 8px height jitter on wide tables when hovering the bottom border
  • Preview five light-and-dark theme palettes instantly in the settings panel

Best For

  • DSH Web users with strong preferences for typography and color
  • Developers who want a consistent dark or light visual style
  • Terminal users frustrated by the wide-table hover jitter