diff --git a/src/input_xml.F90 b/src/input_xml.F90 index 285e9974e4..3f74d514a6 100644 --- a/src/input_xml.F90 +++ b/src/input_xml.F90 @@ -1142,7 +1142,7 @@ contains if (size(plot_(i) % background) == 3) then pl % not_found % rgb = plot_(i) % background else if (size(plot_(i) % background) == 0) then - pl % not_found % rgb = (/ 0, 0, 0 /) + pl % not_found % rgb = (/ 255, 255, 255 /) else message = "Bad background RGB " & // "in plot " // trim(to_str(pl % id))