From de5443a4db62cc076fbf9d4e2681dccd76896fee Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 6 Jan 2022 09:16:22 +0530 Subject: [PATCH] Add a reference to the discussion of using custom tab bar themes to the docs --- kitty/options/definition.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 166eaedb1..31f4a236a 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -987,7 +987,9 @@ The tab bar style, can be one of: A user-supplied Python function called draw_tab is loaded from the file :file:`tab_bar.py` in the kitty config directory. For examples of how to write such a function, see the functions named :code:`draw_tab_with_*` in - kitty's source code: :file:`kitty/tab_bar.py`. + kitty's source code: :file:`kitty/tab_bar.py`. See also `this discussion + `_ for examples from + kitty users. :code:`hidden` The tab bar is hidden. If you use this, you might want to create a mapping for the :ref:`action-select_tab`