diff --git a/src/detections/detection.rs b/src/detections/detection.rs index f951c56d9..e8cd82255 100644 --- a/src/detections/detection.rs +++ b/src/detections/detection.rs @@ -1299,7 +1299,10 @@ impl Detection { let val = value.to_formatted_string(&Locale::en); write_color_buffer( &BufferWriter::stdout(ColorChoice::Always), - Some(Color::Rgb(0, 255, 0)), + get_writable_color( + Some(Color::Rgb(0, 255, 0)), + stored_static.common_options.no_color, + ), key.as_str(), false, )