Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed May 4, 2019
1 parent 696b3fc commit 4d69575
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ Inline color hints for Sublime Text
Call up an inline color box displaying the color at the cursor(s). Live hints can be enabled always, never, or just in specific languages (via [scope selectors](https://www.sublimetext.com/docs/3/selectors.html)). The manually called hints will stick around until the file is edited.

ColorHints currently understands:

- hex(a)
- rgb(a)
- hsl(a)
- hwb(a)
- css color names (e.g. "aliceblue" or "rebeccapurple")
- pantone color codes (e.g. "16-1546 TCX" or "Yellow 012 C")
- Pantone color codes (e.g. "16-1546 TCX" or "Yellow 012 C")
- RAL classic color codes (e.g. "RAL 6034")

## Notes

Expand Down

0 comments on commit 4d69575

Please sign in to comment.