scripts: Tried to better document ansi color codes

This commit is contained in:
Christopher Haster
2025-05-25 01:08:15 -05:00
parent 6d0fda4d81
commit bce8f45a64
3 changed files with 22 additions and 8 deletions

View File

@@ -32,7 +32,14 @@ except ModuleNotFoundError:
# we don't actually need that many chars/colors thanks to the
# 4-colorability of all 2d maps
COLORS = ['34', '31', '32', '35', '33', '36']
COLORS = [
'34', # blue
'31', # red
'32', # green
'35', # purple
'33', # yellow
'36', # cyan
]
CHARS_DOTS = " .':"
CHARS_BRAILLE = (