mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: change linking and add highlight for FzfLuaFilePart
This commit is contained in:
parent
c68b20f85a
commit
483983da78
1 changed files with 3 additions and 2 deletions
|
|
@ -671,10 +671,11 @@ local function set_highlights()
|
||||||
FzfLuaBufFlagAlt = { fg = palette.subtle },
|
FzfLuaBufFlagAlt = { fg = palette.subtle },
|
||||||
FzfLuaBufFlagCur = { fg = palette.subtle },
|
FzfLuaBufFlagCur = { fg = palette.subtle },
|
||||||
FzfLuaCursorLine = { fg = palette.text, bg = palette.overlay },
|
FzfLuaCursorLine = { fg = palette.text, bg = palette.overlay },
|
||||||
|
FzfLuaFilePart = { fg = palette.text },
|
||||||
FzfLuaHeaderBind = { fg = palette.rose },
|
FzfLuaHeaderBind = { fg = palette.rose },
|
||||||
FzfLuaHeaderText = { fg = palette.love },
|
FzfLuaHeaderText = { fg = palette.love },
|
||||||
FzfLuaNormal = { fg = palette.text, bg = palette.surface },
|
FzfLuaNormal = { link = "NormalFloat" },
|
||||||
FzfLuaTitle = { fg = palette.foam, bg = palette.surface, bold = styles.bold },
|
FzfLuaTitle = { link = "FloatTitle" },
|
||||||
|
|
||||||
-- rcarriga/nvim-notify
|
-- rcarriga/nvim-notify
|
||||||
NotifyDEBUGBorder = make_border(),
|
NotifyDEBUGBorder = make_border(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue