mirror of
https://github.com/craftzdog/solarized-osaka.nvim.git
synced 2026-09-10 07:16:21 -04:00
fix(fzf-lua): fzfLivePrompt set to Normal to avoid pinkish color when grepping
FzfLua sets pinkish color when usig FzfLua grep through files so resetting to use Normal
This commit is contained in:
parent
58ea6a9217
commit
c4c6b2e158
|
|
@ -12,6 +12,7 @@ function M.get(c, opts)
|
|||
FzfLuaHeaderBind = { fg = c.yellow, bg = c.bg_float },
|
||||
FzfLuaPreviewTitle = { fg = c.blue, bg = c.bg_float },
|
||||
FzfLuaTitle = { fg = c.orange, bg = c.bg_float },
|
||||
FzfLuaLivePrompt = "Normal"
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue