chore: reduce contrast of ColorColumn

To override highlights: https://github.com/rose-pine/neovim#options
This commit is contained in:
mvllow 2022-06-14 11:59:22 -04:00
commit bc07e54924

View file

@ -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 = {},