You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 3, 2025. It is now read-only.
Note: you are advised to use vim-hexokinase instead.
Or if you do not want to build a Go binary and want pure VimScript instead, you can try BourgeoisBear's fork
which is expected to be faster and well-maintained.
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
Pathogen, Vundle, etc.
cd ~/.vim/bundle
git clone https://github.com/lilydjwg/colorizer
Manually
Use make install and make uninstall to quickly install/uninstall the
script, or simply copy plugin/colorizer.vim and autoload/colorizer.vim to
your .vim dir.
This plugin is still inefficient for large files. I strongly sugguest you
enable it only when you need it, or set the g:colorizer_maxlines variable,
e.g. to 1000. There seems to be no way to get current displaying lines and do
work with them in Vim.
About
A Vim plugin to colorize all text in the form #rrggbb or #rgb.