Use normal color instead of forced white for users who have bright terminal background (#2200)

This commit is contained in:
Anis Elleuch
2016-07-13 22:27:36 +01:00
committed by Harshavardhana
parent cdf1373f8e
commit 3f27734c22
2 changed files with 13 additions and 12 deletions
+1
View File
@@ -58,4 +58,5 @@ var (
colorWhite = color.New(color.FgWhite).SprintfFunc()
colorWhiteBold = color.New(color.FgWhite, color.Bold).SprintfFunc()
colorBlue = color.New(color.FgBlue).SprintfFunc()
colorBold = color.New(color.Bold).SprintFunc()
)