Search code examples
oh-my-zshiterm

iTerm2/Oh My Zsh: How to change preview text font color?


Simple questions, possibly more difficult answers...when I begin to type a command I have a preview/auto completion. I'm wondering how I can change the font color (too dark). I included screenshot for context

enter image description here


Solution

  • Actually it turned out this was an "oh my zshell" settings, so all I needed to do was export the ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE within the .zshrc like so:

    export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=100"


    This brightened up the suggestion nicely so that I could actually read it:

    enter image description here