Fix tabs
This commit is contained in:
parent
2f45b1e2f2
commit
f7f61fbaf9
|
@ -172,26 +172,26 @@ function M.select(palette, flavor, accent)
|
|||
compose_cursor = c.flamingo,
|
||||
|
||||
tab_bar = {
|
||||
background = c.crust,
|
||||
background = c.mantle,
|
||||
active_tab = {
|
||||
bg_color = c.crust,
|
||||
bg_color = c.mantle,
|
||||
fg_color = c[accent],
|
||||
},
|
||||
inactive_tab = {
|
||||
bg_color = c.mantle,
|
||||
fg_color = c.text,
|
||||
bg_color = c.crust,
|
||||
fg_color = c.surface1,
|
||||
},
|
||||
inactive_tab_hover = {
|
||||
bg_color = c.base,
|
||||
fg_color = c.text,
|
||||
},
|
||||
new_tab = {
|
||||
bg_color = c.surface0,
|
||||
bg_color = c.mantle,
|
||||
fg_color = c.text,
|
||||
},
|
||||
new_tab_hover = {
|
||||
bg_color = c.surface1,
|
||||
fg_color = c.text,
|
||||
fg_color = c[accent],
|
||||
},
|
||||
-- fancy tab bar
|
||||
inactive_tab_edge = c.surface0,
|
||||
|
@ -232,7 +232,7 @@ function M.apply_to_config(c, opts)
|
|||
-- default options
|
||||
local defaults = {
|
||||
flavor = "mocha",
|
||||
accent = "mauve",
|
||||
accent = "sapphire",
|
||||
sync = false,
|
||||
sync_flavors = { light = "latte", dark = "mocha" },
|
||||
color_overrides = { mocha = {}, macchiato = {}, frappe = {}, latte = {} },
|
||||
|
|
|
@ -15,7 +15,7 @@ config.font = wezterm.font('IosevkaLyteTerm', { weight = 'Regular', italic = fal
|
|||
config.font_size = 12.0
|
||||
|
||||
config.hide_tab_bar_if_only_one_tab = true
|
||||
config.use_fancy_tab_bar = true
|
||||
config.use_fancy_tab_bar = false
|
||||
config.tab_bar_at_bottom = true
|
||||
config.window_background_opacity = 1.0
|
||||
|
||||
|
|
Reference in a new issue