refactor(wezterm): do not change hover bg for tabs

This commit is contained in:
Price Hiller 2023-05-04 01:42:09 -05:00
parent d25c9e839f
commit 4f4666a551
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -159,7 +159,6 @@ wezterm.on("format-tab-title", function(tab, tabs, panes, config, hover, max_wid
bg = color_names.kanagawa.sumiInk0
fg = color_names.kanagawa.oniViolet
elseif hover then
bg = color_names.kanagawa.sumiInk2
fg = color_names.kanagawa.peachRed
end