diff --git a/wezterm.lua b/wezterm.lua index 737766b..18b0f7c 100644 --- a/wezterm.lua +++ b/wezterm.lua @@ -6,6 +6,14 @@ config.font_size = 11.0 config.cursor_blink_rate = 800 +config.window_decorations = "NONE" +config.window_frame = { + inactive_titlebar_bg = '#2d2d2d', + active_titlebar_bg = '#232323', +} + +config.use_fancy_tab_bar = false + config.colors = { background = '#101010', foreground = '#BBBBBB', @@ -16,13 +24,18 @@ config.colors = { selection_fg = '#D3D7CF', selection_bg = '#262626', - ansi = {"#010101","#d62222","#3ba04d","#757575","#2288d6","#aa7240","#11a0af","#a6adc8"} -} + tab_bar = { + active_tab = { + bg_color = "#101010", + fg_color = "#BBBBBB", + }, + inactive_tab = { + bg_color = "#232323", + fg_color = "#BBBBBB", + }, + }, -config.window_decorations = "NONE" -config.window_frame = { - inactive_titlebar_bg = '#2d2d2d', - active_titlebar_bg = '#232323', + ansi = {"#010101","#d62222","#3ba04d","#757575","#2288d6","#aa7240","#11a0af","#a6adc8"}, } config.inactive_pane_hsb = {