AI Agent Hub
Back to plugins
🎮

dsh-kde-tint

Fun & Dress-up Updated 2026.09.13

Run the following command in DeepSeek Harness:

dsh plugin install iwinoid/dsh-kde-tint

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

Run dsh plugin install iwinoid/dsh-kde-tint in your terminal to install, then restart dsh web for the tint to take effect; the full source is at https://github.com/iwinoid/dsh-kde-tint

About this plugin

The DSH web UI ships with a neutral out-of-the-box theme, while KDE desktop users have already picked an accent color in System Settings. dsh-kde-tint bridges the gap: it reads your KDE accent and blends it into the DSH interface so the in-browser tool feels like part of the same desktop.

The plugin works in two halves. The host side reads kdeglobals and the active color-scheme file, then serves the extracted RGB values and theme name as JSON from the profile web server. The browser side fetches that data on every page load and applies the tint through the theme service, mixing the accent at 6 to 16 percent opacity into light and dark base surfaces while brand buttons use the raw color. No clicks required; uninstalling or disabling restores the stock theme. On systems without KDE configuration it falls back to a sensible default and never blocks startup.

Ideal for developers who use the DSH web UI on a KDE Plasma desktop and want the interface to follow their accent color without touching a single line of CSS.

Use Cases

  • KDE desktop users open the DSH web UI and see it match their system accent automatically
  • Switching KDE color schemes and refreshing the page updates the DSH theme accordingly
  • On systems without KDE, the plugin silently falls back to a dark default without blocking startup

Best For

  • Developers working in a KDE Plasma desktop environment
  • Users who want the DSH web UI to visually match their desktop theme
  • Those who prefer zero-configuration, lightweight plugin experiences