Change Zsh autosuggest colour to inactive color from prompt theme
This commit is contained in:
parent
342414d504
commit
0a43f420e2
|
@ -50,7 +50,7 @@ add-zsh-hook zshaddhistory _my_import_history_zshaddhistory
|
|||
|
||||
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
|
||||
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
|
||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=238"
|
||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=236"
|
||||
|
||||
# Set up in .zprofile.
|
||||
source "${ZSH_PLUGIN_SOURCE}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user