From 5f15b40ced21c2af74b63eaea3d592296a3a1f3b Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:37 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=8E=84=20colorize.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ink/colorize.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ink/colorize.ts b/src/ink/colorize.ts index 9117a84..ad93da1 100644 --- a/src/ink/colorize.ts +++ b/src/ink/colorize.ts @@ -229,3 +229,4 @@ export function applyColor(text: string, color: Color | undefined): string { } return colorize(text, color, 'foreground') } +