Skip to content

Commit

Permalink
Add support for fzf-lua (#194)
Browse files Browse the repository at this point in the history
In a attempt make it more like telescope colors.
  • Loading branch information
mortezadadgar authored Jan 7, 2024
1 parent 92762f4 commit 3e301fd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/rose-pine/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit 3e301fd

Please sign in to comment.