# Castorice Theme · DSH Plugin English | [中文](README.md) A [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) Web theme inspired by **Castorice (遐蝶)**, the Chrysos Heir of Death from *Honkai: Star Rail*: a deep twilight-violet dark palette with pale lavender accents. ## One-click install This package is a standard DSH plugin bundle. `dsh` reconciles its `cordis.patch.yml` into your profile automatically — no manual config edits. ### From GitHub (recommended) ```sh dsh plugin --profile web add github:chemicalcat250/dsh-theme-castorice dsh web ``` ### From a local checkout ```sh dsh plugin --profile web add . dsh web ``` ### From npm (once published) ```sh dsh plugin --profile web add dsh-theme-castorice dsh web ``` ## Switching back Open **Settings → Appearance** and pick `Light` / `Dark` / `System`, or remove the plugin: ```sh dsh plugin --profile web remove dsh-theme-castorice ``` Activation only touches the in-memory preference, never the persisted `light/dark/system` setting, so removal leaves no residue. ## How it works A client plugin (`dsh.client`, `platform: web`). Its `dsh.bundle.patch` points at `cordis.patch.yml`, which `dsh plugin` merges into the profile. The browser half (`lib/client.js`) registers the `castorice` theme through the `theme` service and activates it with `setTheme('castorice')`. ## License [MIT](LICENSE)