You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
24-bit color RGB escape sequences are also sometimes referred to as "TrueColor"
Example use case: Sometimes logfiles use 24bit RGB color escape sequences to make it easy to identify different entities at a glance e.g. assign different email addresses to different RGB values using a checksum.
...or sometimes people just like to do crazy terminal hacks, e.g:
I suppose ideally the API for this could match the 24-bit color API in terms of accessing the output RGB, since the values can be derived from the 8-bit color value if it doesn't map to one of the standard 16 base colors (e.g. https://stackoverflow.com/a/27165165/14436105)
24-bit color RGB escape sequences are also sometimes referred to as "TrueColor"
Example use case: Sometimes logfiles use 24bit RGB color escape sequences to make it easy to identify different entities at a glance e.g. assign different email addresses to different RGB values using a checksum.
...or sometimes people just like to do crazy terminal hacks, e.g:
Either way, supporting the entire RGB color space would be useful. 🙁
The escape sequences used by almost all terminals with 24-bit RGB support are:
E.g. see
infocmp tmux-direct | grep seta
The text was updated successfully, but these errors were encountered: