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:
parent
91bbf0efc4
commit
5c54596027
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue