diff --git a/crates/theme/src/one_themes.rs b/crates/theme/src/one_themes.rs index fdc266b5d2608ab956ca586cf2e776a3804b7854..241344b8f318b6ff12c22b21a8ac5d95a1d0019b 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,