When Vim starts, it displays the tilde symbol (~) for empty lines. Is there a way to change its color?
~
Try this:
:highlight NonText ctermfg=12
12 is the default color; change as you see fit.