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

最后一行后面区域的vim颜色,vim,Vim,我想修改最后一行后面矩形区域的vim bg颜色,如下图所示。此区域的属性名称是什么?我知道对于正常线条区域的背景色,hi normal guifg=White guibg=应该修改,但是找不到该区域的背景色 这是由非文本突出显示组所涵盖的,不幸的是,这并不是唯一的,因此那里的任何更改也会影响其他显示的部分。From:help hl NonText: 试试:hi NonText guibg=#yourcolor。 NonText '~' and '@' at the end of the wi

我想修改最后一行后面矩形区域的vim bg颜色,如下图所示。此区域的属性名称是什么?我知道对于正常线条区域的背景色,
hi normal guifg=White guibg=
应该修改,但是找不到该区域的背景色


这是由
非文本突出显示组所涵盖的,不幸的是,这并不是唯一的,因此那里的任何更改也会影响其他显示的部分。From
:help hl NonText

试试
:hi NonText guibg=#yourcolor
  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).