mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
add CursorColumn (fixes #9)
This commit is contained in:
parent
da185c1b1a
commit
a932365307
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ theme.loadEditor = function()
|
||||||
-- ColorColumn = {},
|
-- ColorColumn = {},
|
||||||
-- Conceal = {},
|
-- Conceal = {},
|
||||||
-- Cursor = {},
|
-- Cursor = {},
|
||||||
-- CursorColumn = {},
|
CursorColumn = { bg = p.highlight_overlay },
|
||||||
-- CursorIM = {},
|
-- CursorIM = {},
|
||||||
CursorLine = { bg = p.highlight_inactive },
|
CursorLine = { bg = p.highlight_inactive },
|
||||||
CursorLineNr = { fg = p.text },
|
CursorLineNr = { fg = p.text },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue