Skip to content

Commit

Permalink
Apply faint color to Waiting progress bar status
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mirić committed Jan 31, 2020
1 parent 81d01cf commit d340d1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/pb/progressbar.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const (
var statusColors = map[Status]*color.Color{
Interrupted: color.New(color.FgRed),
Done: color.New(color.FgGreen),
Waiting: color.New(defaultBarColor),
}

// ProgressBar is a simple thread-safe progressbar implementation with
Expand Down

0 comments on commit d340d1d

Please sign in to comment.