Search code examples
ruby-on-railsrubyzshoh-my-zshiterm2

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

Solution

  • 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