sponsor Vim development Vim logo Vim Book Ad

colorv.vim : A powerful color  tool.

 script karma  Rating 95/33, Downloaded by 4589  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

 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
colorv.vim-3.0.2.zip 3.0.2 2012-12-31 7.0 Rykka f   - add back_buf for all win.
  - add scheme fetch info.
  - fix scheme nav arrow pos.
colorv.vim-3.0.1.zip 3.0.1 2012-12-31 7.0 Rykka f   - fix debug message: miss cache file.
  - fix scheme navigation with key.
  - update image.
colorv.vim-3.0.zip 3.0 2012-12-30 7.0 Rykka f - add Scheme (fetch from Kuler/ColorLover, fav, edit, new)
- see detail in https://github.com/Rykka/colorv.vim#done
colorv.vim-2.5.6.zip 2.5.6 2012-05-11 7.0 Rykka f "  add color mark
" change repo to colorv.vim
Rykka-ColorV-2.5.6.zip 2.5.6 2012-04-26 7.0 Rykka f " optimize Core/Prev/Text parts , fix bugs.
" seperate python part and add colorpicker.c
" more in changelog
ColorV-2.5.4.tar.gz 2.5.4 2012-01-22 7.0 Rykka f     Cleaning and tuning.
    Better support for Galaxy.vim
    infoline status showing
    CMYK format support
ColorV_2.5.1.tar.gz 2.5.1 2011-09-02 7.0 Rykka f - Bug fixes.
+ auto preview css files.
+ preview() faster with coding in python.
ip used for rating: 216.73.216.130

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github