Bundle
dsh-theme-neko
A Nachoneko (甘城猫猫) themed skin for the DeepSeek Harness web GUI, featuring the artist's artwork as the wallpaper background.
- Source
- drfccv
- stars
- 3 stars
- License
- MIT
- Updated
- Updated 8 hours ago
Readme
<div align="center"> # 🐱 neko-theme 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 publish ``` ## License The software is licensed under the MIT License. See [LICENSE](LICENSE). The bundled wallpaper is not part of the software license. See [THIRD-PARTY-NOTICE.md](THIRD-PARTY-NOTICE.md) for the artwork attribution. ### Background Artwork - **Artist:** Amashiro Natsuki (Nachoneko) - **Source:** <https://amashiro.com/wp-content/uploads/2021/12/10.png> - **Official Gallery:** <https://amashiro.com/gallery/> - **Copyright:** © Amashiro Natsuki This artwork is not part of the project's software license. All rights remain with the original copyright holder.
Install
dsh plugin --profile web add github:drfccv/dsh-theme-neko
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-theme-neko from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.