-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathansi-codes.json
47 lines (47 loc) · 1.26 KB
/
ansi-codes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"reset": "\u001b[0m",
"bold": "\u001b[1m",
"italic": "\u001b[3m",
"blink": "\u001b[5m",
"underline": "\u001b[4m",
"underlineOff": "\u001b[24m",
"inverse": "\u001b[7m",
"inverseOff": "\u001b[27m",
"strikethrough": "\u001b[9m",
"strikethroughOff": "\u001b[29m",
"def": "\u001b[39m",
"white": "\u001b[37m",
"black": "\u001b[30m",
"grey": "\u001b[90m",
"red": "\u001b[31m",
"green": "\u001b[32m",
"blue": "\u001b[34m",
"yellow": "\u001b[33m",
"magenta": "\u001b[35m",
"cyan": "\u001b[36m",
"defBg": "\u001b[49m",
"whiteBg": "\u001b[47m",
"blackBg": "\u001b[40m",
"redBg": "\u001b[41m",
"greenBg": "\u001b[42m",
"blueBg": "\u001b[44m",
"yellowBg": "\u001b[43m",
"magentaBg": "\u001b[45m",
"cyanBg": "\u001b[46m",
"brightBlack": "\u001b[90m",
"brightRed": "\u001b[91m",
"brightGreen": "\u001b[92m",
"brightYellow": "\u001b[93m",
"brightBlue": "\u001b[94m",
"brightMagenta": "\u001b[95m",
"brightCyan": "\u001b[96m",
"brightWhite": "\u001b[97m",
"brightBlackBg": "\u001b[100m",
"brightRedBg": "\u001b[101m",
"brightGreenBg": "\u001b[102m",
"brightYellowBg": "\u001b[103m",
"brightBlueBg": "\u001b[104m",
"brightMagentaBg": "\u001b[105m",
"brightCyanBg": "\u001b[106m",
"brightWhiteBg": "\u001b[107m"
}