-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Nuvic edited this page Nov 19, 2024
·
3 revisions
Welcome to the flexoki-nvim wiki!
If you have problems with the highlight groups, you may need to set fzf-colors.
For example, this works well with light theme:
fzf_colors = {
["bg"] = { "bg", "NormalFloat" },
["bg+"] = { "bg", "CursorLine" },
["fg+"] = { "fg", "Normal" },
["gutter"] = { "bg", "NormalFloat" },
["hl"] = { "fg", "Normal" },
["hl+"] = { "fg", "Boolean" },
},