Appearance
Color represents terminal colors: truecolor (RGB), 256 palette, and named colors.
Color
APIs:
Color.hex(0xRRGGBB)
Color.rgb(r,g,b)
Color.palette(index)
See src/style/color.zig for implementation and utilities.
src/style/color.zig