DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Node Accent — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
N

dsh-node-accent

Node Accent

Recolor only the icon and title text of DSH web conversation rows, per tool or per event category, without rails or background tints.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:azazo1/dsh-node-accent#23dc6e5a1be2b6c0d7280e9c242fb03a631c4f0f
READMECompatibilityVersions

Compatibility and provenance

Node Accent is published as dsh-node-accent and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/11/2026

Versions

0.1.0stable
9/11/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/11/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README

dsh-node-accent

给 DSH Web 会话行的图标和标题文字上色, 按事件类别或具体工具名区分颜色.

Recolor only the icon and title text of DSH web conversation rows, per tool or per event category, without rails or background tints.

它解决什么

会话流里 bash, 思考, read, write, edit 这些行在视觉上是同一副样子. 想要一眼 分辨, 又不想让每行都多出一条色条和一层底色.

这个插件只改一件事: 把行首图标和标题文字的 color 换成配置好的强调色. 行高, 间距, 对齐, hover, 展开折叠, 流式运行的 sweep 动画全部保持官方行为.

效果

  • 工具行: bash / pwsh 一类命令执行, read / write / edit 一类文件 操作, web_search 一类联网搜索, subagent 一类智能体, todo_write 一类 任务, 各用各的颜色.
  • 思考行, 上下文注入行, 命令行节点的图标和标题同样上色.
  • 摘要文字 (标题后面那截), 展开后的正文, 以及工具失败时的红点 / 中断时的黄点 保持原生颜色不动.

已知边界: skill 工具的卡片行没有走官方 DisclosureRow 原语, 因此不在着色 范围内, 保持原生颜色.

安装

dsh plugin --profile web add github:azazo1/dsh-node-accent

装完重启 dsh web.

配置

设置 → 插件 → "节点着色". 改动即时生效, 写入 $DSH_HOME/settings.yaml 的 node-accent 段.

字段说明
paintIcon是否给行首图标上色, 默认开
paintTitle是否给标题文字上色, 默认开
colors每个事件类别一个颜色
toolColors按 wire 工具名逐个覆盖, 优先级高于类别色

类别与默认色:

类别覆盖的行默认色
searchweb_search, web_fetch#3b82f6
agentsubagent, workflow, send_message 等#a855f7
executebash, pwsh, run_code, terminal_* 等#f59e0b
fileread, write, edit, grep, glob 等#22c55e
tasktodo_write, create_goal, job_* 等#ec4899
command斜杠命令节点#f97316
thinking思考行#c4b5fd
context上下文注入行#8a9bb5
other未列出的工具#64748b

颜色值只接受 #rgb / #rrggbb / #rrggbbaa 和 rgb() / hsl() / oklch() 一类颜色函数; 非法值回落到该类别的默认色, 不会把一条坏规则拼进样式表.

只写了 colors 的话, 想改某个具体工具 (例如让 write 和 read 分开), 在 "按工具名覆盖"里加一条 write → 颜色即可.

与 dsh-node-appearance 互斥

@max-null/dsh-node-appearance 做的是同一件事的不同画法 (左侧 3px 色条 + 淡色底). 两个一起装会对同一批行各自施加样式. 换过来之前先摘掉它:

dsh plugin --profile web remove @max-null/dsh-node-appearance

实现说明

浏览器半区不改 React 树, 只维护一张 <style data-plugin-css="dsh-node-accent/rules">, 内容由当前 settings 快照生成. 选择器全部走官方硬编码的 data- 属性:

  • [data-chat-flow-kind="tool-call"] [data-tool] : ToolRow 根节点
  • [data-variant="think"] : ReasoningRow 根节点
  • [data-chat-flow-kind="command"] / [data-chat-flow-kind="context"] : 节点外层
  • [data-disclosure-row] > :first-child / > span:nth-child(2) : 图标和标题 在行内的固定位置

图标用 svg:not([data-state]) 圈定, 这样工具行在 error / stopped 状态下换上的 StateDot 不会被染色.

开发

just install      # 安装依赖
just typecheck    # 类型检查
just build        # 构建 Host ESM 和 Client bundle
just test         # 逻辑测试
just check-client # Client loader 注册检查
just verify       # 上面全部 + 打包预览

lib/ 是发布内容, 已提交进仓库, 从 git 安装不需要本地构建.

改完源码跑 just build, 再用隔离子实例验证:

cd ~/.dsh/skills/dsh-instance-test
bun prepare.ts <target> /path/to/dsh-node-accent
bun start.ts <target>