Aloxaf / fzf-tab

Replace zsh's default completion selection menu with fzf!
MIT License
2.98k stars 90 forks source link

[Q] How to change the suggestion color? #436

Closed sobolevn closed 2 months ago

sobolevn commented 2 months ago

Hi! I am trying to apply my theme to the output of tab suggestion.

Here's how it looks:

Снимок экрана 2024-04-26 в 22 59 39

But, when I use fzf-tab, colors are different:

Снимок экрана 2024-04-26 в 22 59 30

I've tried using zsh-ls-colors and modified LS_COLORS, but I still was not successful in changing the color of the suggestions' text.

sobolevn commented 2 months ago

This worked for me zstyle ":fzf-tab:*" default-color '$COLOR_YOU_WANT'

sobolevn commented 2 months ago

Final result for refence: https://github.com/sobolevn/dotfiles/blob/master/shell/.completions