feat: add support for pounce.nvim (#60)

This commit is contained in:
Devin 2022-01-25 22:10:51 +08:00 committed by GitHub
commit 556b04d018
2 changed files with 9 additions and 0 deletions

View file

@ -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