kawaii 2000s

August 13, 2026 · View on GitHub

中文版本

A skin for the DeepSeek Harness web UI: candy pink + baby blue, all the 2000s vibes.

Screenshots

LightDark
kawaii 2000s lightkawaii 2000s dark

Install

Three steps:

1. Add a line to dependencies in ~/.dsh/profiles/web/package.json:

"dsh-skin-kawaii2000": "github:shunkwon/dsh-skin-kawaii2000"

2. Add a block to ~/.dsh/profiles/web/cordis.patch.yml:

- insert:
    - id: skin-kawaii2000
      name: dsh-skin-kawaii2000

3. Install and restart dsh:

cd ~/.dsh/profiles/web
pnpm install

Done — open http://127.0.0.1:3080 and enjoy the pink ✨

Want to disable it?

Add disabled: true to that patch line and restart, or remove both additions above.

License

MIT