mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: correct bg color for FzfLuaNormal
This commit is contained in:
parent
2b7a0a3083
commit
8d715993f2
1 changed files with 1 additions and 1 deletions
|
|
@ -673,7 +673,7 @@ local function set_highlights()
|
||||||
FzfLuaCursorLine = { fg = palette.text, bg = palette.overlay },
|
FzfLuaCursorLine = { fg = palette.text, bg = palette.overlay },
|
||||||
FzfLuaHeaderBind = { fg = palette.rose },
|
FzfLuaHeaderBind = { fg = palette.rose },
|
||||||
FzfLuaHeaderText = { fg = palette.love },
|
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 },
|
FzfLuaTitle = { fg = palette.foam, bg = palette.surface, bold = styles.bold },
|
||||||
|
|
||||||
-- rcarriga/nvim-notify
|
-- rcarriga/nvim-notify
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue