Skip to content

Commit

Permalink
Use same colour as Pkg.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Oct 13, 2024
1 parent a230ce7 commit 0685554
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/operations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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("━╸━"),
);
Expand Down

0 comments on commit 0685554

Please # to comment.