output color is now configurable

This commit is contained in:
Brian Coca 2015-12-29 15:41:00 -05:00
commit d3deb24ead
10 changed files with 86 additions and 60 deletions

View file

@ -62,7 +62,8 @@ codeCodes = {
'purple': u'0;35', 'bright red': u'1;31',
'yellow': u'0;33', 'bright purple': u'1;35',
'dark gray': u'1;30', 'bright yellow': u'1;33',
'normal': u'0'
'magenta': u'0;35', 'bright magenta': u'1;35',
'normal': u'0' ,
}
def stringc(text, color):