fix: invisible text in selection in fzf-lua

This commit is contained in:
Shaun Clayton 2024-07-23 11:08:27 -04:00
commit 2e845b946b

View file

@ -667,13 +667,14 @@ local function set_highlights()
TelescopeTitle = { fg = palette.foam, bold = styles.bold },
-- ibhagwan/fzf-lua
FzfLuaNormal = { link = "NormalFloat" },
FzfLuaTitle = { fg = palette.foam, bold = styles.bold },
FzfLuaBorder = make_border(),
FzfLuaHeaderText = { fg = palette.love },
FzfLuaHeaderBind = { fg = palette.rose },
FzfLuaBufFlagCur = { fg = palette.subtle },
FzfLuaBufFlagAlt = { fg = palette.subtle },
FzfLuaBufFlagCur = { fg = palette.subtle },
FzfLuaCursorLine = { fg = palette.text, bg = palette.overlay },
FzfLuaHeaderBind = { fg = palette.rose },
FzfLuaHeaderText = { fg = palette.love },
FzfLuaNormal = { fg = palette.text },
FzfLuaTitle = { fg = palette.foam, bg = palette.surface, bold = styles.bold },
-- rcarriga/nvim-notify
NotifyDEBUGBorder = make_border(),