vim-css-color icon indicating copy to clipboard operation
vim-css-color copied to clipboard

Highlight colors in css files

Results 14 vim-css-color issues
Sort by recently updated
recently updated
newest added

Hello, Some colors (I can't say wich ones) aren't correctly restituted. For example #43497d (purple) is colored #005faf (blue). It happens regularly but I can't say which colors are concerned....

Maybe I am missing something, but is there an option to disable plugin by default? Calling `css_color#disable()` before file is loaded results in a bunch of errors: ``` Error detected...

As the image shows the white ![1](https://user-images.githubusercontent.com/11295355/73122412-b1a67100-3fbf-11ea-8a1b-a9000bcad024.png) Why the blue and "#dddddd" behind the color not colored?

vim-css-colors didn't work in css file after a `:` (colon) was before the hex value. For example: .someClass{ color: #F2F2F2 } In this case the colors don't show up because...

it cost too much time when i open my .php file.

It highlight name of css custom properties that have a color, but doesn't highlight the actual colors... ![screen shot 2015-03-23 at 12 28 39](https://cloud.githubusercontent.com/assets/157534/6779003/38128df4-d158-11e4-83d4-f27a327e75db.png) Here is a snippet to test....

Load up vim-css-color, open a .py file, hit `Ctrl-X`, enjoy a non trivial amount of time to follow it up with `Ctrl-L` to copy the line. Then edit any html...

Since Bootstrap is based on LESS, I would find vim-css-color much more useful if it highlighted all of the colour references in .less files. There are two situations in which...

When I have cursorline set (`:set cursorline`) and a color that vim-css-color changes the backgroung for (for instance `background: orange;`), the background color set because of cursorline overrides the one...