Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Vim plugin for Highlighting Hex, Rgb, Colors

Tags:

vim

plugins

I've been settling myself into Vim these days, I kind of like the HexHighlight Plugin, But I kind of need something that's even better, for example highlighting color names, Hex Codes, rgb color etc. And yeah I do need the text to be visble, contrary to HexHighlight

like image 479
Rigel Glen Avatar asked Sep 01 '11 16:09

Rigel Glen


People also ask

Are hex codes for RGB?

A HEX color is expressed as a six-digit combination of numbers and letters defined by its mix of red, green and blue (RGB). Basically, a HEX color code is shorthand for its RGB values with a little conversion gymnastics in between.


1 Answers

I use a fork of css_color, vim-css-color which claims to fix a few of its shortcomings (mainly speed improvements).

like image 153
Ullullu Avatar answered Oct 20 '22 02:10

Ullullu