mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
increase ColorColumn contrast
This commit is contained in:
parent
19cc3e36e6
commit
14047522a1
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ end
|
|||
|
||||
theme.loadEditor = function()
|
||||
local editor = {
|
||||
ColorColumn = { bg = p.highlight_inactive },
|
||||
ColorColumn = { bg = p.highlight_overlay },
|
||||
-- Conceal = {},
|
||||
-- Cursor = {},
|
||||
-- CursorColumn = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue