ggordan / GutterColor

A Sublime Text 3 plugin which displays a colour in the gutter if the line contains a colour.
MIT License
486 stars 44 forks source link

Color is using named colors from sass variables instead of hex or rgb. #90

Closed HagadoneDigital closed 9 years ago

HagadoneDigital commented 9 years ago

For example: $tiffany-blue: #0fc4b1; Gutter Color is rendering a basic blue color when in fact the hex is a shade of green.

This is happening on all my sass variables.

mp3wizard commented 9 years ago

+1

Please specific name color detection only color name such as http://www.w3schools.com/cssref/css_colornames.asp

or

http://xkcd.com/color/rgb/ (JSON file can download from https://github.com/zeplin/zeplin-palette )

jbrooksuk commented 9 years ago

I'll have a fix ready soon.

jbrooksuk commented 9 years ago

Done.

jbrooksuk commented 9 years ago

https://github.com/ggordan/GutterColor/releases/tag/v0.3.3