Removed final stuff from theme.rs

Mikayla Maki created

Change summary

crates/theme/src/theme.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/theme/src/theme.rs 🔗

@@ -33,7 +33,6 @@ pub struct Theme {
     pub contact_notification: ContactNotification,
     pub update_notification: UpdateNotification,
     pub tooltip: TooltipStyle,
-    // pub terminal: Terminal,
 }
 
 #[derive(Deserialize, Default)]