diff --git a/src/detections/detection.rs b/src/detections/detection.rs index e8cd82255..8d712e097 100644 --- a/src/detections/detection.rs +++ b/src/detections/detection.rs @@ -1326,7 +1326,10 @@ impl Detection { ); 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, false, )