diff --git a/src/gui/filesystem.rs b/src/gui/filesystem.rs index ea33c62..ac37908 100644 --- a/src/gui/filesystem.rs +++ b/src/gui/filesystem.rs @@ -107,7 +107,7 @@ impl qobject::FileSystem { append_highlighted_html_for_styled_line( ®ions[..], - IncludeBackground::Yes, + IncludeBackground::No, &mut output, ) .expect("Failed to insert highlighted html");