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