mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
chore: reduce contrast of ColorColumn
To override highlights: https://github.com/rose-pine/neovim#options
This commit is contained in:
parent
a60b0e6581
commit
bc07e54924
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue