changed Result Summary font color to light green
This commit is contained in:
@@ -388,7 +388,7 @@ fn emit_csv<W: std::io::Write>(
|
||||
disp_wtr_buf.clear();
|
||||
write_color_buffer(
|
||||
&disp_wtr,
|
||||
get_writable_color(Some(Color::Green)),
|
||||
get_writable_color(Some(Color::Rgb(0, 255, 0))),
|
||||
"Results Summary:",
|
||||
true,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user