All Projects → vim-scripts → CycleColor

vim-scripts / CycleColor

Licence: other
Cycles through available colorschemes

Programming Languages

Vim Script
2826 projects
This is a mirror of http://www.vim.org/scripts/script.php?script_id=1457

This script provides a function, CycleColor (which is mapped to F4), to cycle through (almost) all available colorschemes.  It includes colorschemes from all \"colors\" subdirectories in the runtimepath.

Because the script uses \":colorscheme\" rather than \":source\" to set the colorscheme, if there are two files with the same name in different directories in rtp, only the first one will be used (thus \"almost\" above).

The script was inspired by a one-liner by Tim Chase.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].