fix(clifmt): strip Chroma background colors from diff lines
Chroma's monokai style injects background colors on certain tokens
(e.g., \\x1b[48;2;30;0;16m on # comments). These were leaking into
diff lines, causing black/dark blocks in indentation and other areas.
Add a regex to strip all ANSI background-color sequences (40-48,
100-107, 49) from syntax-highlighted text before rendering diff lines,
so only the diff's own red/green background remains.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
authored by