
Misaki14987/dsh-theme-taffy
30Last commit Aug 14, 2026
dsh-theme-taffy DSH plugin
This plugin provides a customized theme for the DeepSeek Harness (dsh) web interface, using assets from the AceTaffy image station. It covers semantic color tokens, code highlighting, and decorative effects such as floating particles, hero animations, and gradient scrollbars. All visual assets are inlined as data URIs during build, making it fully offline-capable without external hotlinks.
How to install the dsh-theme-taffy DSH plugin
dsh plugin --profile web add /path/to/dsh-theme-taffyCopying does not run this command. Review the repository and version before installing the dsh-theme-taffy DSH plugin.
dsh-theme-taffy DSH plugin data source
dsh-theme-taffy DSH plugin snapshot date: Aug 16, 2026
discovered
What the dsh-theme-taffy DSH plugin can do
- Overrides --dsw-* semantic color tokens with light/dark/system support
- Customizes code highlighting via --shiki-token-* with rose and lavender color scheme
- Provides a toggle switch in Settings > General to enable/disable the theme, persisted to localStorage
- Adds floating particles, star dust, and hero animations with reduced-motion respect
- Injects custom favicon, hero mascot, and send button icon from AceTaffy assets
Where the dsh-theme-taffy DSH plugin fits
- Personalizing the DSH web interface with a unique visual style
- Creating a fan-themed environment for AceTaffy followers
- Enhancing aesthetic appeal for daily chat interactions
Who the dsh-theme-taffy DSH plugin is for
- Fans of AceTaffy (永雏塔菲) who use DSH
- Users who want to customize the look and feel of DSH web UI
dsh-theme-taffy DSH plugin limitations
- Only works with the DSH web profile
- Requires manual registration in cordis.patch.yml
- Design reflects personal aesthetics and may not suit everyone
- Depends on dsh plugin system and web profile being active
dsh-theme-taffy DSH plugin: from the repository README
Quoted from the Misaki14987/dsh-theme-taffy README, the upstream source of the dsh-theme-taffy DSH plugin. Copyright remains with the original authors.
为 DeepSeek Harness(dsh)Web 界面提供永雏塔菲(AceTaffy)配色与场景背景的主题插件。Github中也已有相关的美化主题插件,功能更加完善,因而本主题仅为自用,设计仅符合个人美学 <p align="center"> <img src="docs/screenshot-dark.png" width="720" alt="暗色主题"> <br><sub>暗色主题</sub> </p> <p align="center"> <img src="docs/screenshot-light.png" width="720" alt="浅色主题"> <br><sub>浅色主题</sub> </p> ## 素材来源 全部素材取自 [永雏塔菲图片站 (image.acetaffy.org)](https://image.acetaffy.org/) 与 [永雏塔菲百科 (acetaffy.org)](https://acetaffy.org/),构建时内联为 data URI,离线可用、不依赖热链。 | 原始文件 | 来源(图片站路径) | 用途 | | --- | --- | --- | | `assets/art-dark.jpg` | `装扮&收藏集/永雏塔菲/背景图/image1_landscape.jpg`(夜空) | 暗色全屏背景 | | `assets/art-light.jpg` | `装扮&收藏集/永雏塔菲/背景图/image3_landscape.jpg`(粉玫瑰) | 浅色全屏背景 | | `assets/icons/LOGO96_URI.png` | 永雏塔菲百科官方 logo | 标签页 favicon | | `assets/icons/EMO_HERO_URI.png` | 表情包「闪亮登场」 | 首页吉祥物 | | `assets/icons/EMO_SEND_URI.png` | 表情包「星星眼」 | 发送按钮 | | `assets/icons/EMO_HEADER_URI.png` | 表情包「嘻嘻喵」 | 会话头部头像 | ## 美化特性 在完整覆盖 `--dsw-*` 语义色(light / dark / system 三态照常工作)之外,主题还叠加了以下非颜色维度的装饰,全部遵循「美而不伤可用」的原则: - **代码高亮**:覆盖 `--shiki-token-*`,把默认蓝绿语法色换成玫瑰/薰衣草系(keyword 用品牌粉 `#FD779E`),同时保留关键字/字符串/函数之间的语义色相区分,保证代码仍可读。 - **主题可选化**:在「设置 → 通用」里注册一行「永雏塔菲主题」开关(`settings.general.item`),持久化到 `localSto
Read the full READMEThe repository declares no license. Check with the authors before using it.
dsh-theme-taffy DSH plugin questions
How do I install the theme?
Use the command `dsh plugin --profile web add /path/to/dsh-theme-taffy`. Then edit `~/.dsh/profiles/web/cordis.patch.yml` to add the roster entry as shown in the README. Finally restart the web service.
Can I use the theme without an internet connection?
Yes, all assets are inlined as data URIs during the build process, so the theme works offline. No external image hotlinks are required.
How do I disable the theme without uninstalling?
Go to Settings > General in the DSH web interface. You will find a toggle labeled '永雏塔菲主题开关'. Turn it off to revert to the default theme. This setting is persisted in localStorage.
Does the theme respect system accessibility settings?
Yes, all animations including floating particles and hero effects are wrapped in `@media (prefers-reduced-motion: no-preference)`, so they will be disabled if the system has 'Reduce motion' enabled.
What color themes are supported?
The theme supports light, dark, and system mode. The semantic color tokens automatically adjust based on the current mode setting in DSH.