summaryrefslogtreecommitdiff
path: root/src/terminal/color.zig
AgeCommit message (Expand)Author
2025-09-11terminal: special/dynamic color enumsMitchell Hashimoto
2024-12-24optimize `Style` hashing to be single-shotDavid Rubin
2024-08-21typosMitchell Hashimoto
2024-08-19Address review comments.Jeffrey C. Ollie
2024-08-17Implement Kitty Color Protocol (OSC 21)Jeffrey C. Ollie
2024-08-11spelling: normalize grey -> grayQwerasd
2024-02-01config: add window-theme = auto for automatic choosing based on bg colorMitchell Hashimoto
2024-01-10terminal: use comptime generated X11 lookup table from rgb.txtMitchell Hashimoto
2024-01-10add ability to specify RGB colors as names from the X11 rgb name listJeffrey C. Ollie
2023-12-12term: parse hex color string for OSC commandsGregory Anders
2023-11-09core: move color parsing functions into RGB namespaceGregory Anders
2023-08-30terminal: add contrast function based on w3cMitchell Hashimoto
2023-08-30terminal: add w3c luminance formulaMitchell Hashimoto
2023-08-29font/shaper: split ligature around cell style changeMitchell Hashimoto
2023-06-30Update Zig (#164)Mitchell Hashimoto
2023-06-25Update zig, mach, fmtMitchell Hashimoto
2022-09-23RGB should not be packed, so that it has align = 1Mitchell Hashimoto
2022-09-04setup flags, storage for graphemesMitchell Hashimoto
2022-08-29TODOMitchell Hashimoto
2022-05-19terminal: color palette structure and generationMitchell Hashimoto