From bc07e549245e0c4ea844a839381693b9c55c9e8a 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 b9bff01..faf258d 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 = {},