feat: add vim.g.rose_pine_colors.heading_prefix

This commit is contained in:
mvllow 2021-12-03 14:44:21 -06:00
commit 5329dbb5d0
3 changed files with 3 additions and 1 deletions

View file

@ -88,6 +88,7 @@ vim.g.rose_pine_colors = {
info = p.foam,
warn = p.gold,
error = p.love,
heading_prefix = p.subtle
-- Or set all headings to one colour: `headings = p.text`
headings = {
h1 = p.iris,