add highlight groups

This commit is contained in:
mvllow 2022-04-01 12:27:52 -04:00
commit 3f97c6dedc
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' }
}
})