This commit is contained in:
Daniel Flanagan 2023-05-09 13:52:59 -05:00
parent 2f45b1e2f2
commit f7f61fbaf9
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
2 changed files with 8 additions and 8 deletions

View file

@ -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 = {} },

View file

@ -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