Giter Club home page Giter Club logo

colorizer's Introduction

This is a mirror of http://www.vim.org/scripts/script.php?script_id=3567

A modification of css_color.vim (vimscript #2150). It highlights all color strings in the form of #rrggbb or #rgb, regardless of file types, and unlike css_color.vim, it's able to find all colors in one line. It has support for 256-color terminals. It won't highlight color names.

This plugin defines three commands:

	ColorHighlight	- start/update highlighting
	ColorClear      - clear all highlights
	ColorToggle     - toggle highlights

By default, <leader>tc is mapped to ColorToggle. If you want to use another
key map, do like this:
	nmap ,tc <Plug>Colorizer

If you want completely not to map it, set the following in your vimrc:
      let g:colorizer_nomap = 1

To use solid color highlight, set this in your vimrc (later change won't
probably take effect unless you use ':ColorHighlight!' to force update):
      let g:colorizer_fgcontrast = -1
set it to 0 or 1 to use a softened foregroud color.

Note: if you modify a color string in normal mode, if the cursor is still on
that line, it'll take 'updatetime' seconds to update. You can use
:ColorHighlight (or your key mapping) again to force update.

Performace Notice: In terminal, it may take several seconds to highlight 240
different colors. GUI version is much quicker.

Links:
* on github https://github.com/lilydjwg/colorizer
* 中文介绍(非官方) Chinese introduction (unoffical)
** http://www.gracecode.com/archives/3071/

Similar plugin:
* hexHighlight.vim vimscript #2937

colorizer's People

Contributors

lilydjwg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.