Add missing 'yellow' to TextBuilder

'yellow' wasn't included in the colorMap used by TextBuilder, making it impossible to specify that very handy color from within text.
This commit is contained in:
Sam Boyer 2015-12-19 00:24:49 -05:00
parent 7dc4fcbdf6
commit 32b8d8e68b
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,