toaruos/util/dump-colors.py
Kevin Lange e90256323e python2
2014-03-11 02:02:43 -07:00

5 lines
104 B
Python
Executable File

#!/usr/bin/env python2
for i in range(256):
print str(i) + "\t\x1b[48;5;" + str(i) + "m \x1b[0m"