Vim default color schemes
Here's a preview of each of the default color schemes in vim for those looking for a quick overview of them.
To use a color scheme, use the following command:
:colorscheme <theme name>
To make the change permanent, add the above command to ~/.vimrc.
Color scheme list
blue

darkblue

default

delek

desert

elflord

evening

habamax

industry

koehler

lunaperche

morning

murphy

pablo

peachpuff

quiet

retrobox

ron

shine

slate

sorbet

torte

wildcharm

zaibatsu

zellner

The version of vim used was 9.1. I'll be updating the post in the future. The example code was written in Haskell.