TextFormatter: brighten up the blue

This commit is contained in:
Peter Kieltyka
2016-08-23 13:23:35 -04:00
parent 08a8a7c27e
commit b97e8d402d
+1 -1
View File
@@ -14,7 +14,7 @@ const (
red = 31
green = 32
yellow = 33
blue = 34
blue = 36
gray = 37
)