# HG changeset patch # User zegervdv # Date 1666855506 0 # Node ID 8dcfa2682a757405e6db2deb33d26ddde73f82d3 # Parent 0a59c00d64d9f037ba461d4d7eeb9ad27dbd4add fix: set color of completion to black diff -r 0a59c00d64d9 -r 8dcfa2682a75 dot_zshrc --- a/dot_zshrc Wed Oct 26 20:20:52 2022 +0200 +++ b/dot_zshrc Thu Oct 27 07:25:06 2022 +0000 @@ -271,6 +271,7 @@ zstyle ':completion:*:descriptions' format '[%d]' zstyle ':fzf-tab:*' fzf-command ftb-tmux-popup +zstyle ':fzf-tab:*' default-color $'\033[30m' zsh-defer source ~/.zsh/fzf-tab/fzf-tab.plugin.zsh zsh-defer source ~/.zsh/zsh-history-substring-search.zsh