franvarney / atom-color-describe

Atom package that describes a valid CSS color.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

color-describe

An Atom package that describes colors in plain text in the notifications tray. Useful for those of us that colorblind!

Install

Manual
  1. Clone this directory and navigate inside
  2. apm install
  3. apm link .

Settings

File Types

Color description notifications will only display with these file types.

Default: [source.css, source.less, source.styl, source.stylus, source.sass, source.scss, source.css.less, source.css.styl, source.css.stylus, source.css.sass, source.css.scss]

Delay

The delay or throttle, in milliseconds, before the notification displays.

Default: 400

Instructions

Just highlight a valid CSS color and a notification will show with a human readable description!

About

Atom package that describes a valid CSS color.

License:MIT License


Languages

Language:JavaScript 97.0%Language:CSS 3.0%