changed Result Summary font color to light green

This commit is contained in:
DustInDark
2022-06-26 12:15:28 +09:00
parent 767897f7ef
commit 15ffd509ab

View File

@@ -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,
)