From 15ea12d54b0c44c16a134df5dda925b9c5d32a17 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Fri, 19 Feb 2021 20:27:14 -0800 Subject: [PATCH] Change autosuggest colors --- dotfiles/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 963bd2e..4b634d3 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -122,6 +122,8 @@ if [[ $- == *i* ]] ; then # Suggestions if test -f /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh ; then source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh + # Works well for solarized + ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=10" fi fi # End interactive-only block