mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: invisible text in selection in fzf-lua
This commit is contained in:
parent
f684896163
commit
2e845b946b
1 changed files with 6 additions and 5 deletions
|
|
@ -667,13 +667,14 @@ local function set_highlights()
|
||||||
TelescopeTitle = { fg = palette.foam, bold = styles.bold },
|
TelescopeTitle = { fg = palette.foam, bold = styles.bold },
|
||||||
|
|
||||||
-- ibhagwan/fzf-lua
|
-- ibhagwan/fzf-lua
|
||||||
FzfLuaNormal = { link = "NormalFloat" },
|
|
||||||
FzfLuaTitle = { fg = palette.foam, bold = styles.bold },
|
|
||||||
FzfLuaBorder = make_border(),
|
FzfLuaBorder = make_border(),
|
||||||
FzfLuaHeaderText = { fg = palette.love },
|
|
||||||
FzfLuaHeaderBind = { fg = palette.rose },
|
|
||||||
FzfLuaBufFlagCur = { fg = palette.subtle },
|
|
||||||
FzfLuaBufFlagAlt = { 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
|
-- rcarriga/nvim-notify
|
||||||
NotifyDEBUGBorder = make_border(),
|
NotifyDEBUGBorder = make_border(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue