Ubuntu – the default vim colorscheme

10.10vim

I really like the default vim colorscheme in 10.10 but I can't figure out what it's called — I want to turn it on for my Debian box as well.

Best Answer

If you are on a light terminal, the default is peachpuff.

If you are on a dark terminal, the default is ron.

You can tell which you have by typing :set background?.

(Vim guesses whether your terminal has a dark or light background based on the value of the TERM environment variable.)

I found this answer by going ":color Tab" and choosing each option, then comparing it to the default.