From b65a402bb5928858802b025f888c944846540e58 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 31 Jan 2024 15:26:43 -0700 Subject: [PATCH] Format --- src/main.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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); }