We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fzf-lua
1 parent 92762f4 commit 3e301fdCopy full SHA for 3e301fd
lua/rose-pine/theme.lua
@@ -492,6 +492,15 @@ function M._load(options)
492
['TelescopeSelectionCaret'] = { fg = p.rose, bg = p.overlay },
493
['TelescopeTitle'] = { fg = p.subtle },
494
495
+ -- ibhagwan/fzf-lua
496
+ ['FzfLuaNormal'] = { fg = p.subtle, bg = float_background },
497
+ ['FzfLuaTitle'] = { fg = p.subtle },
498
+ ['FzfLuaBorder'] = { fg = groups.border, bg = float_background },
499
+ ['FzfLuaHeaderText'] = { fg = p.love },
500
+ ['FzfLuaHeaderBind'] = { fg = p.rose },
501
+ ['FzfLuaBufFlagCur'] = { fg = p.subtle },
502
+ ['FzfLuaBufFlagAlt'] = { fg = p.subtle },
503
+
504
-- rcarriga/nvim-notify
505
['NotifyINFOBorder'] = { fg = p.foam },
506
['NotifyINFOTitle'] = { link = 'NotifyINFOBorder' },
0 commit comments