How do you change the unused / bottom portion of the vim editor? The picture will hopefully clarify my terrible description :).
The ctermfg=white is used to set the foreground color to white in a terminal text editor. Finally, the ctermbg=black is used to set the background color to black in a terminal text editor.
In Vim, if your color scheme supports both a light and dark mode, you switch between by using the command: set background=dark or set background=light .
That section is controlled by the highlight group NonText. So you can add the following line after your colorscheme line to set the background color to blue.
highlight NonText ctermbg=blue
Of course change blue to whatever color you want. Also if you are in gvim you will want to use guibg=
to set the background color.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With