Just a simple python script to show you the colors you can print out into the client.

You will need this file too crossfire.py

#!/usr/bin/python2
from crossfire import draw

for i in range(0,13):
    draw(i, 'Color %d' % i)