wezterm: fix tab bar colors being defined in scheme now
This commit is contained in:
parent
3d20f72044
commit
579fad9015
1 changed files with 26 additions and 29 deletions
|
@ -42,18 +42,6 @@ return {
|
|||
"#35a77c",
|
||||
"#9da9a0",
|
||||
},
|
||||
},
|
||||
},
|
||||
window_padding = {
|
||||
left = 4,
|
||||
right = 4,
|
||||
top = 4,
|
||||
bottom = 4,
|
||||
},
|
||||
hide_tab_bar_if_only_one_tab = false,
|
||||
use_fancy_tab_bar = false,
|
||||
tab_bar_at_bottom = true,
|
||||
colors = {
|
||||
tab_bar = {
|
||||
background = "#1e2327",
|
||||
active_tab = {
|
||||
|
@ -79,8 +67,17 @@ return {
|
|||
fg_color = "#d3c6aa",
|
||||
italic = false,
|
||||
},
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
window_padding = {
|
||||
left = 4,
|
||||
right = 4,
|
||||
top = 4,
|
||||
bottom = 4,
|
||||
},
|
||||
use_fancy_tab_bar = false,
|
||||
tab_bar_at_bottom = true,
|
||||
unix_domains = {
|
||||
{
|
||||
name = "unix",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue