Skip to content
Discussion options

You must be logged in to vote

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 in man fzf.

Maybe extract bg and add reverse ?

fzf_colors = {
    ['hl'] = { 'bg', 'TelescopeMatching', 'reverse' },
    ['hl+'] = { 'bg', 'TelescopeMatching', 'reverse' },
},

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hyawara
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants