Closed kiryph closed 6 years ago
I should have added that I use the z shell with zsh-syntax-highlighting.
One solution is to set in ~/.zshrc
typeset -A ZSH_HIGHLIGHT_STYLES
ZSH_HIGHLIGHT_STYLES[comment]='fg=white,bold'
The default value is
ZSH_HIGHLIGHT_STYLES[comment]:=fg=black,bold
I am not sure if a change to https://github.com/KeitaNakamura/neodark.vim/blob/master/terms/NeoDark.itermcolors would be better.
Update: zsh-autocomplete
Another change to make the suggested completion visible:
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=white'
See following screenshot:
Does anyone know how to fix this?