add highlight groups (#74)

This commit is contained in:
not 2022-04-01 11:28:34 -05:00 committed by GitHub
commit e153a6b7eb
2 changed files with 10 additions and 1 deletions

View file

@ -119,6 +119,10 @@ require('rose-pine').setup({
}
-- or set all headings at once
-- headings = 'subtle'
},
-- Change specific vim highlight groups
highlight_groups = {
ColorColumn = { bg = 'rose' }
}
})