fix (tui): keep assistant text contrast theme-adaptive

This commit is contained in:
Vignesh Natarajan
2026-02-14 19:08:15 -08:00
parent 70cf0e4d42
commit 2c962ef8fc
2 changed files with 4 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ function highlightCode(code: string, lang?: string): string[] {
export const theme = {
fg: fg(palette.text),
assistantText: (text: string) => text,
dim: fg(palette.dim),
accent: fg(palette.accent),
accentSoft: fg(palette.accentSoft),