mirror of
https://github.com/tw93/Mole.git
synced 2026-02-12 20:25:13 +00:00
Uniform color specifications
This commit is contained in:
@@ -115,7 +115,7 @@ func coloredProgressBar(value, max int64, percent float64) string {
|
||||
} else if percent >= 20 {
|
||||
barColor = colorYellow
|
||||
} else if percent >= 5 {
|
||||
barColor = colorCyan
|
||||
barColor = colorBlue
|
||||
} else {
|
||||
barColor = colorGreen
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user