# HG changeset patch # User zegervdv # Date 1664258383 0 # Node ID a061086e1172961ff60300bdc0f2b5fae70053c7 # Parent fdce323431f4f4e3183009a2f8ad64462484f35d set colors for fzf diff -r fdce323431f4 -r a061086e1172 dot_zshrc --- 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