diff --git a/src/operations.rs b/src/operations.rs index 99989ebc..550eaf6e 100644 --- a/src/operations.rs +++ b/src/operations.rs @@ -108,7 +108,9 @@ pub fn download_extract_sans_parent( pb.set_prefix(" Downloading"); pb.set_style( ProgressStyle::default_bar() - .template("{prefix:.cyan.bold}: {bar:.cyan/white} {bytes}/{total_bytes} eta: {eta}") + .template( + "{prefix:.cyan.bold}: {bar:.cyan/black.bright} {bytes}/{total_bytes} eta: {eta}", + ) .unwrap() .progress_chars("━╸━"), );