Skip to content

DViridescent/dafy-whale-theme

50Last commit Aug 14, 2026

dafy-whale-theme DSH plugin

dafy-whale-theme transforms the DeepSeek Harness web interface into an ocean-themed experience. It includes light/dark blue color schemes, animated fish and bubbles, a clickable DeepSeek-chan mascot in the bottom-right corner, and a daily fish quote above the input box. The plugin also replaces the top-left brand with a custom whale icon and text.

How to install the dafy-whale-theme DSH plugin

dsh plugin --profile web add github:DViridescent/dafy-whale-theme

Copying does not run this command. Review the repository and version before installing the dafy-whale-theme DSH plugin.

dafy-whale-theme DSH plugin data source

dafy-whale-theme DSH plugin snapshot date: Aug 16, 2026

discovered

What the dafy-whale-theme DSH plugin can do

  • Ocean blue light/dark dual theme with DeepSeek brand colors
  • Full-screen ambient effects: sea surface glow, rising bubbles, and swimming fish (toggleable via sidebar)
  • Interactive DeepSeek-chan mascot: click to wave and show random fish quotes, double-click for memes, hover to dismiss
  • Scrolling 'Daily Fish Quote' above the input box
  • Brand replacement: official whale icon + 'Blue Big Fish' text in the top-left corner
  • Narrow sidebar adaptive layout with no UI clipping

Where the dafy-whale-theme DSH plugin fits

  • Personalize the DeepSeek Harness web interface for a fun, ocean-themed look
  • Add interactive elements (mascot, fish, bubbles) to improve user engagement
  • Replace default branding with custom whale logo and text for community or project branding
  • Create a relaxing, visually appealing atmosphere for chat or AI interaction

Who the dafy-whale-theme DSH plugin is for

  • DeepSeek Harness users who want a themed UI
  • Developers or enthusiasts who enjoy anime-style mascots and ocean aesthetics

dafy-whale-theme DSH plugin limitations

  • Requires pnpm to be installed in the environment
  • Only works with the 'web' profile of DeepSeek Harness (not CLI or other profiles)
  • Animated DeepSeek-chan assets are not distributed with the repo; must be fetched separately via install.mjs (or placeholders fall back to emoji)
  • HMR is disabled for web composition; theme changes only take effect after restarting 'dsh web' and refreshing the browser
  • DeepSeek-chan assets have unclear licensing; commercial use requires self-assessment of brand rights

dafy-whale-theme DSH plugin: from the repository README

Quoted from the DViridescent/dafy-whale-theme README, the upstream source of the dafy-whale-theme DSH plugin. Copyright remains with the original authors.

DeepSeek Harness web 前端的整站主题插件:海洋蓝配色、游动鱼群、上升气泡、右下角 DeepSeek 娘吉祥物(可互动)、输入框上方「每日鱼语」、左上角品牌替换。 ![preview](preview.png) ## 一句话安装 > 帮我去 https://github.com/DViridescent/dafy-whale-theme 安装大肥鱼插件 把这句话发给你的 DeepSeek Harness,它会自动完成全部安装;完成后按它提示重启 `dsh web` 并刷新浏览器(F5)即可。 ## 官方安装(唯一通路) 需要 pnpm。本包在 `package.json` 中声明了 `dsh.bundle`,随包携带自己的组合层 `cordis.patch.yml`,因此官方 CLI 一条命令完成安装并自动挂载: ```bash dsh plugin --profile web add github:DViridescent/dafy-whale-theme ``` 升级与卸载同样走官方通路: ```bash dsh plugin --profile web update dafy-whale-theme # 升级 dsh plugin --profile web remove dafy-whale-theme # 卸载 ``` > patch 层只在**下次启动**时生效:重启 `dsh web` 后刷新页面(web 组合禁用了 HMR,不会热加载)。 ## 补齐素材(可选) DeepSeek 娘动图因许可原因不随仓库分发(见 NOTICE),不补齐时吉祥物自动回退为 emoji。克隆本仓库后运行: ```bash node install.mjs ``` 脚本只做两件事:尚未安装时执行上面的官方命令(本仓库路径);把动图素材补进已安装的包目录。幂等,可重复执行。 ## 特性 - 海洋蓝亮/暗双主题配色,DeepSeek 蓝品牌色 - 全屏氛围:海面光晕、上升气泡、来回游动的鱼群(侧边栏可开关) - 右下角 DeepSeek 娘吉祥物:单击招手+随机肥鱼语录,双击弹出梗图,悬停 ✕ 收起 - 输入框上方滚动「每日鱼语」 - 左上角品牌:官方鲸鱼图标 + 「蓝色大肥鱼」字标 - 窄侧栏自适应,无 UI 裁切 ## 素材与许可 代码采用 MIT 许可(见 [LICENSE](LICENSE))。图片素材来自社区仓库,逐文件许可明细见 [NOTICE](NOTICE): - MIT 许可素材(鲸鱼娘立绘、肥鱼表情、梗图)随仓库分发 - DeepSeek 娘动图(源仓库无许可声明)由安装脚本在**安装时自动从原仓库获取**,本仓库不直接分发 「DeepSeek 娘」为基于 DeepSeek 品牌角色

Read the full READMERepository license: MIT

dafy-whale-theme DSH plugin questions

How do I install dafy-whale-theme?

Run the official command: `dsh plugin --profile web add github:DViridescent/dafy-whale-theme`. This requires pnpm to be installed. After the command completes, restart `dsh web` and refresh your browser (F5) to see the theme.

How do I upgrade the plugin?

Use `dsh plugin --profile web update dafy-whale-theme`. Then restart `dsh web` and refresh the browser. The update will fetch the latest version from the GitHub repository.

How do I uninstall the plugin?

Run `dsh plugin --profile web remove dafy-whale-theme`. After removal, restart `dsh web` and refresh the browser. The theme will be reverted to the default DeepSeek Harness UI.

The DeepSeek-chan mascot shows as an emoji instead of the animated image. What should I do?

The animated DeepSeek-chan assets are not included in the repository due to licensing reasons. Run `node install.mjs` from the cloned repo directory to fetch the assets. This script will also perform the installation if not already done. After running it, restart `dsh web` and refresh the browser.

Can I use this plugin in a commercial product?

The plugin code is MIT licensed, but the DeepSeek-chan assets (especially the animated ones) have unclear licensing. If you plan large-scale commercial use, you should evaluate the brand rights of the DeepSeek character. The static meme images and fish assets are from community repositories with per-file licenses detailed in the NOTICE file, so check those individually.