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
A lot of other terminals (terminator, iTerm2, konsole, hyper, ...) set the COLORTERM environment variable to truecolor to indicate that the terminal supports it (see https://gist.github.com/XVilka/8346728 for more details).
It is not a really great solution (it can fail if you start a terminal from another terminal, for example), but apparently there is currently no other standard.
I would therefore propose that alacritty sets COLORTERM=truecolor in order for application developers to detect whether or not the terminal supports it.
See this commit which implements this for alacritty. Another example for qterminal is here.
Wezterm users have to currently hardcode this environment variable & value string in their config.lua file. See this example config in an issues filed in this repo. This shouldn't be necessary at all since Wezterm is capable of 24-bit colors, it should proudly advertise it (and leave it up to various programs to use or discard it).
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
The title is hopefully descriptive enough.
An identical feature request for
alacritty
was implemented sometime ago:See this commit which implements this for
alacritty
. Another example for qterminal is here.Wezterm users have to currently hardcode this environment variable & value string in their
config.lua
file. See this example config in an issues filed in this repo. This shouldn't be necessary at all since Wezterm is capable of 24-bit colors, it should proudly advertise it (and leave it up to various programs to use or discard it).The text was updated successfully, but these errors were encountered: