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
1ef267ddcc
commit
15894e3f21
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ function M.get(config)
|
||||||
theme = {
|
theme = {
|
||||||
ColorColumn = { bg = p.highlight_high },
|
ColorColumn = { bg = p.highlight_high },
|
||||||
Conceal = { bg = p.none },
|
Conceal = { bg = p.none },
|
||||||
|
CurSearch = { link = 'IncSearch' },
|
||||||
-- Cursor = {},
|
-- Cursor = {},
|
||||||
CursorColumn = { bg = p.highlight_low },
|
CursorColumn = { bg = p.highlight_low },
|
||||||
-- CursorIM = {},
|
-- CursorIM = {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue