1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00

docs: fix inactive_tab_edge example

https://github.com/wez/wezterm/issues/1547#issuecomment-1076521858
This commit is contained in:
Wez Furlong 2022-03-26 09:58:13 -07:00
parent 4035860f45
commit d448c0a540

View File

@ -250,9 +250,13 @@ return {
-- The overall background color of the tab bar when
-- the window is not focused
inactive_titlebar_bg = "#333333",
},
-- The color of the inactive tab bar edge/divider
inactive_tab_edge = "#575757",
colors = {
tab_bar = {
-- The color of the inactive tab bar edge/divider
inactive_tab_edge = "#575757",
},
},
}
```