changeset 710:8dcfa2682a75

fix: set color of completion to black
author zegervdv <zegervdv@me.com>
date Thu, 27 Oct 2022 07:25:06 +0000
parents 0a59c00d64d9
children 5b726cb31ab5
files dot_zshrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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