diff --git a/crates/theme/src/theme.rs b/crates/theme/src/theme.rs index c224131d1e..a4fbcedd32 100644 --- a/crates/theme/src/theme.rs +++ b/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,