-
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Sep 11, 2024
Replies: 1 comment
-
You wish configure the highlight as bg but you’re extracting Maybe extract fzf_colors = {
['hl'] = { 'bg', 'TelescopeMatching', 'reverse' },
['hl+'] = { 'bg', 'TelescopeMatching', 'reverse' },
},
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hyawara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You wish configure the highlight as bg but you’re extracting
fg
from the highlight group, I don’t recall out of hand how to configure the bg in fzf colors but I believe it’s possible, should be inman fzf
.Maybe extract
bg
and addreverse
?