Skip to content

Commit 4d69575

Browse files
committed
update README
1 parent 696b3fc commit 4d69575

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ Inline color hints for Sublime Text
66
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.
77

88
ColorHints currently understands:
9+
910
- hex(a)
1011
- rgb(a)
1112
- hsl(a)
1213
- hwb(a)
1314
- css color names (e.g. "aliceblue" or "rebeccapurple")
14-
- pantone color codes (e.g. "16-1546 TCX" or "Yellow 012 C")
15+
- Pantone color codes (e.g. "16-1546 TCX" or "Yellow 012 C")
16+
- RAL classic color codes (e.g. "RAL 6034")
1517

1618
## Notes
1719

0 commit comments

Comments
 (0)