mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: do not clear blend prop
This commit is contained in:
parent
f93360149e
commit
b35b0db2ae
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue