dotfiles/home/private_dot_config/zsh/zexists.d/cmd/fzf.zsh

12 lines
284 B
Bash
Raw Normal View History

2023-02-17 09:26:31 -06:00
#!/usr/bin/env zsh
# catppuccin
FZF_COLORS="
--color=bg+:#302D41,bg:#1E1E2E,spinner:#F8BD96,hl:#F28FAD
--color=fg:#D9E0EE,header:#F28FAD,info:#DDB6F2,pointer:#F8BD96
--color=marker:#F8BD96,fg+:#F2CDCD,prompt:#DDB6F2,hl+:#F28FAD
"
export FZF_DEFAULT_OPTS=${FZF_COLORS}${FZF_LAYOUT}