Skip to content

Commit

Permalink
improved shade of yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelPanic0x committed Dec 14, 2024
1 parent 660ad8b commit 87b3fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ fn create_progress_bar(file_size: u64) -> ProgressBar {
use indicatif::ProgressStyle;

let template = if should_use_color() {
"[{elapsed_precise:.yellow.dim.bold}] [{wide_bar}] {bytes:.blue.bold}/{total_bytes:.blue.bold} | {decimal_bytes_per_sec:.green.bold} | ETA: {eta:.yellow.dim.bold}"
"[{elapsed_precise:.yellow.bold}] [{wide_bar}] {bytes:.blue.bold}/{total_bytes:.blue.bold} | {decimal_bytes_per_sec:.green.bold} | ETA: {eta:.yellow.bold}"
} else {
"[{elapsed_precise}] [{wide_bar}] {bytes}/{total_bytes} | {decimal_bytes_per_sec} | ETA: {eta}"
};
Expand Down

0 comments on commit 87b3fbb

Please sign in to comment.