mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
parent
a09f9da142
commit
fac0f76075
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ function M._load(options)
|
|||
h('ColorColumn', { bg = p.overlay })
|
||||
h('Conceal', { bg = p.none })
|
||||
h('CurSearch', { link = 'IncSearch' })
|
||||
-- Cursor = {},
|
||||
h('Cursor', { fg = p.text, bg = p.highlight_high })
|
||||
h('CursorColumn', { bg = p.highlight_low })
|
||||
-- CursorIM = {},
|
||||
h('CursorLine', { bg = p.highlight_low })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue