dsh-conversation-accents
Manifest valid★ 3为 DSH Web 的助手 Markdown、工具调用和 Think 内容提供可自定义的语义配色。Customizable semantic color accents for assistant Markdown, tool calls, and Think blocks in DSH Web.
DSH Conversation Accents
为 DSH Web 的助手回复、工具调用和 Think 内容增加更清晰的语义配色。
这是一个社区维护的 Alpha 插件,与 DeepSeek 官方无隶属或背书关系。
效果对比
| 原生 DSH | 启用插件 |
|---|---|
![]() | ![]() |
![]() | ![]() |
主要功能
- 为标题、重点、链接、引用、行内代码和代码 token 提供语义配色。
- 为成功的工具调用和 Think 区域增加易辨识的颜色。
- 内置 7 套配色,支持浅色与深色模式。
- 支持创建、编辑、导入和导出自定义配色。
- 可随时关闭插件配色,不会删除已经保存的设置。
- 设置保存到 DSH Host;不可用时自动保存在当前浏览器。
插件只修改会话内容,不会改变 DSH 的导航、输入框和页面主题。
设置页面

安装后,在 DSH 的 设置 -> 会话配色 中可以:
- 开启或关闭全部配色。
- 选择内置配色。
- 分别编辑浅色和深色颜色。
- 调整行内代码文字与背景色。
- 导入或导出自定义配色 JSON。
安装
需要已安装 DSH Web。推荐直接从 npm 安装,无需克隆源码或本地编译:
dsh plugin --profile web add dsh-conversation-accents@alpha
安装或更新后重启 DSH Web,并在浏览器中强制刷新页面。
卸载:
dsh plugin --profile web remove dsh-conversation-accents
兼容性
当前版本针对 DSH 0.1.2-rc.1 开发和测试。DSH 0.1.0-rc.x 请使用 0.1.0-alpha.1。
插件需要读取 DSH 会话页面的 DOM 属性。DSH 升级后,如果会话结构发生变化,请重新运行测试并检查助手回复、工具调用和 Think 区域。
隐私与安全
- 不收集分析数据,不上传会话内容。
- 配色设置只保存在 DSH Host 或浏览器本地存储中。
- 自定义配色只接受结构化字段和
#RRGGBB颜色,不接受任意 CSS。 - Think Markdown 使用安全默认配置,不执行原始 HTML。
安全问题请按照 SECURITY.md 私下报告。
开发
源码位于 src/,构建产物位于 dist/。
npm ci
npm test
npm run build
npm run pack:check
贡献说明见 CONTRIBUTING.md,版本记录见 CHANGELOG.md。
许可证
Versions
| Latest version | Published | Size |
|---|---|---|
| 0.1.0-alpha.1 | — | — |
| 0.1.0-alpha.2 | — | — |
Comments
Loading…
Similar plugins
by mengnanxyyyy
Lightweight Markdown conversation theme plugin — enhances native color scheme with 4 built-in themes (light/dark dual), user-defined CSS themes, system-aware auto-switching, in-browser theme editor, d
★ 4
↓ 91/wk
MIT
JavaScript
Aug 29, 2026
dsh plugin --profile web add dsh-markdown-xyyby Max-Null
Conversation node appearance for DeepSeek Harness Web GUI: colorize nodes by type/tool (configurable palette) + thinking visibility toggle · 会话节点外观:按节点类型/工具名着色(可配置配色)+ 思考过程显示开关
★ 3
↓ 178/wk
TypeScript
Sep 12, 2026
dsh plugin --profile web add @max-null/dsh-node-appearanceLayered syntax highlighting for bash/pwsh command and read code output in the DSH web GUI (VS Code Dark+ palette: keywords/strings/numbers/functions/comments each get a color); colors only what it rec
★ 0
↓ 112/wk
dsh plugin --profile web add dsh-tool-highlightby JanEickholt
Renders edit and write tool calls as always-expanded side-by-side diffs styled like git diff, with optional syntax coloring and word-level highlighting.
★ 2
↓ 483/wk
MIT
JavaScript
Sep 16, 2026
dsh plugin --profile web add dsh-inline-diffby yoli-mi
Configurable DSH web-surface plugin: wallpaper & frosted-glass themes, accent colors, custom keyboard shortcuts, app-usage panel, history strip, message Markdown — zero shell edits.
★ 36
↓ 50/wk
MIT
TypeScript
Aug 24, 2026
dsh plugin --profile web add @ha-na-bi/dsh-client-ui-customby JoukoPuro
一个 DeepSeek Harness(DSH)插件: 在 Web 输入框的工具行中添加一个 ✨ 图标按钮。点击后选择打磨风格,已接入的大模型 会把你草稿中的提示词改写得更专业、更易被 AI 理解 。A DeepSeek Harness plugin: icon-only composer button that rewrites your prompt via the connected LLM
★ 4
↓ 98/wk
MIT
JavaScript
Aug 14, 2026
dsh plugin --profile web add dsh-prompt-polish


