dsh-inkscreen-theme
界面增强 活跃维护

dsh-inkscreen-theme

Jimmyzwang-cloud/dsh-inkscreen-theme

适配dsh网页客户端,采用墨迹+纸质+苹果玻璃拟态混合设计风格,内置手写风格jimmy侧边栏品牌元素,安装替换后即可获得清新雅致的类纸阅读浏览体验。

1
Stars 标星
0
Forks 分支
1
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
796 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:Jimmyzwang-cloud/dsh-inkscreen-theme
git clone https://github.com/Jimmyzwang-cloud/dsh-inkscreen-theme.git
git clone git@github.com:Jimmyzwang-cloud/dsh-inkscreen-theme.git
README.md main

dsh-inkscreen-theme

An ink-and-paper, Apple-glass theme for the DeepSeek Harness web client (dsh web).

It restyles the chat shell with soft frosted-glass panels, warm cream/ink colors,
an editorial Kai/handwritten voice for conversation text, and crisp monospace
code. It also replaces the sidebar brand mark with a handwritten "jimmy"
wordmark next to a small dog avatar. The visual system intentionally focuses on
one polished light ink-and-paper appearance.

theme preview

Install

dsh plugin add dsh-inkscreen-theme

or add it to your profile's package.json as a file:/npm dependency and list
it in dsh.profile.bundles, then restart dsh web (this plugin changes package
identity/CSS injected at boot, so a hot-reload is not enough).

What it does

  • Injects a <style> block with e-ink/Apple-glass CSS variables and rules for
    the sidebar, dialogs, composer, code blocks, and scrollbars.
  • Keeps a consistent light ink-and-paper appearance with warm accents and
    restrained Apple-style translucency.
  • Gives Chinese conversation text a readable Kai-style editorial voice,
    expressive handwritten headings, and preserves monospace for code.
  • Adds a compact recent-conversation tab rail above the chat, with live status
    dots for running, waiting-for-input, completed, and idle sessions; clicking a
    tab switches directly to that conversation.
  • Places the built-in Conversation / Trace view switch on the same header
    row, styled as a compact segmented control for quick context switching.
  • Watches the sidebar brand element and replaces its content with a
    handwritten wordmark (Caveat webfont, falling back to a system cursive
    font) plus a small rounded-square dog avatar image.

Personalization note

The wordmark text ("jimmy") and the avatar image are hard-coded — this is a
personal theme, not a generic template. If you want your own name/avatar,
fork the repo and edit the name/DOG_LOGO constants near the top of
lib/client.js.

License

MIT — see LICENSE.