Add missing rust-side definitions

Piotr Osiewicz created

Change summary

crates/theme/src/theme.rs | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Detailed changes

crates/theme/src/theme.rs 🔗

@@ -118,8 +118,9 @@ pub struct Titlebar {
     #[serde(flatten)]
     pub container: ContainerStyle,
     pub height: f32,
-    pub title: TextStyle,
-    pub highlight_color: Color,
+    pub title: ContainedText,
+    pub project_name_divider: ContainedText,
+    pub git_branch: ContainedText,
     pub item_spacing: f32,
     pub face_pile_spacing: f32,
     pub avatar_ribbon: AvatarRibbon,