mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 14:22:37 +03:00
parent
672187973b
commit
cc507951d0
@ -557,8 +557,8 @@ impl super::TermWindow {
|
|||||||
})
|
})
|
||||||
.hover_colors(Some(ElementColors {
|
.hover_colors(Some(ElementColors {
|
||||||
border: BorderColor::default(),
|
border: BorderColor::default(),
|
||||||
bg: rgbcolor_to_window_color(colors.inactive_tab_hover.bg_color).into(),
|
bg: rgbcolor_to_window_color(colors.new_tab_hover.bg_color).into(),
|
||||||
text: rgbcolor_to_window_color(colors.inactive_tab_hover.fg_color).into(),
|
text: rgbcolor_to_window_color(colors.new_tab_hover.fg_color).into(),
|
||||||
})),
|
})),
|
||||||
TabBarItem::Tab { active, .. } if active => element
|
TabBarItem::Tab { active, .. } if active => element
|
||||||
.item_type(UIItemType::TabBar(item.item.clone()))
|
.item_type(UIItemType::TabBar(item.item.clone()))
|
||||||
|
Loading…
Reference in New Issue
Block a user