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:
parent
7dc4fcbdf6
commit
32b8d8e68b
@ -33,6 +33,7 @@ var colorMap = map[string]Attribute{
|
|||||||
"blue": ColorBlue,
|
"blue": ColorBlue,
|
||||||
"black": ColorBlack,
|
"black": ColorBlack,
|
||||||
"cyan": ColorCyan,
|
"cyan": ColorCyan,
|
||||||
|
"yellow": ColorYellow,
|
||||||
"white": ColorWhite,
|
"white": ColorWhite,
|
||||||
"default": ColorDefault,
|
"default": ColorDefault,
|
||||||
"green": ColorGreen,
|
"green": ColorGreen,
|
||||||
|
Loading…
Reference in New Issue
Block a user