Skip to content

Commit bc07e54

Browse files
committed
chore: reduce contrast of ColorColumn
To override highlights: https://github.com/rose-pine/neovim#options
1 parent a60b0e6 commit bc07e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/rose-pine/theme.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function M.get(config)
1616
styles.nc_background = (config.dim_nc_background and groups.panel) or styles.background
1717

1818
theme = {
19-
ColorColumn = { bg = p.highlight_high },
19+
ColorColumn = { bg = p.overlay },
2020
Conceal = { bg = p.none },
2121
CurSearch = { link = 'IncSearch' },
2222
-- Cursor = {},

0 commit comments

Comments
 (0)