Merge pull request #73 from sdboyer/patch-1

Add missing 'yellow' to TextBuilder
This commit is contained in:
Zack Guo 2015-12-22 00:10:16 -05:00
commit 540a937307
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ var colorMap = map[string]Attribute{
"blue": ColorBlue,
"black": ColorBlack,
"cyan": ColorCyan,
"yellow": ColorYellow,
"white": ColorWhite,
"default": ColorDefault,
"green": ColorGreen,