Skip to content

Commit 3e301fd

Browse files
Add support for fzf-lua (#194)
In a attempt make it more like telescope colors.
1 parent 92762f4 commit 3e301fd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lua/rose-pine/theme.lua

+9
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,15 @@ function M._load(options)
492492
['TelescopeSelectionCaret'] = { fg = p.rose, bg = p.overlay },
493493
['TelescopeTitle'] = { fg = p.subtle },
494494

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+
495504
-- rcarriga/nvim-notify
496505
['NotifyINFOBorder'] = { fg = p.foam },
497506
['NotifyINFOTitle'] = { link = 'NotifyINFOBorder' },

0 commit comments

Comments
 (0)