aboutsummaryrefslogtreecommitdiff
path: root/tests/test-ai-term--accent.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(ai-term): paint the agent accent dupre blueCraig Jennings2026-07-021-0/+103
Claude Code draws its accent (the bypass-permissions banner, borders, spinner) with xterm-256 palette codes, and the stock rose red is palette index 211. eat resolves those codes through a per-terminal face vector, so agent terminals now point index 211 at the new cj/ai-term-accent face (dupre blue #67809c) at creation. Every other eat terminal keeps the true palette. Per-project colors can later ride the same per-terminal mechanism.