mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
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:
parent
f93360149e
commit
72befaffea
1 changed files with 4 additions and 0 deletions
|
|
@ -1140,6 +1140,10 @@ local function set_highlights()
|
||||||
highlight.blend = nil
|
highlight.blend = nil
|
||||||
highlight.blend_on = 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)
|
vim.api.nvim_set_hl(0, group, highlight)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue