
drfccv/dsh-theme-neko
40Last commit Aug 14, 2026
dsh-theme-neko DSH plugin
This plugin applies a Nachoneko (甘城猫猫) wallpaper background and styles the interface surfaces to match the artwork's blue-and-white palette. It includes light and dark variants, and readability adjustments for tooltips, focus indicators, and buttons.
How to install the dsh-theme-neko DSH plugin
dsh plugin --profile web add dsh-theme-nekoCopying does not run this command. Review the repository and version before installing the dsh-theme-neko DSH plugin.
dsh-theme-neko DSH plugin data source
dsh-theme-neko DSH plugin snapshot date: Aug 16, 2026
discovered
What the dsh-theme-neko DSH plugin can do
- Applies Nachoneko wallpaper with light and dark variants
- Styles composer, popup menus, and settings dialog to match the palette
- Adjusts readability for tooltips, focus indicators, and buttons
- Automatically applies the theme after restarting the web GUI
Where the dsh-theme-neko DSH plugin fits
- Personalize the DeepSeek Harness web interface with a Nachoneko theme
- Replace the bundled wallpaper by overwriting assets/wallpaper.png
- Achieve a consistent blue-and-white color scheme across the GUI
- Quickly revert to default by uninstalling the plugin
Who the dsh-theme-neko DSH plugin is for
- DeepSeek Harness users who enjoy Nachoneko artwork
- Users who want to customize the visual appearance of their DSH web GUI
dsh-theme-neko DSH plugin limitations
- Only works with DeepSeek Harness using a web profile
- Requires the user to have DSH installed and be able to run `dsh plugin` commands
- Replacing the wallpaper requires rebuilding and reinstalling the package
- The branded wallpaper is not covered by the software license and has its own copyright
dsh-theme-neko DSH plugin: from the repository README
Quoted from the drfccv/dsh-theme-neko README, the upstream source of the dsh-theme-neko DSH plugin. Copyright remains with the original authors.
A **Nachoneko (甘城猫猫)** themed skin for the DeepSeek Harness web GUI. [English](README.md) · [简体中文](README.zh.md) </div> The interface uses the Nachoneko artwork by Amashiro Natsuki as the wallpaper background and applies a matching blue-and-white color palette. ## Screenshot  ## Features - Nachoneko wallpaper background, with light and dark variants - Interface surfaces styled to match the artwork's palette, including the composer, popup menus, and the settings dialog - Readability adjustments for tooltips, focus indicators, and buttons ## Requirements - DeepSeek Harness with a `web` profile ## Installation Install the plugin into your profile: ```sh dsh plugin --profile web add dsh-theme-neko ``` Restart the web GUI so the plugin is loaded: ```sh dsh web ``` The theme is applied automatically after the restart. ## Usage - The plugin appears under Settings > Plugins as `dsh-theme-neko`. - To replace the wallpaper, overwrite `assets/wallpaper.png`, then rebuild and reinstall the package. - To uninstall: ```sh dsh plugin --profile web remove dsh-theme-neko ``` ## Development ```sh pnpm install pnpm build npm pu
Read the full READMERepository license: NOASSERTION
dsh-theme-neko DSH plugin questions
How do I install the neko theme plugin?
Run `dsh plugin --profile web add dsh-theme-neko` in your terminal. Then restart the web GUI with `dsh web` to see the theme applied automatically.
How do I uninstall the theme?
Use the command `dsh plugin --profile web remove dsh-theme-neko` to remove the plugin. After restarting the web GUI, the default interface will be restored.
Can I replace the wallpaper with my own image?
Yes. Overwrite the `assets/wallpaper.png` file in the plugin source, then rebuild the package with `pnpm build` and reinstall it. The new wallpaper will be used.
Will the theme conflict with other plugins?
The theme only styles the GUI surfaces listed in the README (composer, popup menus, settings dialog, tooltips, focus indicators, buttons). It should not conflict with other plugins unless they override the same CSS classes. You can test by installing and uninstalling.
Is the wallpaper included in the open-source license?
No. The bundled wallpaper is copyrighted by Amashiro Natsuki. It is not part of the MIT license. See THIRD-PARTY-NOTICE.md for attribution details.