For context, gitcommitOverflow is a standard highlight as defined in syntax/gitcommit
I hoped doing
on_highlights = function(hl, p)
hl.gitcommitOverflow = { bg = p.red }
end,
in my setup would do the trick. It certainly seems to mark the highlight properly, so that's not at fault:
But somehow that doesn't work in this colorscheme. It works in vanilla without issues.
For context, gitcommitOverflow is a standard highlight as defined in syntax/gitcommit
I hoped doing
in my setup would do the trick. It certainly seems to mark the highlight properly, so that's not at fault:
But somehow that doesn't work in this colorscheme. It works in vanilla without issues.