From b97e8d402dbc518d9750c459466b4f9d35cc8788 Mon Sep 17 00:00:00 2001 From: Peter Kieltyka Date: Tue, 23 Aug 2016 13:23:35 -0400 Subject: [PATCH] TextFormatter: brighten up the blue --- text_formatter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )