Mercurial > dotfiles
diff dot_zshrc @ 664:a061086e1172
set colors for fzf
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 27 Sep 2022 05:59:43 +0000 |
parents | fdce323431f4 |
children | c6b8132ce55f |
line wrap: on
line diff
--- a/dot_zshrc Tue Sep 27 05:55:05 2022 +0000 +++ b/dot_zshrc Tue Sep 27 05:59:43 2022 +0000 @@ -263,6 +263,11 @@ zsh-defer source ~/.zsh/jq-zsh-plugin/jq.plugin.zsh +export FZF_DEFAULT_OPTS="--color=fg:#000000,bg:#fbfafc,hl:#0b51a6 \ + --color=fg+:#000000,bg+:#dbebff,hl+:#0b51a6 \ + --color=info:#4f9fcf,prompt:#d44950,pointer:#d71707 \ + --color=marker:#d71707,spinner:#4f9fcf,header:#7653c1" + # The plugin will auto execute this zvm_after_init function function zvm_after_init() { [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh