color_peruse : Peruse, compare, choose color schemes
script karma |
Rating 7/4,
Downloaded by 1644 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Walter Hutchins |
|
script type |
utility |
|
description |
Peruse, compare, choose color schemes
When the cursor is in the ColorPeruse window:
<kPlus> :ColorPeruse 1 (next color)
<kMinus> :ColorPeruse -1 (prev color)
<kMultiply> :ColorPeruse (original color)
<kDivide> :ColorPeruse 0 (color under cursor)
= :call ColorPeruseDel() (remove duplicate lines)
+ :call ColorPeruseMerge() (append all :set rtp colors to list)
? Help
:q quit
You are in vim when in the ColorPeruse window, so you can edit items you
don't like from the list, or place markers to return to re-view particular colorschemes.
You can cut/paste to put favorites or color/lightness groups together
to compare more closely.
Also, since it is in vim, you can save the ColorPeruse list to a file, or
load it from a previous perusal list.
|
|
install details |
copy to ~/.vim/plugin
Put this mapping in .vimrc:
map <Leader>cp :ColorPeruse<Space>Mylist<CR>:echo g:colors_name<CR>
Then \cp will start it up.
If you once create this 'Mylist' file, it is suggested that you move it
into a directory in vim's runtimepath. Type :set rtp to see this path.
This 'Mylist' file does not have to exist.
In such a list, you may have comments beginning with " which will be ignored,
and you can sort the list in any order you choose.
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.17.74.222
|