vim 最后一行之后区域的颜色

vim color on the area following the last line

我想修改 vim 最后一行之后的矩形区域的背景颜色,如下图所示。该区域的属性名称是什么?我知道对于法线区域的背景颜色,hi Normal guifg=White guibg=<here> 应该修改,但找不到该区域的颜色。

这被 NonText 突出显示组覆盖,不幸的是,它不是唯一的,所以那里的任何更改也会影响其他显示的部分。来自 :help hl-NonText:

  NonText '~' and '@' at the end of the window, characters from
          'showbreak' and other characters that do not really exist in
           the text (e.g., ">" displayed when a double-wide character
           doesn't fit at the end of the line).