Merge pull request #399 from pkieltyka/master

TextFormatter: brighten up the blue
This commit is contained in:
Damien Mathieu 2017-07-12 13:42:20 +02:00 committed by GitHub
commit 398dd088c2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const (
red = 31
green = 32
yellow = 33
blue = 34
blue = 36
gray = 37
)