index
:
ghostty.git
1.1.x
1.2.x
main
opengl-test
push-lvtrmyqqqpkn
push-qouskwyzlkmy
tristan957/gtk-ng
vm-tests
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
terminal
/
color.zig
Age
Commit message (
Expand
)
Author
2025-09-11
terminal: special/dynamic color enums
Mitchell Hashimoto
2024-12-24
optimize `Style` hashing to be single-shot
David Rubin
2024-08-21
typos
Mitchell Hashimoto
2024-08-19
Address review comments.
Jeffrey C. Ollie
2024-08-17
Implement Kitty Color Protocol (OSC 21)
Jeffrey C. Ollie
2024-08-11
spelling: normalize grey -> gray
Qwerasd
2024-02-01
config: add window-theme = auto for automatic choosing based on bg color
Mitchell Hashimoto
2024-01-10
terminal: use comptime generated X11 lookup table from rgb.txt
Mitchell Hashimoto
2024-01-10
add ability to specify RGB colors as names from the X11 rgb name list
Jeffrey C. Ollie
2023-12-12
term: parse hex color string for OSC commands
Gregory Anders
2023-11-09
core: move color parsing functions into RGB namespace
Gregory Anders
2023-08-30
terminal: add contrast function based on w3c
Mitchell Hashimoto
2023-08-30
terminal: add w3c luminance formula
Mitchell Hashimoto
2023-08-29
font/shaper: split ligature around cell style change
Mitchell Hashimoto
2023-06-30
Update Zig (#164)
Mitchell Hashimoto
2023-06-25
Update zig, mach, fmt
Mitchell Hashimoto
2022-09-23
RGB should not be packed, so that it has align = 1
Mitchell Hashimoto
2022-09-04
setup flags, storage for graphemes
Mitchell Hashimoto
2022-08-29
TODO
Mitchell Hashimoto
2022-05-19
terminal: color palette structure and generation
Mitchell Hashimoto