🎄 colorize.ts

This commit is contained in:
nirholas
2026-03-31 10:23:37 +00:00
parent 7dddb8a954
commit 5f15b40ced

View File

@@ -229,3 +229,4 @@ export function applyColor(text: string, color: Color | undefined): string {
}
return colorize(text, color, 'foreground')
}