跳到正文

starslittle/dsh-blue-whale

60最近提交 2026年8月15日

dsh-blue-whale DSH 插件

该插件将 DeepSeek Chat 的蓝色(#4D6BFE)应用到 DSH 的侧边栏鲸鱼、文字标记、英雄鲸鱼、标签图标和主要操作按钮上。它遵循内置的外观设置(亮/暗/跟随系统)。安装后默认启用,可在设置 → 通用 → 蓝鲸中切换开关。

如何安装 dsh-blue-whale DSH 插件

dsh plugin --profile web add github:starslittle/dsh-blue-whale

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

dsh-blue-whale DSH 插件数据来源

dsh-blue-whale DSH 插件快照日期:2026年8月16日

discovered

dsh-blue-whale DSH 插件能做什么

  • 将侧边栏鲸鱼图标和 'deepseek' 文字变为蓝色
  • 将主页英雄鲸鱼插图变为蓝色
  • 将浏览器标签图标变为蓝色
  • 将品牌、发送和强调色变为蓝色
  • 支持亮色、暗色和跟随系统模式
  • 提供开关,可在设置中开启或关闭

dsh-blue-whale DSH 插件适合哪些场景

  • 希望 DSH 界面更像 DeepSeek Chat 的用户
  • 喜欢蓝色主题而非默认黑鲸的用户
  • 希望快速区分自己 DSH 实例的用户
  • 想临时切换回默认颜色而不删除插件的用户

dsh-blue-whale DSH 插件适合谁

  • DSH Web 用户
  • 喜欢自定义界面外观的用户

dsh-blue-whale DSH 插件的限制

  • 仅影响 Web 配置文件;无头终端和 TUI 配置文件无视觉变化
  • 不改变布局、密度或桌面壳的窗口/托盘图标
  • 在重启 `dsh web` 后需要硬刷新(Ctrl+Shift+R)才能生效
  • 不修改页面背景或蓝色调色板之外的任何 CSS 变量

dsh-blue-whale DSH 插件的仓库 README 摘录

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

English · [中文](README.zh.md) A DeepSeek Chat-style blue-whale color skin. Light and dark follow the built-in appearance. ![Home before / after](docs/compare-home.png) ![Brand mark before / after](docs/compare-brand.png) DSH ships as a black whale. [chat.deepseek.com](https://chat.deepseek.com) is a blue one. This plugin puts Chat blue `#4D6BFE` on the wordmark, hero fish, tab favicon, and primary actions. Light / dark / follow-system stay on the built-in Appearance setting. ## Install ```sh dsh plugin --profile web add github:starslittle/dsh-blue-whale ``` Restart `dsh web`, then hard-refresh the browser (Ctrl+Shift+R). The skin is **on by default**. Open **Settings → General → Blue Whale**. A green dot means it is on. **Turn off** matches the stock capsule control; **Turn on** is the blue fill. ## Check that it loaded | What you see | What to do | |---|---| | Sidebar whale and `deepseek` letters are blue | It is on | | Still the black whale | Restart, then hard-refresh | | Turning the switch off restores the stock colors | Expected | ## What it changes | | Stock DSH | This skin | |---|---|---| | Sidebar whale + `deepseek` | near-black / near-white | `#4D6BFE` | | Hero

阅读完整 README仓库许可: MIT

dsh-blue-whale DSH 插件常见问题

如何安装蓝鲸插件?

在终端中执行 `dsh plugin --profile web add github:starslittle/dsh-blue-whale`。然后重启 `dsh web`,并用 Ctrl+Shift+R 硬刷新浏览器。

如何在不卸载的情况下关闭蓝色皮肤?

进入设置 → 通用 → 蓝鲸,将开关关闭。颜色会立即恢复为默认。你可以随时重新打开。

这个插件支持暗色模式吗?

支持。蓝鲸皮肤遵循内置的外观设置。如果你使用暗色模式,蓝色元素仍会显示为蓝色,但背景是暗色。插件不会改变背景色。

蓝鲸插件会影响浏览器性能吗?

不会。它只修改了几个 CSS 自定义属性,性能影响可以忽略不计。你可以与其他 DSH 插件共同使用。

如何卸载蓝鲸插件?

执行 `dsh plugin remove github:starslittle/dsh-blue-whale`,然后重启 `dsh web` 并硬刷新。默认颜色会恢复。