The Vim text editor supports highly-configurable color schemes which build
upon the editor's rich syntax highlighting system. The stock Vim distribution
includes a number of color schemes, and many more are available from the Vim
Scripts repository.
Color scheme definitions are simply normal Vim scripts that live in the
colors/ directory of the Vim runtime hierarchy (see :help runtimepath).
Color schemes are loaded using the :colorscheme command. The scheme'sname is determined by the...
Published on May 15, 2010 18:00