diff --git a/progressbar/progressbar.go b/progressbar/progressbar.go index e522bb3f..c1a36c43 100644 --- a/progressbar/progressbar.go +++ b/progressbar/progressbar.go @@ -291,7 +291,7 @@ func OptionShowDescriptionAtLineEnd() Option { } } -var defaultTheme = Theme{Saucer: "█", SaucerPadding: " ", BarStart: "|", BarEnd: "|"} +var defaultTheme = Theme{Saucer: "█", SaucerPadding: " ", BarStart: "▕", BarEnd: "▏"} // NewOptions constructs a new instance of ProgressBar, with any options you specify func NewOptions(max int, options ...Option) *ProgressBar {