colorv.vim : A powerful color tool.
script karma |
Rating 95/33,
Downloaded by 4395 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Rykka f |
|
script type |
utility |
|
description |
Intro
=====
*ColorV* is a color view/pick/edit/design/scheme tool in vim.
It makes handling colors much easier.
With it, you can:
View colors Easier
':ColorV' (<leader>cv): show ColorV window
':ColorVView' (<leader>cw): show ColorV window with color text under cursor.
':ColorVPreview' (<leader>cpp): Preview colors in current buffer
Edit colors Easier
':ColorVEdit' (<leader>ce): Edit color text under cursor
':ColorVEditAll' (<leader>cE): Edit color text under cursor and change all in current buffer.
':ColorVInsert' (<leader>cii): Insert color with ColorV window.
Design Colors Easier
':ColorVName' (<leader>cn): show color name list window.
':ColorVList Hue' (<leader>cgh) generate Hue list with color text under cursor.
':ColorVTurn2 {hex1} {hex2}' (<leader>cgg) generate Hue list from hex1 to hex2.
':ColorVPicker' (<leader>cd): show a GUI color picker.
Design Schemes Easier
':ColorVScheme' (<leader>css) Fetch scheme from Kuler or ColourLover
':ColorVSchemeFav' (<leader>csf) Show Faved schemes
':ColorVSchemeNew' (<leader>csn) Create a new scheme
And More
You can even use it under 8/256 color terminal.
Get latest and Post issues at https://github.com/Rykka/colorv.vim
ScreenShot:
.. image:: http://i.minus.com/iF5Cd8D74Rfls.png
|
|
install details |
1. Using Vundle https://github.com/gmarik/vundle
Add this Line to your vimrc::
Bundle 'Rykka/colorv.vim'
" needed for fetching schemes online.
Bundle 'mattn/webapi-vim'
2. Using vim.org http://www.vim.org/scripts/script.php?script_id=3597
Extract to your ~/.vim folder.
`:helptags ~/.vim/doc`
NOTE Get Latest version
https://github.com/Rykka/colorv.vim/
NOTE webapi.vim_ is needed for fetching schemes online.
.. _webapi.vim: https://github.com/mattn/webapi-vim
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.14.252.84
|