Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Oh my zsh / Iterm2 auto suggestion color is broken?

see screenshot below.

Added my .zshrc file also below.

enter image description here

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion


export ZSH="$HOME/.oh-my-zsh"


ZSH_THEME="eastwood"


plugins=(git zsh-syntax-highlighting zsh-autosuggestions sudo web-search copypath copyfile copybuffer dirhistory history jsontools macos ruby rails)

source $ZSH/oh-my-zsh.sh


eval "$(/opt/homebrew/bin/brew shellenv)"
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"


export PATH="/Applications/Sublime Text.app/Contents/SharedSupport/bin:$PATH"
export PATH=/opt/homebrew/bin:$PATH
like image 756
mike Avatar asked Sep 02 '25 03:09

mike


1 Answers

Fixed by changing the color of LIGHT CYAN in iTerm2.

And using theme "Dark Tango"

See screenshots.

enter image description here

enter image description here

like image 176
mike Avatar answered Sep 05 '25 00:09

mike



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!