From 0a43f420e20ff534053355cd0beb33b00b6fa5ec Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 4 Apr 2022 05:58:08 +0200 Subject: [PATCH] Change Zsh autosuggest colour to inactive color from prompt theme --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 575bcce..3571631 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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}"