Vim has extensible UI, and it doesn't always have to look like it's stuck in the 90s. You can change its themes, tweak the way certain UI elements are displayed, and enhance the information displayed in a status line. If you're a gVim user, there are even more customization options available to you!
Playing with the Vim UI
Color schemes
Vim has a plethora of beautiful color schemes available, both packaged with Vim and made by community members.
You can change the color scheme by changing the colorscheme setting in your .vimrc, as follows:
:colorscheme elflord
To get a list of currently installed color schemes, execute :colorscheme Ctrl + d. This will list every installed color scheme:
In the preceding example...