Skip to content

Commit 5fc9ce9

Browse files
committed
Update colours in README table
1 parent d703626 commit 5fc9ce9

1 file changed

Lines changed: 18 additions & 10 deletions

File tree

README.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,24 @@ cprint("Attention!", "red", attrs=["bold"], file=sys.stderr)
5656

5757
## Text properties
5858

59-
| Text colors | Text highlights | Attributes |
60-
| ----------- | --------------- | ----------- |
61-
| `grey` | `on_grey` | `bold` |
62-
| `red` | `on_red` | `dark` |
63-
| `green` | `on_green` | `underline` |
64-
| `yellow` | `on_yellow` | `blink` |
65-
| `blue` | `on_blue` | `reverse` |
66-
| `magenta` | `on_magenta` | `concealed` |
67-
| `cyan` | `on_cyan` | |
68-
| `white` | `on_white` | |
59+
| Text colors | Text highlights | Attributes |
60+
| --------------- | ------------------ | ----------- |
61+
| `black` | `on_black` | `bold` |
62+
| `red` | `on_red` | `dark` |
63+
| `green` | `on_green` | `underline` |
64+
| `yellow` | `on_yellow` | `blink` |
65+
| `blue` | `on_blue` | `reverse` |
66+
| `magenta` | `on_magenta` | `concealed` |
67+
| `cyan` | `on_cyan` | |
68+
| `white` | `on_white` | |
69+
| `light_grey` | `on_light_grey` | |
70+
| `dark_grey` | `on_dark_grey` | |
71+
| `light_red` | `on_light_red` | |
72+
| `light_green` | `on_light_green` | |
73+
| `light_yellow` | `on_light_yellow` | |
74+
| `light_blue` | `on_light_blue` | |
75+
| `light_magenta` | `on_light_magenta` | |
76+
| `light_cyan` | `on_light_cyan` | |
6977

7078
## Terminal properties
7179

0 commit comments

Comments
 (0)