Alacritty only partially shows colors in SSH session
Set COLORTERM=truecolor. For example by adding the following to .bashrc
| |
Alternatively by passing down the variable with ssh -o SendEnv=COLORTERM, this needs to be explicitly allowed by the server though.