mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03:00
Use normal color instead of forced white for users who have bright terminal background (#2200)
This commit is contained in:
committed by
Harshavardhana
parent
cdf1373f8e
commit
3f27734c22
@@ -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()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user