diff --git a/crates/hyfetch/src/neofetch_util.rs b/crates/hyfetch/src/neofetch_util.rs index 9a4c7d91..df06daad 100644 --- a/crates/hyfetch/src/neofetch_util.rs +++ b/crates/hyfetch/src/neofetch_util.rs @@ -71,6 +71,8 @@ impl ColorAlignment { where S: AsRef, { + debug!("recolor ascii"); + let reset = color("&~&*", color_mode).expect("color reset should not be invalid"); let asc = match self {