mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 03:28:33 +00:00
ui: transmit "blend=" property of highlight attributes
This commit is contained in:
@@ -662,6 +662,7 @@ void terminal_get_line_attributes(Terminal *term, win_T *wp, int linenr,
|
||||
.rgb_fg_color = vt_fg,
|
||||
.rgb_bg_color = vt_bg,
|
||||
.rgb_sp_color = -1,
|
||||
.hl_blend = -1,
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user