Skip to content

Commit

Permalink
chore: reduce contrast of ColorColumn
Browse files Browse the repository at this point in the history
  • Loading branch information
mvllow committed Jun 14, 2022
1 parent b79f4a2 commit df94e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/rose-pine/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {},
Expand Down

0 comments on commit df94e56

Please sign in to comment.