theme: Fallback to opaque color for title_bar.inactive_background (#16833)
Fixes https://github.com/zed-industries/zed/issues/16699, fixes https://github.com/zed-industries/zed/issues/15112, fixes https://github.com/zed-industries/zed/issues/14955 | Before | After | |--------|--------| |  |  | Release Notes: - Linux: Fixed title bar becoming transparent when the window lost focus.
This commit is contained in:
@@ -50,7 +50,7 @@ impl ThemeColors {
|
||||
icon_accent: blue().light().step_11(),
|
||||
status_bar_background: neutral().light().step_2(),
|
||||
title_bar_background: neutral().light().step_2(),
|
||||
title_bar_inactive_background: neutral().light_alpha().step_3(),
|
||||
title_bar_inactive_background: neutral().light().step_3(),
|
||||
toolbar_background: neutral().light().step_1(),
|
||||
tab_bar_background: neutral().light().step_2(),
|
||||
tab_inactive_background: neutral().light().step_2(),
|
||||
@@ -148,7 +148,7 @@ impl ThemeColors {
|
||||
icon_accent: blue().dark().step_11(),
|
||||
status_bar_background: neutral().dark().step_2(),
|
||||
title_bar_background: neutral().dark().step_2(),
|
||||
title_bar_inactive_background: neutral().dark_alpha().step_3(),
|
||||
title_bar_inactive_background: neutral().dark().step_3(),
|
||||
toolbar_background: neutral().dark().step_1(),
|
||||
tab_bar_background: neutral().dark().step_2(),
|
||||
tab_inactive_background: neutral().dark().step_2(),
|
||||
|
||||
Reference in New Issue
Block a user