Author: A Vim plugin to accurately highlight common color representations.
Go to file
Jason Stewart 69f10b66bb Version 1.5
- updated script headers
- created helpfile
2021-12-29 18:18:05 -05:00
autoload Version 1.5 2021-12-29 18:18:05 -05:00
doc Version 1.5 2021-12-29 18:18:05 -05:00
plugin Version 1.5 2021-12-29 18:18:05 -05:00
colortest.txt optimizations & simplifications 2021-12-29 07:54:12 -05:00
LICENSE fixed indentation in vim license 2021-12-29 17:04:22 -05:00
Makefile fix make uninstall, closing #19 2014-08-25 00:14:10 +08:00
README.mkd Update README.mkd 2021-12-29 08:04:20 -05:00
screenshot-2.png update README and screenshot-2.png 2016-02-21 22:30:38 +08:00
screenshot.png Add screenshot 2011-05-19 22:20:00 +08:00

Colorizer

A Vim plugin to colorize all text in the form #rgb, #rgba, #rrggbb, #rrgbbaa, rgb(...), rgba(...). See the comment at the beginning of the plugin for more options.

Screenshots

screenshot

screenshot The left screen shows colortest.txt in Vim in xfce4-terminal. The right screen shows colortest.txt in gVim.

Installation

cd ~/.vim/pack/plugins/start
git clone https://github.com/BourgeoisBear/colorizer

Origin

This version is based on https://github.com/lilydjwg/colorizer, also found as colorizer.vim on vim.org