MIT ライセンスの DSH Web GUI テーマ。新海誠『君の名は。』風の画面(映画壁紙・彗星ブルーのグラスモーフィズム・ロゴ置換・入力カード再描画・統一スクロールバー)を、公式 theme.overrideTokens API で実現します。1 コマンドで復元可能です。
DSH 統合
ネイティブ実行
作者による申告
安全性監査
未監査
最終検証日
2026-09-06
ライセンス
MIT
01どんなタスクに使えるのか?
Reskin the DeepSeek Harness Web GUI as Makoto Shinkai's Kimi no Na wa (Your Name)
A movie-wallpaper backdrop, translucent comet-blue glassmorphism over every surface, a film-logo sidebar and home-title swap, and a navy-glass input card with themed placeholders
DeepSeek Harness users who want a cinematic, Your Name–themed Web GUI skin without touching DSH source
Install and revert the theme with a single dsh command
A standard dsh plugin bundle loaded into the profile at DSH startup; fully reversible with no source changes
DSH operators who need a persistent but easily removable visual customization
02DeepSeek Harness への導入方法
前提条件
- 已安装 DeepSeek Harness,`dsh web` 可正常启动;
- 机器上有 pnpm(`dsh plugin` 内部使用;Node.js 自带的 corepack 可提供)。
インストール手順
- 01
$ dsh plugin --profile web add dsh-kimino-theme
- 02
$ dsh web # 重启 DSH 生效
導入成功の確認
- 壁纸出现、侧边栏 Logo 变化,即安装成功。
ロールバック
- dsh plugin --profile web remove dsh-kimino-theme
- dsh web # 重启后页面完全还原
03DSH 統合と能力の範囲
通过官方 theme.overrideTokens API 叠加约 60 项 design token 覆盖,并以一条 dsh plugin 命令装进 profile,不修改 DSH 源码、卸载即还原。
Comet-blue glassmorphism (theme.overrideTokens)
official theme.overrideTokens API surface→≈60 design-token overrides: transparent backgrounds, low-saturation blue borders, comet-blue interactive states
Wallpaper & logo replacement
bundled assets/current.jpg and logo SVGs served via plugin routes→movie-wallpaper backdrop plus sidebar (expanded/collapsed) and home hero logo swap
Redesigned input card & placeholder
DSH input-card DOM→navy-glass capsule input card with locale-aware placeholder text
Unified scrollbar & gradient mask
global scroll containers and the message column→blue-purple glass scrollbar plus a 40px fade-out mask at the message-column bottom
04誰に向いているのか?使うべきでない場面は?
向いている用途
- DeepSeek Harness users who want a cinematic, Your Name–themed Web GUI skin without touching DSH source
- DSH operators who need a persistent but easily removable visual customization
不向きな用途
- 主题的毛玻璃、滚动条与渐变蒙版按 Chromium 内核(Edge / Chrome)打磨,Firefox 下部分显示效果不兼容,推荐使用 Edge 或 Chrome。
- 消息滚动重构、侧边栏 Logo 替换、输入卡高亮等处的选择器依赖 DSH 前端构建期哈希类名,DSH 大版本升级后可能需要跟随更新(见常见问题)。
05互換性・メンテナンス・セキュリティ上の注意
- 主题的毛玻璃、滚动条与渐变蒙版按 Chromium 内核(Edge / Chrome)打磨,Firefox 下部分显示效果不兼容,推荐使用 Edge 或 Chrome。
- 消息滚动重构、侧边栏 Logo 替换、输入卡高亮等处的选择器依赖 DSH 前端构建期哈希类名,DSH 大版本升级后可能需要跟随更新(见常见问题)。
- 主题强制深色玻璃视觉,亮色模式不做单独适配(见常见问题)。
MIT · 标准 dsh 插件包,未发布 release tag,未做安全审计
06よくある質問
dsh-kimino-theme のインストール方法は?
`dsh plugin --profile web add dsh-kimino-theme` を実行し、続けて `dsh web` で DSH を再起動します。壁紙が表示され、サイドバーのロゴが変われば成功です。インストール後は DSH の起動時に常駐します。
DeepSeek Harness のソースコードを書き換えますか?
いいえ。標準的な dsh プラグインバンドルで、`dsh plugin add` で profile に組み込みます。すべての副作用(token 層・スタイルタグ・リスナ・DOM 属性・ルート)はプラグイン fiber に登録され、無効化/アンインストールで完全に復元されます。
対応ブラウザは?
グラスモーフィズム・カスタムスクロールバー・グラデーションマスクは Chromium 系(Microsoft Edge / Google Chrome)向けに調整されています。Firefox では一部が互換しませんので、Edge か Chrome を推奨します。
壁紙 / ロゴの差し替えやアンインストールは?
ローカルに clone して `assets/current.jpg`(壁紙)や `assets/logo/` 下の 2 つの SVG を置き換え、ブラウザを強制リロードします。アンインストールは `dsh plugin --profile web remove dsh-kimino-theme` を実行し `dsh web` を再起動すれば、ページは完全に復元されます。
07関連する DSH ワークフロー
dsh-web
by zhu1090093659
DeepSeek Harness(dsh)の Web プラグインを集約するエコシステムパッケージ。すべてがプラグインであり、クリエイティブワークショップ(dsh-market.com)経由で配布されます。
petdex
by crafter-station
Claude Code、DeepSeek Harness、Gemini CLI などで使えるアニメーションペットの公開ギャラリー
j-space-cognition-suite
by tiger3807861189
Anthropic の J-space グローバルワークスペース研究に基づく、AI の認知機能を補助するスキル集。思考整理を支援する DeepSeek Harness 向けスイートです。
deepseek-balance-whale-widget
by meteornox
DSH 右下のクジラ娘が DeepSeek アカウント残高を監視。QQ 風バウンス、ドラッグ吸着、数字スクロール
08データと出典
它是一个标准的 dsh 插件包:一条 `dsh plugin` 命令装进 profile,随 DSH 启动常驻,不修改任何 DSH 源码;卸载后页面完全还原。
主题通过官方 `theme.overrideTokens` API 叠加一层约 60 项的 design token 覆盖
このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-09-06。誤りを見つけた場合は、修正を送信してください。
dsh プラグイン おすすめ
最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。
