RealHacker/dsh-theme-colorizer

RealHacker★ 0TypeScript最后同步: 2026-08-15

在 GitHub 打开

A Deepseek Harness plugin that gives its UI color themes

README 摘要

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…

在 GitHub 查看完整 README →
皮肤/UIcoding-agentcolor-schemedsh-pluginweb ui

分类