Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Atom CSS preview color package

I need to know the name of the package which provide the circle with a preview of the CSS color value in Atom, can any one help

screenshot


1 Answers

You're referring to Pigments.

The default is to highlight the color declaration with the color. The option to display color as a dot at the end of the line is called "Marker Type" (or, pigments.markerType).

See the doc page for more details.

like image 107
alttag Avatar answered Mar 24 '26 22:03

alttag