diff --git a/crates/theme/src/one_themes.rs b/crates/theme/src/one_themes.rs index fdc266b5d2..241344b8f3 100644 --- a/crates/theme/src/one_themes.rs +++ b/crates/theme/src/one_themes.rs @@ -76,7 +76,7 @@ pub(crate) fn one_dark() -> Theme { icon_accent: blue, status_bar_background: bg, title_bar_background: bg, - title_bar_inactive_background: SystemColors::default().transparent, + title_bar_inactive_background: bg, toolbar_background: editor, tab_bar_background: bg, tab_inactive_background: bg,