New ascii art. Because why not.

This commit is contained in:
derv82
2018-03-10 20:28:17 -05:00
parent 3257755094
commit a50d633861
2 changed files with 9 additions and 12 deletions

View File

@@ -15,7 +15,8 @@ class Color(object):
'B' : '\033[34m', # blue
'P' : '\033[35m', # purple
'C' : '\033[36m', # cyan
'GR': '\033[37m' # gray
'GR': '\033[37m', # gray
'D' : '\033[2m' # dims current color. {W} resets.
}
# Helper string replacements