Closed sobolevn closed 7 months ago
Hi! I am trying to apply my theme to the output of tab suggestion.
tab
Here's how it looks:
But, when I use fzf-tab, colors are different:
fzf-tab
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.
zsh-ls-colors
LS_COLORS
This worked for me zstyle ":fzf-tab:*" default-color '$COLOR_YOU_WANT'
zstyle ":fzf-tab:*" default-color '$COLOR_YOU_WANT'
Final result for refence: https://github.com/sobolevn/dotfiles/blob/master/shell/.completions
Hi! I am trying to apply my theme to the output of
tab
suggestion.Here's how it looks:
But, when I use
fzf-tab
, colors are different:I've tried using
zsh-ls-colors
and modifiedLS_COLORS
, but I still was not successful in changing the color of the suggestions' text.