wezterm: fix tab bar colors being defined in scheme now

This commit is contained in:
Cynthia Foxwell 2022-08-08 11:31:28 -06:00
parent 3d20f72044
commit 579fad9015
1 changed files with 26 additions and 29 deletions

View File

@ -42,6 +42,32 @@ return {
"#35a77c", "#35a77c",
"#9da9a0", "#9da9a0",
}, },
tab_bar = {
background = "#1e2327",
active_tab = {
bg_color = "#2b3339",
fg_color = "#d3c6aa",
},
inactive_tab = {
bg_color = "#1e2327",
fg_color = "#9da9a0",
},
inactive_tab_hover = {
bg_color = "#1e2327",
fg_color = "#d3c6aa",
italic = false,
},
new_tab = {
bg_color = "#1e2327",
fg_color = "#9da9a0",
italic = false,
},
new_tab_hover = {
bg_color = "#1e2327",
fg_color = "#d3c6aa",
italic = false,
},
},
}, },
}, },
window_padding = { window_padding = {
@ -50,37 +76,8 @@ return {
top = 4, top = 4,
bottom = 4, bottom = 4,
}, },
hide_tab_bar_if_only_one_tab = false,
use_fancy_tab_bar = false, use_fancy_tab_bar = false,
tab_bar_at_bottom = true, tab_bar_at_bottom = true,
colors = {
tab_bar = {
background = "#1e2327",
active_tab = {
bg_color = "#2b3339",
fg_color = "#d3c6aa",
},
inactive_tab = {
bg_color = "#1e2327",
fg_color = "#9da9a0",
},
inactive_tab_hover = {
bg_color = "#1e2327",
fg_color = "#d3c6aa",
italic = false,
},
new_tab = {
bg_color = "#1e2327",
fg_color = "#9da9a0",
italic = false,
},
new_tab_hover = {
bg_color = "#1e2327",
fg_color = "#d3c6aa",
italic = false,
},
}
},
unix_domains = { unix_domains = {
{ {
name = "unix", name = "unix",