From 19cc3e36e6fd7deb9bf0921ed55f39c23664df66 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 = {},