Claude 风格皮肤:暖黑画布、陶橙点缀、衬线 UI,跟随原生亮/暗主题。
安装
# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)
dsh plugin --profile web add github:PAKIKNOWLEDGE/dsh-client-ui-skin-claude
GitHub 来源的插件在安装时会在你的机器上执行构建脚本。请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。
README
English | 中文
Claude 风格的 DSH Web 界面皮肤:暖黑画布、陶橙点缀、衬线 UI,跟随原生亮/暗主题。
· 
特性
- 暖黑(#141413)画布 + Anthropic 陶橙(#d97757)点缀
- 衬线界面字体(Georgia),代码用等宽栈
- 细滚动条、陶橙选中 / 焦点、胶囊徽章
- 亮 / 暗双主题,跟随系统切换
安装
dsh plugin --profile web add github:PAKIKNOWLEDGE/dsh-client-ui-skin-claude
装完重启 dsh web,刷新页面。
切换
同一时刻只启用一个皮肤。编辑 ~/.dsh/cordis.patch.yml:
# dsh-skin managed 段之外
- insert:
- id: ui-skin-claude
name: '@dsh-external/dsh-client-ui-skin-claude'
(并把当前启用皮肤的 disabled: true 加上。)配置 watcher 几秒内热加载,刷新页面生效。
卸载
- 删除
~/.dsh/cordis.patch.yml里的ui-skin-claudeinsert 行 dsh plugin --profile web remove @dsh-external/dsh-client-ui-skin-claude- 重启
dsh web
许可
MIT