morhetz / gruvbox-contrib

Ports of the gruvbox colorscheme
1.65k stars 362 forks source link

Broken Symbolic Links can not be colored properly in iTerm2 #109

Open sgon00 opened 3 years ago

sgon00 commented 3 years ago

OS: MacOS Big Sur Platform: iTerm2 (https://github.com/morhetz/gruvbox-contrib/tree/master/iterm2)

I have installed some linux tools on MacOS with the command brew install coreutils to show broken links with gls.

I have the following setup in .zprofile (or .zshrc):

eval $(gdircolors)
alias ls='gls --color=auto -p'

Thus, broken links will be colored properly when I use ls with the above setup.

The broken links color work fine in other color schemes. But it can not be seen in both Gruvbox Dark theme and Gruvbox Light theme on iTerm2.

Thank you very much.