From df94e56cadef971164942726fa2aa55c9f078c2b Mon Sep 17 00:00:00 2001 From: mvllow Date: Tue, 14 Jun 2022 11:59:22 -0400 Subject: [PATCH] chore: reduce contrast of `ColorColumn` To override highlights: https://github.com/rose-pine/neovim#options --- 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 b9bff01a..faf258d7 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -16,7 +16,7 @@ function M.get(config) styles.nc_background = (config.dim_nc_background and groups.panel) or styles.background theme = { - ColorColumn = { bg = p.highlight_high }, + ColorColumn = { bg = p.overlay }, Conceal = { bg = p.none }, CurSearch = { link = 'IncSearch' }, -- Cursor = {},