diff --git a/text_formatter.go b/text_formatter.go index cce61f2..cdd4f31 100644 --- a/text_formatter.go +++ b/text_formatter.go @@ -14,7 +14,7 @@ const ( red = 31 green = 32 yellow = 33 - blue = 34 + blue = 36 gray = 37 )