From 9f044dc997eff3b2e287f70deed70f415fa288b9 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:33 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=94=A9=20theme.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/theme.ts | 1 + 1 file changed, 1 insertion(+) 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' } +