🟪 color.ts

This commit is contained in:
nirholas
2026-03-31 10:23:22 +00:00
parent 8285c477c4
commit 8c35565e75

View File

@@ -28,3 +28,4 @@ export function color(
return colorize(text, getTheme(theme)[c as keyof Theme], type) return colorize(text, getTheme(theme)[c as keyof Theme], type)
} }
} }