跳到正文

drfccv/dsh-theme-neko

40最近提交 2026年8月14日

dsh-theme-neko DSH 插件

此插件为 DSH 网页界面添加甘城猫猫(Nachoneko)壁纸背景,并按照蓝白配色风格化界面元素,包括 composer、弹出菜单和设置对话框。提供亮色和暗色两种变体,并对工具提示、焦点指示器和按钮进行了可读性调整。

如何安装 dsh-theme-neko DSH 插件

dsh plugin --profile web add dsh-theme-neko

复制不会执行命令。安装 dsh-theme-neko DSH 插件前请核对仓库和版本。

dsh-theme-neko DSH 插件数据来源

dsh-theme-neko DSH 插件快照日期:2026年8月16日

discovered

dsh-theme-neko DSH 插件能做什么

  • 应用甘城猫猫壁纸,支持亮色和暗色变体
  • 将 composer、弹出菜单和设置对话框按蓝白配色风格化
  • 调整工具提示、焦点指示器和按钮的可读性
  • 重启网页界面后自动应用主题

dsh-theme-neko DSH 插件适合哪些场景

  • 为 DeepSeek Harness 网页界面个性化甘城猫猫主题
  • 通过覆盖 assets/wallpaper.png 替换默认壁纸
  • 在整个 GUI 中实现一致的蓝白配色方案
  • 通过卸载插件快速恢复默认界面

dsh-theme-neko DSH 插件适合谁

  • 喜欢甘城猫猫画作的 DeepSeek Harness 用户
  • 希望自定义 DSH 网页界面外观的用户

dsh-theme-neko DSH 插件的限制

  • 仅适用于使用 web 配置文件的 DeepSeek Harness
  • 需要用户已安装 DSH 并能运行 `dsh plugin` 命令
  • 替换壁纸需重新构建并重新安装插件包
  • 内置壁纸不包含在软件许可中,有独立的版权归属

dsh-theme-neko DSH 插件的仓库 README 摘录

以下文字摘自 dsh-theme-neko DSH 插件的上游仓库 drfccv/dsh-theme-neko 的 README,版权归原作者,仅作引用。

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 ![Screenshot of neko-theme](sample/screenshot.png) ## 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

阅读完整 README仓库许可: NOASSERTION

dsh-theme-neko DSH 插件常见问题

如何安装 neko 主题插件?

在终端运行 `dsh plugin --profile web add dsh-theme-neko`,然后使用 `dsh web` 重启网页界面,主题会自动应用。

如何卸载主题?

运行 `dsh plugin --profile web remove dsh-theme-neko` 移除插件,重启网页界面后即可恢复默认界面。

我可以替换壁纸为自己喜欢的图片吗?

可以。在插件源码中覆盖 `assets/wallpaper.png` 文件,然后用 `pnpm build` 重新构建并重新安装插件,新壁纸就会生效。

这个主题会和其他插件冲突吗?

主题只修改了 README 中列出的界面元素(composer、弹出菜单、设置对话框、工具提示、焦点指示器、按钮)。如果其他插件没有覆盖相同的 CSS 类,则不会冲突。你可以通过安装和卸载测试兼容性。

内置壁纸是否包含在开源许可中?

不包含。内置壁纸版权归甘城猫猫(Amashiro Natsuki)所有,不随 MIT 许可分发。请查阅 THIRD-PARTY-NOTICE.md 了解归属信息。