mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Add support for fzf-lua
In a attempt make it more like telescope colors.
This commit is contained in:
parent
92762f4fa2
commit
6a83a663bb
1 changed files with 9 additions and 0 deletions
|
|
@ -492,6 +492,15 @@ function M._load(options)
|
|||
['TelescopeSelectionCaret'] = { fg = p.rose, bg = p.overlay },
|
||||
['TelescopeTitle'] = { fg = p.subtle },
|
||||
|
||||
-- ibhagwan/fzf-lua
|
||||
['FzfLuaNormal'] = { fg = p.subtle, bg = float_background },
|
||||
['FzfLuaTitle'] = { fg = p.subtle },
|
||||
['FzfLuaBorder'] = { fg = groups.border, bg = float_background },
|
||||
['FzfLuaHeaderText'] = { fg = p.love },
|
||||
['FzfLuaHeaderBind'] = { fg = p.rose },
|
||||
['FzfLuaBufFlagCur'] = { fg = p.subtle },
|
||||
['FzfLuaBufFlagAlt'] = { fg = p.subtle },
|
||||
|
||||
-- rcarriga/nvim-notify
|
||||
['NotifyINFOBorder'] = { fg = p.foam },
|
||||
['NotifyINFOTitle'] = { link = 'NotifyINFOBorder' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue