
Estellalee/dsh-outdoor-theme
30Last commit Aug 14, 2026
dsh-outdoor-theme DSH plugin
The DSH Outdoor Theme replaces the web UI with a hiking/mountain-wilderness aesthetic. It includes one skin 'Trail Guide' with light and dark palettes, switchable via Settings. A right-hand 'Waypoints' panel displays progress and tool calls.
How to install the dsh-outdoor-theme DSH plugin
dsh plugin --profile web add github:Estellalee/dsh-outdoor-themeCopying does not run this command. Review the repository and version before installing the dsh-outdoor-theme DSH plugin.
dsh-outdoor-theme DSH plugin data source
dsh-outdoor-theme DSH plugin snapshot date: Aug 16, 2026
discovered
What the dsh-outdoor-theme DSH plugin can do
- Pure CSS theming, no interface logic changes.
- Settings panel entry for one-click skin switching between Default, Morning Meadow (light), and Dusk Forest (dark).
- Right-hand 'Waypoints' progress panel showing session list and tool call status.
- Easy installation via `dsh plugin` command with zero build step.
- Customizable token CSS variables for color tweaking.
Where the dsh-outdoor-theme DSH plugin fits
- Apply an outdoor theme to the DSH web interface.
- Switch between light and dark mode instantly from Settings.
- Monitor tool call progress through the Waypoints panel.
- Customize colors by editing token CSS variables for personal branding.
Who the dsh-outdoor-theme DSH plugin is for
- DSH users who want to change the default UI appearance.
- Developers who prefer a nature-inspired visual style while working with DSH.
dsh-outdoor-theme DSH plugin limitations
- Only one skin ('Trail Guide') is provided, though it includes both light and dark palettes.
- Requires a DSH environment with a web profile; not applicable to other profiles.
- Custom color changes require editing CSS files and refreshing the browser page.
dsh-outdoor-theme DSH plugin: from the repository README
Quoted from the Estellalee/dsh-outdoor-theme README, the upstream source of the dsh-outdoor-theme DSH plugin. Copyright remains with the original authors.
把 [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness)(DSH)的网页界面整体换皮为**徒步山野**风格。纯 CSS 换皮 + 一个设置面板入口 + 一个右侧「路标」进度面板,不改动任何界面逻辑。 内置 **1 套换皮皮肤「山野向导」**(含亮色「清晨草甸 Morning Meadow」/ 暗色「暮色森林 Dusk Forest」两套配色),在设置面板「皮肤」行一键切换: | 皮肤 | 名称 | 感觉 | |---|---|---| | 默认 | Default | DSH 原样式(可一键切回) | | 🏔 | 山野向导 Morning/Dusk | 松墨绿 + 苔绿 + 唯一信号橙 | ## 效果截图 **浅色模式 · 日落时分(Light Mode · Sunset)**  **浅色模式 · 明月夜空(Light Mode · Moonrise)**  **深色模式(Dark Mode)**  **右边栏路标(Waypoints Panel)**  **展开路标(Expanded Waypoints)**  ## 设计理念(一句话版) > AI 是你的山野向导:会话列表是**登山轨迹**,工具调用是**路标**, > 全界面唯一的信号橙像**森林里的一束头灯光**,其余保持安静的松绿苔灰。 - **配色**:深松墨 `#111A15` · 苔绿 `#6B8F71` · 晨雾白 `#E6EDE2` · 岩纹灰绿 · **信号橙 `#E86A33`(唯一高饱和)** - **字体**:标题/眉题用路标式窄体(Oswald),正文保持中文友好字体(PingFang/Avenir),代码用等宽 - **标志元素**:信号橙路标点缀 + 侧边栏极淡等高线纹理(如地图) - **刻意避开**:奶油底+衬线+陶土橙 / 纯黑底+荧光绿 / 报纸细线——这三种 AI 默认脸 ## 安装(GitHub 直装,零构建) 本插件是纯 JavaScript + CSS,**没有编译步骤**,因此 git 安装不需要任何 `allowBuilds` 授权,一条命令即可。 ```bash # 1. 确保有 pnpm(DSH 用 pnpm 管理 prof
Read the full READMERepository license: MIT
dsh-outdoor-theme DSH plugin questions
How do I install the DSH Outdoor Theme?
Run `dsh plugin --profile web add github:Estellalee/dsh-outdoor-theme` in your terminal. Make sure you have pnpm enabled (via `corepack enable`). After installation, refresh your browser page to see the new theme.
How do I uninstall the outdoor theme?
Run `dsh plugin --profile web remove dsh-outdoor-theme` in your terminal. This removes the package and its bundle layer. Refresh the browser page to restore the default DSH skin.
Can I switch between light and dark mode?
Yes. Go to the Settings panel in DSH, find the '皮肤' (Skin) row, and choose between '清晨草甸 Morning Meadow' (light) and '暮色森林 Dusk Forest' (dark). You can also switch back to the default DSH skin at any time.
Can I customize the colors of the theme?
Yes. Open the file `outdoor-tokens.css` and modify any `--dsw-*` CSS variable. The file contains the light and dark token sets. After saving, refresh the browser page to see the changes.
Does this plugin require a build step or special permissions?
No. The plugin is pure JavaScript and CSS, so there is no build step. When installing from GitHub, you don't need `allowBuilds` permissions. Simply run the `dsh plugin` command and refresh the page.