When I ls
in a directory, the colors are printed as in the top example. These colors are controlled with Edit → Preferences → Colors → Palette, which I have set to Solarized.
However, I have no idea why my autocompletion colors are completely different, as seen in the bottom example. Where do I set those? I use zsh
, but had the same issue in bash
, too.
According to this, add the following in your
.zshrc
file:About the
ls
colors, I'm quoting this answer from Unix & Linux:You can read more about
dircolors
here.