AI Agent Hub
Back to plugins
🎮

dsh-plugin-custom-css

Fun & Dress-up Updated 2026.09.12

Run the following command in DeepSeek Harness:

dsh plugin install nguyenduclong-ict/dsh-plugin-custom-css

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

Run dsh plugin install nguyenduclong-ict/dsh-plugin-custom-css in your terminal (source: https://github.com/nguyenduclong-ict/dsh-plugin-custom-css), then restart DSH Desktop to find the Custom CSS row in Settings.

About this plugin

DeepSeek Harness ships with a fixed set of Web UI styles. Want a different font stack, tighter line-height, or a sidebar background that matches your palette, and the only route was digging through source CSS and hoping you did not break it during the next update. This plugin collapses that workflow into a single row in the Settings panel: flip the toggle on, paste or write CSS in the textarea, and every keystroke refreshes the live interface instantly, no page reload required.

It deliberately stays out of the way. The injected snippet is appended to the end of the style list, so styles from other sources are never removed. Switching the toggle off pauses injection without deleting your saved code. Persistence uses a local JSON file plus a localStorage mirror, so the snippet is applied before the first paint on the next launch, eliminating any flash of unstyled content. A practical bonus: the textarea can reference the Harness design tokens (--dsw-alias-, --dsw-font-), meaning your tweaks automatically follow the active light or dark variant and never produce a white-on-white mishap.

It is built for anyone who wants DSH Desktop to feel just a little more like theirs without touching the source: a new font stack, a slightly narrower sidebar, a brand-color accent on the primary button, a subtle inner shadow on the textarea. A few lines of CSS, saved once, applied everywhere.

Use Cases

  • Want a custom font stack or border radius in DSH Desktop without forking the source
  • Need to rebrand the default accent color and keep it in sync with light and dark theme
  • Fine-tune sidebar width or input shadow, see changes live and have them persist across restarts

Best For

  • Individual users who want a tailored DSH look without forking the codebase
  • DSH Desktop users with basic CSS skills who prefer a personal touch on the UI
  • Teams that want a shared visual style for DSH without maintaining a separate fork