DeepSeek Harness plugin

dsh-text-appearance

DeepSeek Harness 文字外观插件:分别调节「思考内容」与「正文」的字体、颜色(渐变色相条+颜色框)与字号,替代内置的文字外观设置。

Jump to install

Source facts

Repository
zhuyoujie-2025/dsh-text-appearance
Latest update
Aug 16, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/zhuyoujie-2025/dsh-text-appearance
Plugin: dsh-text-appearance
Author: zhuyoujie-2025

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-text-appearance

DeepSeek Harness(DSH)文字外观插件:在「设置 → 通用」里分别调节「思考内容」与「正文输出」的字体、颜色、字号

功能

  • 字体:默认 / 系统 / 微软雅黑 / 苹方 / 宋体 / 黑体 / 楷体 / Georgia 衬线 / Consolas 等宽
  • 颜色:三条滑块(完整 HSL)——色相条选颜色、饱和度条选灰↔纯色、明度条选黑↔白深浅;覆盖黑/白/灰 + 彩色 + 深浅,拖动连续顺滑不跳变,左侧色块实时预览
  • 大小:12–28px 字号滑块

特性

  • 自包含:字体与正文颜色/字号通过 CSS 覆盖实现([data-variant="think"] 定位思考内容、[class*="_markdown"] 定位正文),不依赖任何官方代码修改
  • 颜色/字号复用官方 theme 服务(--dsh-thinking-* / --dsh-body-* token)
  • 设置持久化到 localStorage,浏览器与 Electron 桌面版均生效

安装

dsh plugin add <本目录或 git 仓库地址>

或手动:把本包加入 profile 的 dsh.profile.bundles,构建 lib/ 后重启 dsh web

构建

npm install
npm run build   # tsdown → lib/index.js + lib/client.js

说明

本插件替代内置的「文字外观」设置(原生颜色选择器版本)。若你的环境同时显示旧版「文字外观」,可移除 ui-theme 插件里的 ThinkingColorRow 注册。