Skip to content

Commit 38780d1

Browse files
committed
Use same colour as Pkg.jl
1 parent 747bb2d commit 38780d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/operations.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ pub fn download_extract_sans_parent(
108108
pb.set_prefix(" Downloading");
109109
pb.set_style(
110110
ProgressStyle::default_bar()
111-
.template("{prefix:.cyan.bold}: {bar:.cyan/white} {bytes}/{total_bytes} eta: {eta}")
111+
.template(
112+
"{prefix:.cyan.bold}: {bar:.cyan/black.bright} {bytes}/{total_bytes} eta: {eta}",
113+
)
112114
.unwrap()
113115
.progress_chars("━╸━"),
114116
);

0 commit comments

Comments
 (0)