1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 14:22:37 +03:00

Update appearance.md

Changes `window.colors` to `config.colors`
This commit is contained in:
Lokesh Krishna 2023-04-16 21:39:20 +05:30 committed by Wez Furlong
parent 4ba653c716
commit ea5b86b469

View File

@ -305,7 +305,7 @@ config.window_frame = {
inactive_titlebar_bg = '#333333', inactive_titlebar_bg = '#333333',
} }
window.colors = { config.colors = {
tab_bar = { tab_bar = {
-- The color of the inactive tab bar edge/divider -- The color of the inactive tab bar edge/divider
inactive_tab_edge = '#575757', inactive_tab_edge = '#575757',