RealHacker/dsh-theme-colorizer

RealHacker★ 0TypeScriptLast synced: 2026-08-15

Open on GitHub

A Deepseek Harness plugin that gives its UI color themes

README excerpt

dsh-theme-colorizer A DeepSeek Harness (DSH) plugin that adds customizable color themes to the DeepSeek Web UI. The user selects a color theme on the Settings page, and the chosen theme's --dsw-alias- CSS token overrides are applied on top of the active light/dark base palette. Features - 5 color themes : Ocean Blue, Forest Green, Sunset Orange, Royal Purple, Monochrome - Settings page integration : a "Color Theme" row appears in the General section of the Settings panel - Persisted preference : the user's choice is stored in the DSH user-settings document and survives restarts - Composes with the built-in Appearance row : the color theme is independent of the light/dark/system preference — both layers compose through the theme service's override stacking How it works The DSH plugin loading model A DSH plugin is a Cordis plugin module. It exports an apply(ctx) function that the Cordis loader calls with a context ( ctx ). Every registration the plugin makes — settings namespaces, theme overrides, slot registrations — is an effect on that context, so unloading the plugin automatically tears down its contributions. This plugin has two halves because it contributes to both the Host (No…

View full README on GitHub →
Skins / UIcoding-agentcolor-schemedsh-pluginweb ui

Category