Fix docs build warning

This commit is contained in:
Kovid Goyal 2019-12-17 20:44:32 +05:30
parent 2487f18f24
commit 6d5fb4ccc6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -738,7 +738,8 @@ def active_tab_title_template(x):
o('inactive_tab_foreground', '#444', option_type=to_color)
o('inactive_tab_background', '#999', option_type=to_color)
o('inactive_tab_font_style', 'normal', option_type=tab_font_style)
o('tab_bar_background', 'none', option_type=to_color_or_none)
o('tab_bar_background', 'none', option_type=to_color_or_none, long_text=_('''
Background color for the tab bar. Defaults to using the terminal background color.'''))
# }}}