/usr/share/vim/vim74/colors
NameSizeModeActions
blue.vim24760644editdlrm
darkblue.vim29900644editdlrm
default.vim5480644editdlrm
delek.vim23990644editdlrm
desert.vim28120644editdlrm
elflord.vim16660644editdlrm
evening.vim24760644editdlrm
koehler.vim34760644editdlrm
morning.vim24600644editdlrm
murphy.vim20060644editdlrm
pablo.vim10370644editdlrm
peachpuff.vim26730644editdlrm
README.txt23110644editdlrm
ron.vim13930644editdlrm
shine.vim27200644editdlrm
slate.vim24450644editdlrm
torte.vim16290644editdlrm
zellner.vim18400644editdlrm
Edit: /usr/share/vim/vim74/colors/default.vim (548B)
" Vim color file " Maintainer: Bram Moolenaar " Last Change: 2001 Jul 23 " This is the default color scheme. It doesn't define the Normal " highlighting, it uses whatever the colors used to be. " Set 'background' back to the default. The value can't always be estimated " and is then guessed. hi clear Normal set bg& " Remove all existing highlighting and set the defaults. hi clear " Load the syntax highlighting defaults, if it's enabled. if exists("syntax_on") syntax reset endif let colors_name = "default" " vim: sw=2