theme: Use a non-transparent color for the fallback title_bar.inactive_background (#15709)

This PR changes the fallback color for the
`title_bar.inactive_background` theme property so that the title bar
doesn't just disappear when a theme doesn't have a value set.

You're welcome, @naomieow.

Release Notes:

- linux: Changed the fallback color of `title_bar.inactive_background`
to a non-transparent value.
This commit is contained in:
Marshall Bowers 2024-08-02 18:44:22 -04:00 committed by GitHub
parent 91bbf0efc4
commit 5c54596027
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,