diff --git a/roles/user/shell/zsh/templates/zshrc b/roles/user/shell/zsh/templates/zshrc index 6c69b56..fe17381 100644 --- a/roles/user/shell/zsh/templates/zshrc +++ b/roles/user/shell/zsh/templates/zshrc @@ -8,7 +8,10 @@ source $ZSH/oh-my-zsh.sh export PATH=$HOME/.local/bin:$PATH ### zsh autosuggestions color ### -ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=8,underline,standout" +ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=8,underline" + +# Solarized theme +# ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=10,underline" ### Ruby gems ### if which ruby >/dev/null && which gem >/dev/null; then