feat: add vim.g.rose_pine_colors.heading_prefix

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

View file

@ -98,7 +98,7 @@ local theme = {
Constant = { fg = p.gold },
Debug = { fg = p.rose },
Define = { fg = p.iris },
Delimiter = { fg = p.rose },
Delimiter = { fg = config.colors.heading_prefix },
Error = { fg = p.love },
Exception = { fg = p.pine },
Float = { fg = p.gold },