Merge pull request #73 from sdboyer/patch-1
Add missing 'yellow' to TextBuilder
This commit is contained in:
commit
540a937307
@ -33,6 +33,7 @@ var colorMap = map[string]Attribute{
|
||||
"blue": ColorBlue,
|
||||
"black": ColorBlack,
|
||||
"cyan": ColorCyan,
|
||||
"yellow": ColorYellow,
|
||||
"white": ColorWhite,
|
||||
"default": ColorDefault,
|
||||
"green": ColorGreen,
|
||||
|
Loading…
Reference in New Issue
Block a user