We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8c6bc commit 3519260Copy full SHA for 3519260
src/output.rs
@@ -486,7 +486,7 @@ impl ProgressReporter for InteractiveProgressReporter {
486
let bar = ProgressBar::new(total as u64);
487
bar.set_style(
488
ProgressStyle::with_template(
489
- "{msg} [{bar:40.cyan/blue}] {pos}/{len} ({percent}%) {elapsed_precise}",
+ "{msg} [{bar:40.yellow/red}] {pos}/{len} ({percent}%) {elapsed_precise}",
490
)
491
.unwrap(),
492
);
0 commit comments