unixorn / fzf-zsh-plugin

ZSH plugin to enable fzf searches of a lot more stuff - docker, tmux, homebrew and more.
Apache License 2.0
303 stars 27 forks source link

Add color option #91

Closed seebeen closed 8 months ago

seebeen commented 8 months ago

Can an option FZF_COLOR_SCHEME be added so it's easy to setup custom colors. I don't mind doing a PR if you want to merge it :)

unixorn commented 8 months ago

Sure, I'm always happy to get PRs on my projects.

Make it easy for users to override by only setting it if it is unset. Something like

FZF_COLOR_SCHEME=${FZF_COLOR_SCHEME:-'PUT_YOUR_VALUE_HERE'}
seebeen commented 8 months ago

Done - #92