I'm a big noob to vim here. I was trying to change the colorscheme of vim by editing the .vimrc file, but as I was playing around with different color schemes (ayu and gruvbox, for example) I noticed that only the lines that have actual text on them get highlighted, everything else stays the same black command line background color as before (see screenshots below).
I am assuming this has something to do with the fact that I am using the Windows command line and am SSH'ing to a remote Linux machine, but I have no idea how to have vim change the entire background instead of just where the text is. Does anyone know what to do/if it is possible to get the whole background highlighted?


:redrawscreennot supporting 256 colors, and so I added the lineterm "screen-256color"to my/etc/.screenvrcfile, and that solved the problem! (however, it did create a new problem in that now if I add the lineset termguicolorsto my.vimrcfile it just changes all text to white... which means I can't use themes that rely on thetermguioption like ayu). But at least some custom themes work now!:let &t_ut=''fix it? See snk.tuxfamily.org/log/vim-256color-bce.html