🔩 theme.ts

This commit is contained in:
nirholas
2026-03-31 10:24:33 +00:00
parent aea528ebbc
commit 9f044dc997

View File

@@ -637,3 +637,4 @@ export function themeColorToAnsi(themeColor: string): string {
// Fallback to magenta if parsing fails
return '\x1b[35m'
}