mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
add highlight groups (#74)
This commit is contained in:
parent
2f7d458414
commit
e153a6b7eb
2 changed files with 10 additions and 1 deletions
|
|
@ -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' }
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue