From 458fbadfaa4db4f9ece1892183449c71aadc8085 Mon Sep 17 00:00:00 2001 From: mvllow Date: Sat, 14 Aug 2021 12:27:39 -0500 Subject: [PATCH] Revert "add `CursorColumn` (fixes #9)" This reverts commit 770a49c36ea76c09e9dec6caae6af5a1841c8c3b. --- lua/rose-pine/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index aa3becb..39275ea 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -61,7 +61,7 @@ theme.loadEditor = function() -- ColorColumn = {}, -- Conceal = {}, -- Cursor = {}, - CursorColumn = { bg = p.highlight_overlay }, + -- CursorColumn = {}, -- CursorIM = {}, CursorLine = { bg = p.highlight_inactive }, CursorLineNr = { fg = p.text },