Initial release of tint.zig, a fast, minimal, zero dependency terminal color and text styling library for Zig 0.16.0+.
Highlights
- ANSI 4 bit, ANSI 88, ANSI 256, and 24 bit TrueColor support
- RGB, HEX, HSL, HSV, CMYK, CIE XYZ, and CIE Lab color models
- 140+ named CSS/X11 colors
- Foreground, background, and underline colors
- Composable text styles and SGR reset codes
- Color conversion, manipulation, harmony, analysis, and gradients
- Built in palettes and customizable themes
- Explicit ANSI/SGR code construction with client owned output
- Zero dependencies and cross platform support
- Comprehensive examples, API reference, documentation, and tests