fix: do not clear blend prop from highlight (#351)

* add private built-in blend override

---------

Co-authored-by: mvllow <mvllow@icloud.com>
This commit is contained in:
Dawid Karpiński 2025-07-18 22:25:55 +02:00 committed by GitHub
commit 72befaffea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1140,6 +1140,10 @@ local function set_highlights()
highlight.blend = nil
highlight.blend_on = nil
if highlight._nvim_blend ~= nil then
highlight.blend = highlight._nvim_blend
end
vim.api.nvim_set_hl(0, group, highlight)
end