Skip to content

Commit e25e65e

Browse files
committed
Use same colour as Pkg.jl
1 parent c574bb0 commit e25e65e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/operations.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@ pub fn download_extract_sans_parent(
112112
pb.set_prefix(" Downloading");
113113
pb.set_style(
114114
ProgressStyle::default_bar()
115-
.template("{prefix:.cyan.bold}: {bar:.cyan/white} {bytes}/{total_bytes} eta: {eta}")
115+
.template(
116+
"{prefix:.cyan.bold}: {bar:.cyan/black.bright} {bytes}/{total_bytes} eta: {eta}",
117+
)
116118
.unwrap()
117119
.progress_chars("━╸━"),
118120
);

0 commit comments

Comments
 (0)