From be28248fbcb5d777d4cdbf0953959db45f6e264d Mon Sep 17 00:00:00 2001 From: mvllow Date: Sat, 14 Aug 2021 12:28:43 -0500 Subject: [PATCH] actually fix #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..5dcdba1 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -58,7 +58,7 @@ end theme.loadEditor = function() local editor = { - -- ColorColumn = {}, + ColorColumn = { bg = p.highlight_inactive }, -- Conceal = {}, -- Cursor = {}, -- CursorColumn = {},