A 88/256 color version of Armin Ronacher's summerfruit color scheme (vimscript #1872). I used Henry So Jr.'s color approximation (vimscript #1243) for the color conversion.
1. copy to ~/.vim/colors (or $VIM/vimfiles/colors on Windows)
2. add the following to your vimrc:
set t_Co=256 " make use of 256 terminal colors
color summerfruit256