mirror of
https://github.com/BourgeoisBear/clrzr.git
synced 2026-09-10 07:16:27 -04:00
|
|
||
|---|---|---|
| autoload | ||
| doc | ||
| plugin | ||
| colortest.txt | ||
| LICENSE | ||
| Makefile | ||
| README.mkd | ||
| screenshot-2.png | ||
| screenshot.png | ||
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
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
