diff --git a/src/third_party.rs b/src/third_party.rs index d4e5d6b..b902b7d 100644 --- a/src/third_party.rs +++ b/src/third_party.rs @@ -212,7 +212,7 @@ impl Worker { "-t", style.theme.as_deref().unwrap_or("default"), "-b", - style.background.as_deref().unwrap_or("white"), + style.background.as_deref().unwrap_or("transparent"), ]) .run()?;