From 556b04d0180af089e1beffabc2442a3deb8aa836 Mon Sep 17 00:00:00 2001 From: Devin <47056144+ikws4@users.noreply.github.com> Date: Tue, 25 Jan 2022 22:10:51 +0800 Subject: [PATCH] feat: add support for pounce.nvim (#60) --- lua/rose-pine/theme.lua | 7 +++++++ readme.md | 2 ++ 2 files changed, 9 insertions(+) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 2d4e8d5..059f0a9 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -478,6 +478,13 @@ local theme = { -- Lsp_Signature -- https://github.com/ray-x/lsp_signature.nvim LspSignatureActiveParameter = { bg = p.overlay }, + + -- pounce + -- https://github.com/rlane/pounce.nvim + PounceMatch = { link = 'Search' }, + PounceGap = { link = 'Search' }, + PounceAccept = { fg = p.love, bg = p.highlight_high }, + PounceAcceptBest = { fg = p.base, bg = p.gold }, } vim.g.terminal_color_0 = p.overlay -- black diff --git a/readme.md b/readme.md index 1fad0f7..a000008 100644 --- a/readme.md +++ b/readme.md @@ -39,7 +39,9 @@ use({ - **[Neogit](https://github.com/TimUntersberger/neogit)** - **[Neorg](https://github.com/nvim-neorg/neorg)** - **[Lspsaga](https://github.com/tami5/lspsaga.nvim)** +- **[Pounce](https://github.com/rlane/pounce.nvim)** - **[Lualine](https://github.com/hoob3rt/lualine.nvim)** + ```lua require('lualine').setup({ options = { theme = 'rose-pine' }