deepseek-harness-themes

7Star0Fork1Issue0Watching
机审证据安装命令仓库已核验dsh-plugin Topic许可证READMEAI 百科
语言
TypeScript
License
MIT
分支
main
deepseek-harnessdshdsh-plugin

安装

$ dsh plugin --profile web add github:orxz/deepseek-harness-themes

在终端中运行以上命令,通过 dsh CLI 安装此插件。可在右上角切换 Profile。 第一次用 dsh?看这篇新手教程

对话式安装

帮我安装 DeepSeek Harness 插件 orxz/deepseek-harness-themes:先查看仓库 https://github.com/orxz/deepseek-harness-themes 确认安全性,然后执行安装命令并验证插件加载成功。

把这段指令粘贴给 DSH Web GUI 里的助手,由它代你完成安装与验证。

English | 简体中文

ci core ui

A collection of UI themes for deepseek-harness.

One harness. Multiple styles.

Community-maintained theme collection built on the official theme extension point (ctx.theme from @deepseek-ai/dsh-client-ui-theme). It focuses only on the visual experience — colors, surfaces, states, code blocks, tool calls, terminal UI. No model changes, no agent changes, no prompt changes, no protocol changes.

Packages

PackageRole
@dshthemes/coreEleven ThemeDefinitions, the REQUIRED_TOKENS contract, and registerThemes(registry); zero UI
@dshthemes/uiClient plugin: registers all themes, adds a Theme picker row to Settings → General, persists third-party selection

Themes

Every preview is generated from that theme's own tokens; the full gallery is docs/previews.md.

ThemeBasePreview
DeepSeeklight — clean DeepSeek-inspired blueDeepSeek theme preview
OLEDdark — true black for emissive panelsOLED theme preview
Draculadark — high-contrast purple/indigoDracula theme preview
Catppuccindark — soft pastel (Mocha)Catppuccin theme preview
Tokyo Nightdark — midnight blue with neon accentsTokyo Night theme preview
GitHub Darkdark — familiar GitHub interfaceGitHub Dark theme preview
Solarizeddark — scientific teal, yellow accentSolarized theme preview
Gruvboxdark — retro warm palette, orangeGruvbox theme preview
Norddark — arctic north-blues, frostNord theme preview
Synthwave '84dark — neon pink/cyan on deep violetSynthwave '84 theme preview
Cobalt2dark — cobalt blue, signature yellowCobalt2 theme preview

Install

Two commands: one installs the dependency, adds the layer to the profile, and mounts the feature; the other starts the Web surface.

dsh plugin --profile web add @dshthemes/ui
dsh web

web is the shipped Web profile and initializes on first use. Pick a theme under Settings → General; the selection persists, so nothing else runs from a terminal.

The Theme picker row under Settings → General

Remove it just as easily:

dsh plugin --profile web remove @dshthemes/ui

See docs/installation.md for the core-only shape, installing from a source checkout, the hand-written patch alternative, local development, and troubleshooting.

Theme philosophy

Themes change how deepseek-harness looks, not how it behaves. A theme is easy to install, easy to switch, easy to customize, consistent across UI states, comfortable during long coding sessions, and independent from agent logic. The token contract is docs/theme-spec.md.

Contributing

Community themes are welcome — docs/creating-a-theme.md is the ordered guide. Standing orders live in AGENTS.md.

Participation follows the Code of Conduct. Report vulnerabilities privately through the security policy.

License

MIT

收录徽章

Listed on deepseek-plugin.org
[![Listed on deepseek-plugin.org](https://img.shields.io/badge/listed_on-deepseek--plugin.org-007EC6)](https://deepseek-plugin.org/plugins/orxz/deepseek-harness-themes)

把这段 markdown 粘贴到你的 GitHub README,链接回本插件详情页。徽章只声明已被本站收录,不代表安全认证。

返回插件目录
deepseek-harness-themes — DeepSeek Harness 插件 | deepseek-plugin.org