d717f7dd by 柴进

docs: UI 重设计方案 — Apple 浅深双主题

- 设计令牌为单一真相源(theme.py 中 Python dict)
- Apple Blue 主色统一 macOS/Windows
- 监听 styleHints colorSchemeChanged 实现自动跟随系统
- 范围:外观 + 关键 layout 修复(按钮分级、卡片化、sidebar 头部)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5f2a43f7
...@@ -27,3 +27,10 @@ images/ ...@@ -27,3 +27,10 @@ images/
27 # OS 27 # OS
28 .DS_Store 28 .DS_Store
29 Thumbs.db 29 Thumbs.db
30
31 # Brainstorming / superpowers session artifacts
32 .superpowers/
33
34 # Local config / screenshots
35 config_no_db.json
36 ScreenShot_*.png
......