refactor(wezterm): do not change hover bg for tabs
This commit is contained in:
parent
d25c9e839f
commit
4f4666a551
@ -159,7 +159,6 @@ wezterm.on("format-tab-title", function(tab, tabs, panes, config, hover, max_wid
|
|||||||
bg = color_names.kanagawa.sumiInk0
|
bg = color_names.kanagawa.sumiInk0
|
||||||
fg = color_names.kanagawa.oniViolet
|
fg = color_names.kanagawa.oniViolet
|
||||||
elseif hover then
|
elseif hover then
|
||||||
bg = color_names.kanagawa.sumiInk2
|
|
||||||
fg = color_names.kanagawa.peachRed
|
fg = color_names.kanagawa.peachRed
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user