Files
nexus-terminal/.helloagents/archive/2026-03/202603250603_dark-green-night-theme/tasks.md
T
yinjianm 7e430cb983 fix(frontend): preserve ansi colors in terminal effects
Limit stroke and shadow effects to default-foreground terminal text so
ANSI-colored output keeps its intended visual meaning.

Also enable terminal text stroke and shadow by default in frontend and
backend fallbacks, and align the dark preset and default xterm theme
with the new green night palette.
2026-03-25 06:20:33 +08:00

52 lines
1.6 KiB
Markdown

# 任务清单: dark-green-night-theme
```yaml
@feature: dark-green-night-theme
@created: 2026-03-25
@status: completed
@mode: R2
```
## 进度概览
| 完成 | 失败 | 跳过 | 总数 |
|------|------|------|------|
| 5 | 0 | 0 | 5 |
---
## 任务列表
### 1. 方案与范围确认
- [√] 1.1 创建黑绿夜间主题方案包并锁定前后端默认主题定义范围 | depends_on: []
### 2. 主题预设调整
- [√] 2.1 统一黑暗模式预设的 UI 配色变量为黑绿夜间风格 | depends_on: [1.1]
- [√] 2.2 统一前后端终端默认主题为黑绿终端风格 | depends_on: [2.1]
### 3. 验证与同步
- [√] 3.1 运行前后端最小验证并记录结果 | depends_on: [2.2]
- [√] 3.2 更新 `.helloagents` 文档与变更记录 | depends_on: [3.1]
---
## 执行日志
| 时间 | 任务 | 状态 | 备注 |
|------|------|------|------|
| 2026-03-25 06:03 | 1.1 | 完成 | 创建 implementation 方案包,范围锁定为黑暗模式预设与终端默认主题 |
| 2026-03-25 06:04 | 2.1 / 2.2 | 完成 | 统一黑暗模式预设与前后端默认终端主题为黑绿夜间风格 |
| 2026-03-25 06:05 | 3.1 | 完成 | 前端与后端构建均通过 |
| 2026-03-25 06:06 | 3.2 | 完成 | 更新 frontend/backend 模块文档并准备归档 |
---
## 执行备注
- 本次不改浅色默认主题,也不改主题编辑器交互。
- 后端默认主题定义当前主要用于初始化与一致性镜像,即使前端直接消费自己的默认值,也需要同步。
- 真实视觉观感仍建议由你在已登录环境里点击一次“黑暗模式”做最终目视确认。