mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Add CurSearch highlight group (#81)
This commit is contained in:
parent
da67a549cf
commit
aa69b6a3d7
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ function M.get(config)
|
|||
theme = {
|
||||
ColorColumn = { bg = p.highlight_high },
|
||||
Conceal = { bg = p.none },
|
||||
CurSearch = { link = 'IncSearch' },
|
||||
-- Cursor = {},
|
||||
CursorColumn = { bg = p.highlight_low },
|
||||
-- CursorIM = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue