TOKEN_COLOR_CODES#

hexrec.base.TOKEN_COLOR_CODES: Mapping[str, bytes] = {'': b'\x1b[0m', '<': b'\x1b[0m', '>': b'\x1b[0m', 'address': b'\x1b[31m', 'addrlen': b'\x1b[33m', 'after': b'\x1b[0m', 'before': b'\x1b[0m', 'begin': b'\x1b[33m', 'checksum': b'\x1b[35m', 'count': b'\x1b[34m', 'data': b'\x1b[36m', 'dataalt': b'\x1b[96m', 'end': b'\x1b[0m', 'tag': b'\x1b[32m'}#

ANSI color codes for each possible token type.