diff --git a/src/main.rs b/src/main.rs index ffdf700..96af3c0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -19,7 +19,7 @@ pub const RED: &str = "\x1b[1;31m"; pub const BLUE: &str = "\x1b[34m"; pub const WARN: &str = "\x1b[33m"; pub const RESET: &str = "\x1b[0m"; -pub const GRAY: &str = "\x1b[30m"; +pub const GRAY: &str = "\x1b[90m"; #[derive(Debug, Parser)] #[command(version, about, long_about = None)]