Skip to content

Commit 5c37e62

Browse files
committed
docs: add link to list of color codes
1 parent 6c7faee commit 5c37e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The following options may be passed to the `highlight` function.
7474
| --- | --- | --- | --- |
7575
| html | `boolean` | `false` | Set to true to render HTML instead of Unicode.
7676
| classPrefix | `string` | `'sql-hl-'` | Prefix to prepend to classes for HTML span-tags. Is appended with entity name.
77-
| colors | `Object` | _See below_* | What color codes to use for Unicode rendering.
77+
| colors | `Object` | _See below_* | What color codes to use for Unicode rendering. A list of basic color codes can be found [here](https://docs.rs/embedded-text/0.4.0/embedded_text/style/index.html#standard-color-codes).
7878

7979
\* `colors` option default value
8080
```js

0 commit comments

Comments
 (0)