mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 15:53:28 +03:00
server: Change color codes for headings and sub-headings. (#2197)
This patch changes the color coding used for headings, sub-headings and values as finalized.
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
dc3bafb194
commit
8c84df5e74
+3
-3
@@ -55,7 +55,7 @@ var (
|
||||
|
||||
// global colors.
|
||||
var (
|
||||
colorMagenta = color.New(color.FgMagenta, color.Bold).SprintfFunc()
|
||||
colorWhite = color.New(color.FgWhite, color.Bold).SprintfFunc()
|
||||
colorGreen = color.New(color.FgGreen, color.Bold).SprintfFunc()
|
||||
colorWhite = color.New(color.FgWhite).SprintfFunc()
|
||||
colorWhiteBold = color.New(color.FgWhite, color.Bold).SprintfFunc()
|
||||
colorBlue = color.New(color.FgBlue).SprintfFunc()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user