-
In my latest dotfiles commit, I have a really nice way of updating the light and dark versions of my fish instance when using However, I can't workout how to get a file paths search to look the same: Is altering |
Beta Was this translation helpful? Give feedback.
Answered by
PatrickF1
Sep 2, 2022
Replies: 1 comment
-
The files path search is automatically colored by fd. https://github.com/PatrickF1/fzf.fish/blob/main/functions/_fzf_search_directory.fish#L3 Edit: Looks like you do have to modify LS_COLORS to control it. https://github.com/sharkdp/fd#colorized-output |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PatrickF1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The files path search is automatically colored by fd. https://github.com/PatrickF1/fzf.fish/blob/main/functions/_fzf_search_directory.fish#L3
Edit: Looks like you do have to modify LS_COLORS to control it. https://github.com/sharkdp/fd#colorized-output