From a932365307b1bdd482f6eb3b28e1d5083f3bc0bd Mon Sep 17 00:00:00 2001 From: mvllow Date: Sat, 14 Aug 2021 12:25:29 -0500 Subject: [PATCH] add `CursorColumn` (fixes #9) --- 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 39275ea..aa3becb 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -61,7 +61,7 @@ theme.loadEditor = function() -- ColorColumn = {}, -- Conceal = {}, -- Cursor = {}, - -- CursorColumn = {}, + CursorColumn = { bg = p.highlight_overlay }, -- CursorIM = {}, CursorLine = { bg = p.highlight_inactive }, CursorLineNr = { fg = p.text },