fix: correct bg color for FzfLuaNormal

This commit is contained in:
Shaun Clayton 2024-07-23 11:15:07 -04:00
commit 8d715993f2

View file

@ -673,7 +673,7 @@ local function set_highlights()
FzfLuaCursorLine = { fg = palette.text, bg = palette.overlay },
FzfLuaHeaderBind = { fg = palette.rose },
FzfLuaHeaderText = { fg = palette.love },
FzfLuaNormal = { fg = palette.text },
FzfLuaNormal = { fg = palette.text, bg = palette.surface },
FzfLuaTitle = { fg = palette.foam, bg = palette.surface, bold = styles.bold },
-- rcarriga/nvim-notify