
lyq3/dsh-skin-nebula
dsh-skin-nebula
dsh-skin-nebula is a community DeepSeek Harness plugin. Read the repository README before installing.
Install
npx @deepseek-ai/dsh plugin --profile web add github:lyq3/dsh-skin-nebulaRestart `dsh web` after install. Bundle APIs can change during the developer preview.
README badge
[](https://dshhub.dev/plugins/dsh-skin-nebula)Paste this into your README. The star count updates with every catalog sync.
From the README
Excerpt from lyq3/dsh-skin-nebula, cleaned of badges and images.
dsh-skin-nebula
English | 中文
Anime skin pack for the DeepSeek Harness Web UI — translucent surfaces over AI-generated HD artwork, a shirt-icon switcher at the top right to pick between five built-in skins, and an adjustable transparency slider.
Skins
| Skin | Accent | Dark artwork | Light artwork |
|---|---|---|---|
| Ninja | neon cyan | moonlit ninja over a cyberpunk skyline | white-clad ninja in a bright sky |
| Sakura | rose | kunoichi on a torii gate under a blood moon | sakura kunoichi in a pastel sky |
| Bamboo | emerald | night bamboo grove, emerald blade and fireflies | misty morning bamboo with sunbeams |
| Ronin | amber | wandering ronin against the last ember of dusk | golden-hour countryside |
| Ryujin | indigo | eastern dragon coiling through a night storm | white dragon gliding among sunlit clouds |
The dropdown also has a transparency slider (0-100%, default 50%): higher = more artwork showing through; menus and popovers keep a readability floor. Skin choice and transparency persist in localStorage per browser. Both color schemes (light/dark) are covered by every skin; the backdrop follows body[data-ds-dark-theme] automatically.
Preview
| Dark | Light | |
|---|---|---|
| Ninja | <img src="assets/ninja-dark.png" width="400"> | <img src="assets/ninja-light.png" width="400"> |
| Sakura | <img src="assets/sakura-dark.png" width="400"> | <img src="assets/sakura-light.png" width="400"> |
| Bamboo | <img src="assets/bamboo-dark.png" width="400"> | <img src="assets/bamboo-light.png" width="400"> |
| Ronin | <img src="assets/ronin-dark.png" width="400"> | <img src="assets/ronin-light.png" width="400"> |
| Ryujin | <img src="assets/ryujin-dark.png" width="400"> | <img src="assets/ryujin-light.png" width="400"> |
Install
From GitHub (recommended):
dsh plugin --profile web add github:lyq3/dsh-skin-nebula
From a local checkout:
dsh plugin --profile web add file:/path/to/dsh-skin-nebula
Ensure dsh-skin-nebula is listed in the profile's dsh.profile.bundles (the dsh plugin add command does this automatically), then restart dsh.
Upgrade: re-run the same add command (for github: installs, add github:lyq3/dsh-skin-nebula pulls the latest main), then restart dsh.
Uninstall: dsh plugin --profile web remove dsh-skin-nebula and drop the entry from bundles.
How it works
…

