mirror of
https://github.com/yamadapc/d-colorize
synced 2024-11-14 21:14:00 +01:00
Fix README fg
listing.
Underscores in code snippets don't need to be escaped. My bad.
This commit is contained in:
parent
4a227f46c1
commit
38ee1195c9
16
README.md
16
README.md
|
@ -53,14 +53,14 @@ colors are:
|
|||
- `fg.magenta` (35)
|
||||
- `fg.cyan` (36)
|
||||
- `fg.white` (37)
|
||||
- `fg.light\_black` (90)
|
||||
- `fg.light\_red` (91)
|
||||
- `fg.light\_green` (92)
|
||||
- `fg.light\_yellow` (93)
|
||||
- `fg.light\_blue` (94)
|
||||
- `fg.light\_magenta` (95)
|
||||
- `fg.light\_cyan` (96)
|
||||
- `fg.light\_white` (97)
|
||||
- `fg.light_black` (90)
|
||||
- `fg.light_red` (91)
|
||||
- `fg.light_green` (92)
|
||||
- `fg.light_yellow` (93)
|
||||
- `fg.light_blue` (94)
|
||||
- `fg.light_magenta` (95)
|
||||
- `fg.light_cyan` (96)
|
||||
- `fg.light_white` (97)
|
||||
|
||||
### `bg` enum type (Background colors)
|
||||
Background colors are available with the same names through the `bg` enum. This
|
||||
|
|
Loading…
Reference in a new issue