WuWL-98/dsh-theme-paper

WuWL-98★ 0PowerShell最后同步: 2026-08-15

在 GitHub 打开

deepseek harness 开发者预览版纸质仿claude主题

README 摘要

dsh-theme-paper — 纸质主题 为 DeepSeek Harness (Web GUI)设计的暖色"纸质"外观主题,设计语言参考 Claude Code:奶油纸背景( FAF9F5)、暖墨水文字( 3D3929)、陶土色强调( C96442)、 衬线 CJK 友好字体与暖色代码块。 这是一个 正式的 DSH 客户端插件 ( dsh.client 平台条目):主题通过平台主题服务注册, 外观行被替换为四方块版本 —— 浅色 / 深色 / 跟随系统 / 纸质 —— 与内置行处于同一单元格。 卸载插件后内置外观行原样恢复。 界面预览 纸质主题下的会话列表(奶油纸背景 FAF9F5、暖墨水文字、陶土色强调): 设置 → 常规 → 外观:一行四个方块, 纸质 已选中(衬线字体、暖色界面元素): 会话界面(暖色代码块与思考块、书卷质感排版): 工作原理 环节 位置 加载条目 /.dsh/profiles/web/package.json 的 bundle 层 dsh-theme-paper ( dsh.profile.bundles );条目由本包的 cordis.patch.yml 提供 包解析 /.dsh/profiles/web/node modules/dsh-theme-paper (junction 链接 → 本目录) 主题注册 lib/client.js 中 ctx.theme.register({ id: "paper", colorScheme: "light", tokens }) 设置界面 以槽位优先级 -1 遮蔽 settings.general.item 内置的 appearance 单元格(最低优先级渲染;卸载后内置行恢复) 持久化 纸质选择存于 localStorage( dsh.ui-theme.paper );内置选项仍走 settings.yaml 启动层 web shell 的 dist 中有一份同选择器/同 key 的调色板镜像与引导脚本,避免首帧闪烁;没有它插件也能完整工作 安装(一条命令,官方 bundle 形式) 本包是 profile bundle (声明了 dsh.bundle.patch ),这是 DSH 分发插件的标准方式: 安装进 profile 即自动激活。 dsh plugin 会在 profile 目录运行 pnpm 安装,并自动把本包追加到 profile 的 dsh.profile.bundles 层,无需手动改任何配置。 Clone 后安装(一键脚本,Windows) 脚本做的事情:把仓库目录以 junction 链接进 /.dsh/profiles/web/node modules ,并把包名加入 profile 的 dsh.profile.bundles 层。 可重复运行(幂等);之后…

在 GitHub 查看完整 README →
皮肤/UIdeepseek-harnessdshdsh-plugindsh-pluginsdsh-themetheme

分类