RealHacker/dsh-theme-colorizer

Skin ⭐ 2 codingweb-ui

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.

catalog description:A Deepseek Harness plugin that gives its UI color themes

Install

User picks "Forest Green" in Settings
  → ThemeColorRow calls setColorTheme('forest-green')
  → Client plugin writes to settings scope (Host persists it)
  → Client plugin calls ctx.theme.overrideTokens('dsh-theme-colorizer', forestTokens)
  → ThemeRuntime publishes theme/change event
  → ui-layout's ThemePresenter reads the new snapshot
  → CSS variables on <body> update
  → All components re-render with new colors

Add RealHacker/dsh-theme-colorizer to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.