fix: do not clear blend prop

This commit is contained in:
Dawid Karpiński 2025-04-12 23:40:29 +02:00 committed by mvllow
commit b35b0db2ae
No known key found for this signature in database

View file

@ -1137,7 +1137,6 @@ local function set_highlights()
highlight.bg = utilities.blend(highlight.bg, highlight.blend_on or palette.base, highlight.blend / 100)
end
highlight.blend = nil
highlight.blend_on = nil
vim.api.nvim_set_hl(0, group, highlight)