diff --git a/src/main.rs b/src/main.rs index 9d35a16..8b891f1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -94,7 +94,10 @@ fn main() -> Result<(), Box> { Ok(mut theme) => { // Use cosmic theme background theme.settings.background = Some(syntect::highlighting::Color { - r: 0, g: 0, b: 0, a: 0 + r: 0, + g: 0, + b: 0, + a: 0, }); theme_set.themes.insert(theme_name.to_string(), theme); }