fenetikm / falcon

A colour scheme for terminals, Vim and friends.
MIT License
718 stars 25 forks source link

Add fzf colors #37

Open hissssst opened 4 years ago

hissssst commented 4 years ago

scrot_200625154839

Colorscheme for fzf, what do you think about it?

export FZF_DEFAULT_OPTS='
 --color=fg:#b4b4b9,hl:#ffc552
 --color=fg+:#f8f8ff,bg+:#2f2f3a,hl+:#ff761a
 --color=info:#bfdaff,prompt:#ff5fff,pointer:#cbccc6
 --color=marker:#ff3600,spinner:#bfdaff,header:#635196'
fenetikm commented 4 years ago

It's pretty good - I have some colouring for FZF in vim here https://github.com/fenetikm/falcon/blob/da3468536410eb1ea59a0dd3054edf28d4577d8c/plugin/falcon.vim#L12 - I'll check how these look in comparison to those.

hissssst commented 4 years ago

@fenetikm Oh, I didn't know that fzf colorscheme already exsists, I'll try to rewrite vim-fzf to fzf