1.5 KiB
1.5 KiB
1 | Code | Description | Category |
---|---|---|---|
2 | Notes | For use with the ANSI `\e[TS;FG;BGm` escape sequence | N/A |
3 | 0 | Reset all (default) | Text Style (TS) |
4 | 1 | Bold | Text Style (TS) |
5 | 2 | Dim | Text Style (TS) |
6 | 3 | Italic | Text Style (TS) |
7 | 4 | Underlined | Text Style (TS) |
8 | 5 | Blinking | Text Style (TS) |
9 | 6 | ??? UNKNOWN | Text Style (TS) |
10 | 7 | Inverted colors | Text Style (TS) |
11 | 8 | Hidden (passwords) | Text Style (TS) |
12 | 39 | Default (reset) | Foreground Colors (FG) |
13 | 30 | Black | Foreground Colors (FG) |
14 | 31 | Red | Foreground Colors (FG) |
15 | 32 | Green | Foreground Colors (FG) |
16 | 33 | Yellow | Foreground Colors (FG) |
17 | 34 | Blue | Foreground Colors (FG) |
18 | 35 | Magenta | Foreground Colors (FG) |
19 | 36 | Cyan | Foreground Colors (FG) |
20 | 37 | Light Gray | Foreground Colors (FG) |
21 | 90 | Dark Gray | Foreground Colors (FG) |
22 | 91 | Light Red | Foreground Colors (FG) |
23 | 92 | Light Green | Foreground Colors (FG) |
24 | 93 | Light Yellow | Foreground Colors (FG) |
25 | 94 | Light Blue | Foreground Colors (FG) |
26 | 95 | Light Magenta | Foreground Colors (FG) |
27 | 96 | Light Cyan | Foreground Colors (FG) |
28 | 97 | White | Foreground Colors (FG) |
29 | 49 | Default (reset) | Background Colors (BG) |
30 | 40 | Black | Background Colors (BG) |
31 | 41 | Red | Background Colors (BG) |
32 | 42 | Green | Background Colors (BG) |
33 | 43 | Yellow | Background Colors (BG) |
34 | 44 | Blue | Background Colors (BG) |
35 | 45 | Magenta | Background Colors (BG) |
36 | 46 | Cyan | Background Colors (BG) |
37 | 47 | Light Gray | Background Colors (BG) |
38 | 100 | Dark Gray | Background Colors (BG) |
39 | 101 | Light Red | Background Colors (BG) |
40 | 102 | Light Green | Background Colors (BG) |
41 | 103 | Light Yellow | Background Colors (BG) |
42 | 104 | Light Blue | Background Colors (BG) |
43 | 105 | Light Magenta | Background Colors (BG) |
44 | 106 | Light Cyan | Background Colors (BG) |
45 | 107 | White | Background Colors (BG) |