mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
Add `[tui] theme = "..."` config option that lets users override the auto-detected syntax highlighting theme with any of the 32 bundled two-face themes by kebab-case name. Invalid names log a warning and fall back to adaptive detection. Also suppress FontStyle::UNDERLINE in convert_style — themes like Dracula mark type scopes with underline which produces distracting underlines on type/module names in terminal output.