1
0
Fork 0

Change Zsh autosuggest colour to inactive color from prompt theme

This commit is contained in:
tastytea 2022-04-04 05:58:08 +02:00
parent 342414d504
commit 0a43f420e2
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -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}"