diff --git a/src/utils/theme.ts b/src/utils/theme.ts index 9491dca..6baafc7 100644 --- a/src/utils/theme.ts +++ b/src/utils/theme.ts @@ -637,3 +637,4 @@ export function themeColorToAnsi(themeColor: string): string { // Fallback to magenta if parsing fails return '\x1b[35m' } +