bling / fzf.el

A front-end for fzf
GNU General Public License v3.0
360 stars 50 forks source link

Customize colours #69

Open soywod opened 2 years ago

soywod commented 2 years ago

Thanks for this great plug-in!

I'm quite new to Emacs, maybe the question is not directly related to your plug-in. How can I change the default colours? I would like them to match the ones I put in my fzf configuration.

ghost commented 2 years ago

If you're still curious:

fzf.el defines fzf/args, which are the default arguments passed to fzf. One of these args is --color bw, which disables color. You could change the value of that variable in your emacs config to, say, remove that option, or set it to what you want.

I'm not sure what you mean by fzf configuration though - could you elaborate more on what you mean by that?

soywod commented 2 years ago

I'm using helm and icomplete now. But I can give a try and let you know :wink:

ghost commented 2 years ago

Unrelated to this issue, but how were you using fzf that it could be replaced by helm? Did you somehow configure all of your mini buffer usages to use fzf? (I'm not interested in doing that, just curious 😄