mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: Add Pounce Highlights
This commit is contained in:
parent
f4b2eed0cd
commit
baac666a62
1 changed files with 7 additions and 0 deletions
|
|
@ -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 = { bg = p.love, fg = p.base },
|
||||
PounceGap = { bg = p.foam, fg = p.base },
|
||||
PounceAccept = { bg = p.gold, fg = p.base },
|
||||
PounceAcceptBest = { bg = p.iris, fg = p.base },
|
||||
}
|
||||
|
||||
vim.g.terminal_color_0 = p.overlay -- black
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue