docs: update meta files for deep dark themes session
This commit is contained in:
parent
4a46ef42ab
commit
edaf5fcdb6
8 changed files with 37 additions and 8 deletions
|
|
@ -255,6 +255,15 @@
|
|||
#### Verification
|
||||
- All 138 vitest + 35 cargo tests pass
|
||||
|
||||
### Session: 2026-03-07 (continued) — Deep Dark Theme Group
|
||||
|
||||
#### 6 New Deep Dark Themes
|
||||
- [x] Added Tokyo Night, Gruvbox Dark, Ayu Dark, Poimandres, Vesper, Midnight to themes.ts
|
||||
- [x] Extended ThemeId from 11 to 17 values, THEME_LIST from 11 to 17 entries
|
||||
- [x] New "Deep Dark" theme group (3rd group alongside Catppuccin and Editor)
|
||||
- [x] Midnight is pure OLED black (#000000), Ayu Dark near-black (#0b0e14), Vesper warm dark (#101010)
|
||||
- [x] All 6 themes map to same 26 --ctp-* CSS vars — zero component changes needed
|
||||
|
||||
### Next Steps
|
||||
- [ ] Real-world relay testing (2 machines)
|
||||
- [ ] TLS/certificate pinning for relay connections
|
||||
|
|
|
|||
|
|
@ -128,3 +128,21 @@ All editor themes map to the same `--ctp-*` CSS custom property names (26 vars).
|
|||
|
||||
#### Verification
|
||||
- All 138 vitest + 35 cargo tests pass
|
||||
|
||||
### Session: 2026-03-07 — Deep Dark Theme Group (6 Themes)
|
||||
|
||||
#### New Theme Group: Deep Dark
|
||||
- [x] Added 6 new "Deep Dark" themes to `v2/src/lib/styles/themes.ts`:
|
||||
- Tokyo Night (base: #1a1b26)
|
||||
- Gruvbox Dark (base: #1d2021)
|
||||
- Ayu Dark (base: #0b0e14, near-black)
|
||||
- Poimandres (base: #1b1e28)
|
||||
- Vesper (base: #101010, warm dark)
|
||||
- Midnight (base: #000000, pure OLED black)
|
||||
- [x] Extended `ThemeId` union type from 11 to 17 values
|
||||
- [x] Added `THEME_LIST` entries with `group: 'Deep Dark'`
|
||||
- [x] Added all 6 palette definitions (26 colors each) mapped to --ctp-* slots
|
||||
- [x] Total themes: 17 across 3 groups (Catppuccin 4, Editor 7, Deep Dark 6)
|
||||
|
||||
#### Verification
|
||||
- No test changes needed — theme palettes are data-only, no logic changes
|
||||
|
|
|
|||
|
|
@ -388,7 +388,7 @@ No sidecar changes needed for v3.0.
|
|||
| Keyboard shortcut layers: App > Workspace > Terminal | Prevents conflicts. Terminal captures raw keys only when focused. App layer uses Ctrl+K/G. | 2026-03-07 |
|
||||
| AgentPane splits into ClaudeSession + TeamAgentsPanel | Team agents shown inline in right panel, not as separate panes. Saves xterm/pane slots. | 2026-03-07 |
|
||||
| Unmount/remount on group switch | Serialize xterm scrollbacks, destroy, remount new group. <100ms perceived. Frees ~80MB. | 2026-03-07 |
|
||||
| All themes map to --ctp-* CSS vars | 7 editor themes (VSCode Dark+, Atom One Dark, Monokai, Dracula, Nord, Solarized Dark, GitHub Dark) added alongside 4 Catppuccin. All map to same 26 --ctp-* CSS custom properties — zero component changes needed. | 2026-03-07 |
|
||||
| All themes map to --ctp-* CSS vars | 17 themes in 3 groups: 4 Catppuccin + 7 Editor (VSCode Dark+, Atom One Dark, Monokai, Dracula, Nord, Solarized Dark, GitHub Dark) + 6 Deep Dark (Tokyo Night, Gruvbox Dark, Ayu Dark, Poimandres, Vesper, Midnight). All map to same 26 --ctp-* CSS custom properties — zero component changes needed. | 2026-03-07 |
|
||||
|
||||
## Errors Encountered
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue