danielcasanueva.eu

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

blue theme

darkblue

darkblue theme

default

default theme

delek

delek theme

desert

desert theme

elflord

elflord theme

evening

evening theme

habamax

habamax theme

industry

industry theme

koehler

koehler theme

lunaperche

lunaperche theme

morning

morning theme

murphy

murphy theme

pablo

pablo theme

peachpuff

peachpuff theme

quiet

quiet theme

retrobox

retrobox theme

ron

ron theme

shine

shine theme

slate

slate theme

sorbet

sorbet theme

torte

torte theme

wildcharm

wildcharm theme

zaibatsu

zaibatsu theme

zellner

zellner theme

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