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 27, 2024
1 parent c574bb0 commit e25e65e
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 @@ -112,7 +112,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 e25e65e

Please # to comment.