You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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 😄
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.
The text was updated successfully, but these errors were encountered: