mirror of
https://github.com/openai/codex.git
synced 2026-09-20 12:47:38 +00:00
## Why Inline code and local file paths in the TUI used a fixed cyan foreground regardless of the active syntax theme. ## What changed Use the active theme's Markdown raw-text foreground for inline code and local file paths, with cyan as the fallback when no matching color is available. Isolate the active theme and its revision per test thread to prevent parallel tests from affecting each other's rendering. ## Testing Add rendering snapshots for dark, light, ANSI, and fallback themes, plus a regression test for theme and revision isolation between test threads. GitOrigin-RevId: 40d84131d0abc9f177019d9b0b3e19536d5cd553