mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
ref: Change base to overlay in Pounce hl
This commit is contained in:
parent
cd664edd09
commit
29a2d8d8c4
1 changed files with 4 additions and 4 deletions
|
|
@ -481,10 +481,10 @@ local theme = {
|
||||||
|
|
||||||
-- Pounce
|
-- Pounce
|
||||||
-- https://github.com/rlane/pounce.nvim
|
-- https://github.com/rlane/pounce.nvim
|
||||||
PounceMatch = { bg = p.love, fg = p.base },
|
PounceMatch = { bg = p.love, fg = p.overlay },
|
||||||
PounceGap = { bg = p.foam, fg = p.base },
|
PounceGap = { bg = p.foam, fg = p.overlay },
|
||||||
PounceAccept = { bg = p.gold, fg = p.base },
|
PounceAccept = { bg = p.gold, fg = p.overlay },
|
||||||
PounceAcceptBest = { bg = p.iris, fg = p.base },
|
PounceAcceptBest = { bg = p.iris, fg = p.overlay },
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.g.terminal_color_0 = p.overlay -- black
|
vim.g.terminal_color_0 = p.overlay -- black
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue